-
Notifications
You must be signed in to change notification settings - Fork 88
Support datastore clusters #556
Comments
@pdhamdhere Do we really need this feature for GA? This feature is useful, but may not be critical for GA release. |
This was a ask from customer. We should at least investigate if we have to do any additional work to support DSC and document in Interop matrix. |
vDVS populates datastoreCache from the actual datastores list ( si.content.rootFolder.childEntity[0].datastoreFolder.childEntity) so DS clusters would be declined before even trying. We also create VMDK using a vmdkpath on a local datastore. DS Clusters (as a part of Storage DRS) are not available on individual ESX and are a VC feature, so it's not that easy to implement in the current architecture Steps performed and its output is as followed:
|
Fixed as part of PR #1582 |
Known issues section also needs to be updated. |
http://vmware.github.io/docker-volume-vsphere/documentation/known-issues.html is updated. |
Currently the plugin does not support datastore clusters, we need to add support for datastore clusters.
The text was updated successfully, but these errors were encountered: