bosh-azure-cpi/17
You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-azure-cpi-release. It was created based on the commit 53a99f79
.
Release Notes¶
Improvements:
- Upgrade azure-storage-ruby to v0.11.1.
- Please see release notes of azure-storage-ruby v0.11.1
- Add and log x-ms-client-request-id
for all storage requests.
- You can find logs for every call to azure-storage-ruby by the keyword Calling
.
- You can find request-id
(It is x-ms-client-request-id
in every HTTP request) in the log with Calling
and ask Azure support team to investigate Azure logs for every storage request.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "bosh-azure-cpi" version: "17" url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-azure-cpi-release?v=17" sha1: "b265730fc26ae8dc07958de61c4b7f8c0187d59a"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 b265730fc26ae8dc07958de61c4b7f8c0187d59a \ "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-azure-cpi-release?v=17"