Merge "[config-ref] cleanup ZTE volume driver"

This commit is contained in:
Jenkins 2016-10-28 09:13:11 +00:00 committed by Gerrit Code Review
commit d4a93d3421

View File

@ -1,10 +1,9 @@
====================================== ==================
ZTE cinder drivers ZTE volume drivers
====================================== ==================
The ZTE Cinder drivers allow The ZTE volume drivers allow ZTE KS3200 or KU5200 arrays
ZTE KS3200 or KU5200 arrays to be used for Block Storage in OpenStack to be used for Block Storage in OpenStack deployments.
deployments.
System requirements System requirements
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
@ -14,7 +13,6 @@ To use the ZTE drivers, the following prerequisites:
- ZTE KS3200 or KU5200 array with: - ZTE KS3200 or KU5200 array with:
- iSCSI or FC interfaces - iSCSI or FC interfaces
- 30B2 firmware or later - 30B2 firmware or later
- Network connectivity between the OpenStack host and the array - Network connectivity between the OpenStack host and the array
@ -26,23 +24,14 @@ Supported operations
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
- Create, delete, attach, and detach volumes. - Create, delete, attach, and detach volumes.
- Create, list, and delete volume snapshots. - Create, list, and delete volume snapshots.
- Create a volume from a snapshot. - Create a volume from a snapshot.
- Copy an image to a volume. - Copy an image to a volume.
- Copy a volume to an image. - Copy a volume to an image.
- Clone a volume. - Clone a volume.
- Extend a volume. - Extend a volume.
- Migrate a volume with back-end assistance. - Migrate a volume with back-end assistance.
- Retype a volume. - Retype a volume.
- Manage and unmanage a volume. - Manage and unmanage a volume.
Configuring the array Configuring the array
@ -155,8 +144,8 @@ Configuring the array
.. code-block:: console .. code-block:: console
$ cinder type-create zte $ openstack volume type create zte
$ cinder type-key zte set volume_backend_name=zte-array $ openstack volume type set --property volume_backend_name=zte-array zte
#. After modifying the ``cinder.conf`` file, #. After modifying the ``cinder.conf`` file,
restart the ``cinder-volume`` service. restart the ``cinder-volume`` service.