Bases: cinder.volume.drivers.nfs.NfsDriver
Executes volume driver commands on Nexenta Appliance.
Verify that the volume for our folder exists.
Raise: | LookupError |
---|
Creates a clone of the specified volume.
Parameters: |
|
---|
Creates a snapshot.
Parameters: | snapshot – snapshot reference |
---|
Creates a volume.
Parameters: | volume – volume reference |
---|---|
Returns: | provider_location update dict for database |
Create new volume from other’s snapshot on appliance.
Parameters: |
|
---|
Deletes a snapshot.
Parameters: | snapshot – snapshot reference |
---|
Deletes a logical volume.
Parameters: | volume – volume reference |
---|
Allow connection to connector and return connection info.
Parameters: |
|
---|
Get volume path (mounted locally fs path) for given volume.
Parameters: | volume – volume reference |
---|