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

Support datastore clusters #556

Closed
kerneltime opened this issue Jul 28, 2016 · 6 comments
Closed

Support datastore clusters #556

kerneltime opened this issue Jul 28, 2016 · 6 comments

Comments

@kerneltime
Copy link
Contributor

Currently the plugin does not support datastore clusters, we need to add support for datastore clusters.

@pdhamdhere pdhamdhere added this to the v1 GA milestone Feb 1, 2017
@shaominchen
Copy link
Contributor

@pdhamdhere Do we really need this feature for GA? This feature is useful, but may not be critical for GA release.

@pdhamdhere
Copy link
Contributor

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.

@shuklanirdesh82 shuklanirdesh82 removed their assignment Jul 3, 2017
@tusharnt tusharnt modified the milestones: Biweekly sprint - Simba, v1 GA Jul 11, 2017
@ashahi1
Copy link
Contributor

ashahi1 commented Jul 12, 2017

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:


  1. Created a datastore cluster of shared Vmfs datatores
  2. Tried creating volume by specifying the datastore cluster name - creation failed
root@sc-rdops-vm02-dhcp-52-237:~# docker volume create -d vsphere:latest --name=testVol33@DatastoreCluster
Error response from daemon: create testVol33@DatastoreCluster: VolumeDriver.Create: Invalid datastore 'DatastoreCluster'.
Known datastores: sharedVmfs-0, sharedVmfs-1, local.2-0, local.2-1, local.2-2, vsanDatastore.
Default datastore: _VM_DS

@ashahi1
Copy link
Contributor

ashahi1 commented Jul 14, 2017

Fixed as part of PR #1582

@ashahi1 ashahi1 closed this as completed Jul 14, 2017
@tusharnt
Copy link
Contributor

Known issues section also needs to be updated.

@tusharnt tusharnt reopened this Jul 17, 2017
@tusharnt tusharnt modified the milestones: Biweekly sprint - Timon, Biweekly sprint - Simba Jul 17, 2017
@ashahi1
Copy link
Contributor

ashahi1 commented Jul 20, 2017

@ashahi1 ashahi1 closed this as completed Jul 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants