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 |
|---|
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 |
|---|
Get volume path (mounted remotely fs path) for given volume.
| Parameters: | volume – volume reference |
|---|