Volume driver for HDS HNAS NFS storage.
Bases: cinder.volume.drivers.nfs.NfsDriver
Base class for Hitachi NFS driver. Executes commands relating to Volumes.
Version 1.0.0: Initial driver version Version 2.2.0: Added support to SSH authentication
Creates a clone of the specified volume.
Parameters: |
|
---|
Create a snapshot.
Parameters: | snapshot – dictionary snapshot reference |
---|
Creates a volume.
Parameters: | volume – volume 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.