Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Releases: vmware-archive/photon-controller-cli

v0.8.0: cli: assigning deploymentId to correct variable in interactive mode

20 May 17:43
Compare
Choose a tag to compare

v0.9.0

27 May 18:36
Compare
Choose a tag to compare
Fix vsan datastore affinity parse error

VSAN datastore id contains ':', e.g. vsan:5702b3e6ff547cfa-d912ecf4bbdc5db0.
So an affinity string may contain more than 2 ':'s.

To handle this case, we need to tell Split method to only split at the first ':'.
Affinity kind should never contain ':', but the id may.

Change-Id: I7206db322d1322e9a62a010986897c508893ced8