Update readme with list of supported volume drivers

Change-Id: I718221bb8092843c014d48f2124bb4432f7f939a
Closes-bug: #1273504
This commit is contained in:
Mark Vanderwiel 2014-06-26 15:00:49 -05:00
parent a7bd7eb0ed
commit 406f197fd8
1 changed files with 9 additions and 0 deletions

View File

@ -91,6 +91,15 @@ Cinder attributes
* `openstack["block-storage"]["platform"]` - hash of platform specific package/service names and options
* `openstack["block-storage"]["volume"]["state_path"]` - Top-level directory for maintaining cinder's state
* `openstack["block-storage"]["volume"]["driver"]` - Driver to use for volume creation
* Supported volume drivers
- **cinder.volume.drivers.netapp.iscsi.NetAppISCSIDriver** - NetApp iSCSI driver for clustered Data
- **cinder.volume.drivers.rbd.RBDDriver** - Ceph Block Device driver
- **cinder.volume.drivers.netapp.nfs.NetAppDirect7modeNfsDriver** - NetApp NFS direct driver for 7-Mode storage controller
- **cinder.volume.drivers.ibm.storwize_svc.StorwizeSVCDriver** - IBM Storwize/SVC driver
- **cinder.volume.drivers.gpfs.GPFSDriver** - IBM General Parallel File System driver
- **cinder.volume.drivers.ibm.ibmnas.IBMNAS_NFSDriver** - IBM Storwize V7000 Unified and IBM SONAS Cinder driver
- **cinder.volume.drivers.lvm.LVMISCSIDriver** - LVM Driver
- **cinder.volume.drivers.emc.emc_smis_iscsi.EMCSMISISCSIDriver** - EMC SMI-S iSCSI Driver
* `openstack["block-storage"]["volume"]["volume_clear"]` - Defines the method for clearing volumes on a volume delete possible options: 'zero', 'none', 'shred' (https://review.openstack.org/#/c/12521/)
* `openstack["block-storage"]["volume"]["volume_clear_size"]` - size in MB used to limit the cleared area on deleting a volume, to the first part of the volume only. (default 0 = all MB)
* `openstack["block-storage"]["volume"]["volume_group"]` - Name for the VG that will contain exported volumes