Skip to content

bosh-vsphere-cpi/29

You can find the source of this version on GitHub at cloudfoundry-incubator/bosh-vsphere-cpi-release. It was created based on the commit b429a628.

Release Notes

  • Fixes bug where Agent fails to mount persistent disks when vSphere disk_pools.cloud_properties.datastores is used
    • Thanks @dickeyf for the PR!

Error message:

Deploying:
  Creating instance 'random_vm/0':
    Updating instance disks:
      Updating disks:
        Deploying disk:
          Mounting disk:
            Sending 'get_task' to the agent:
              Agent responded with error: Action Failed get_task: Task 2da89e70-8b26-4852-5359-a0b32a45ec05 result: Persistent disk with volume id 'disk-e1bdaf5a-3bbc-4aee-8e3e-f48f1cc01345.eyJ0YXJnZXRfZGF0YXN0b3JlX3BhdHRlcm4iOiJeKGZyZWVuYXNcXC1zbXVyZnMpJCJ9' could not be found

Exit code 1

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "bosh-vsphere-cpi"
  version: "29"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-vsphere-cpi-release?v=29"
  sha1: "1d56af20bbba21b9f79373b967b08caab1678161"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 1d56af20bbba21b9f79373b967b08caab1678161 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/bosh-vsphere-cpi-release?v=29"

Jobs

Packages