Questions about new methods on PrimaryDataStoreDriver

2014-01-15 Thread Edison Su
Hi Mike, Just found there are few new methods are added on PrimaryDataStoreDriver: public boolean connectVolumeToHost(VolumeInfo volumeInfo, Host host, DataStore dataStore); public void disconnectVolumeFromHost(VolumeInfo volumeInfo, Host host, DataStore dataStore); public long

Re: Questions about new methods on PrimaryDataStoreDriver

2014-10-22 Thread Mike Tutkowski
Just an FYI: I needed to change the signatures of the following interfaces on PrimaryDataStoreDriver: public boolean connectVolumeToHost(VolumeInfo volumeInfo, Host host, DataStore dataStore); public void disconnectVolumeFromHost(VolumeInfo volumeInfo, Host host, DataStore dataStore);

Re: Questions about new methods on PrimaryDataStoreDriver

2014-01-15 Thread Mike Tutkowski
Hi Edison, Yeah, I don't really care what those two methods are called (grant and revoke work for me). :) The Hypervisor SS one is for any kind of managed storage. Right now it is true it is only used for SolidFire, but it does not have to be in theory. This is the idea: Storage that dynamicall