Volume driver for HDS HNAS NFS storage.
Bases: cinder.volume.drivers.nfs.NfsDriver
Base class for Hitachi NFS driver. Executes commands relating to Volumes.
Creates a clone of the specified volume.
| Parameters: |
|
|---|
Create a snapshot.
| Parameters: | snapshot – dictionary snapshot reference |
|---|
Creates a volume from a snapshot.
Deletes a snapshot.
| Parameters: | snapshot – dictionary snapshot reference |
|---|
Perform internal driver setup.
Extend an existing volume.
| Parameters: |
|
|---|
Get volume stats.
if ‘refresh’ is True, update the stats first.
Factory over-ride in self-tests.