Releases: cloudfoundry/bosh-vsphere-cpi-release
Releases · cloudfoundry/bosh-vsphere-cpi-release
v87
v86
v85
What's Changed
- Added new
vcenter.memory_reservation_locked_to_max
spec property. Enabling this will force VMs to reserve their memory when they are created. This is usually not needed and inefficient as far as vSphere resource usage but can be helpful in certain situations where vSphere hosts are under specific load patterns.
Full Changelog: v84...v85
v84
v83
v82
What's Changed
- CPI now supports in-AZ cluster failover when an AZ has multiple clusters and one cluster has insufficient reserved memory.
- Added new parameter for VMs, memory_reservation_locked_to_max
- Policy API again uses IDs (vs. display name) for specifying Groups.
Known Issue
- NSX-T Policy API users may experience issues fetching Groups correctly if the display_name does not match the Group id.
Full Changelog: v81...v82
v81
What's Changed
- Improved performance by eliminating recently-added checks when placing disks on cluster-accessible datastores. The checks exacted a heavy toll while providing very little value (i.e. the checks only helped with an unlikely corner case: "rescan storage" hadn't been run after a datastore had been unmounted but not detached from a host).
Full Changelog: v80...v81