Bases: cinder.volume.drivers.nfs.NfsDriver
Executes volume driver commands on Nexenta Appliance.
1.0.0 - Initial driver version. 1.1.0 - Added HTTPS support.
Added use of sessions for REST calls.
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 |
|---|
Extend an existing volume.
| Parameters: |
|
|---|
Allow connection to connector and return connection info.
| Parameters: |
|
|---|
Get volume path (mounted locally fs path) for given volume.
| Parameters: | volume – volume reference |
|---|