Skip to content

bosh-vsphere-cpi/18

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

Release Notes

  • Automatically rename and move disks to their expected locations after storage vMotion migrations.
    • Note that this only happens if disk is still attached to any VM.
  • Added few safety checks to make sure that persistent disk has correct disk mode (independent persistent) when it’s being detached from a VM.

Usage

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

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

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

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

Jobs

Packages