IBM NAS Volume Driver. Currently, it supports the following IBM Storage Systems: 1. IBM Scale Out NAS (SONAS) 2. IBM Storwize V7000 Unified 3. NAS based IBM GPFS Storage Systems
Notes: 1. If you specify both a password and a key file, this driver will use the
key file only.
Bases: cinder.volume.drivers.nfs.NfsDriver, cinder.volume.drivers.san.san.SanDriver
IBMNAS NFS based cinder driver.
Creates file on NFS share for using it as block device on hypervisor. Version history: 1.0.0 - Initial driver 1.1.0 - Support for NFS based GPFS storage backend
Ensure that the flags are set properly.
Creates a clone of the specified volume.
Extends the volume if the new volume size is more than the source volume size.
Creates a volume snapshot.
Creates a volume from an existing volume snapshot.
Extends the volume if the volume size is more than the snapshot size.
Deletes a volume snapshot.
Deletes a logical volume.
Any initialization the volume driver does while starting.
Extend an existing volume to the new size.