[config-ref]Update the "backend" to "back end" for Zadara
Refer to http://docs.openstack.org/contributor-guide/writing-style/word-choice.html and update RST style Change-Id: I895b88e70a3b876a74dce5954c4c4298368b7c91
This commit is contained in:
parent
b2650a6c70
commit
b4e5ed143b
@ -8,35 +8,28 @@ and file storage system which, provides enterprise-grade data protection and
|
||||
data management storage services.
|
||||
|
||||
The ``ZadaraVPSAISCSIDriver`` volume driver allows the Zadara Storage VPSA
|
||||
to be used as a volume backend storage in OpenStack deployments.
|
||||
to be used as a volume back end storage in OpenStack deployments.
|
||||
|
||||
System requirements
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
To use Zadara Storage VPSA Volume Driver you will require:
|
||||
|
||||
- Zadara Storage VPSA version 15.07 and above
|
||||
- Zadara Storage VPSA version 15.07 and above
|
||||
|
||||
- iSCSI or iSER host interfaces
|
||||
- iSCSI or iSER host interfaces
|
||||
|
||||
Supported operations
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
- Create, delete, attach, and detach volumes
|
||||
|
||||
- Create, list, and delete volume snapshots
|
||||
|
||||
- Create a volume from a snapshot
|
||||
|
||||
- Copy an image to a volume
|
||||
|
||||
- Copy a volume to an image
|
||||
|
||||
- Clone a volume
|
||||
|
||||
- Extend a volume
|
||||
|
||||
- Migrate a volume with backend assistance
|
||||
- Create, delete, attach, and detach volumes
|
||||
- Create, list, and delete volume snapshots
|
||||
- Create a volume from a snapshot
|
||||
- Copy an image to a volume
|
||||
- Copy a volume to an image
|
||||
- Clone a volume
|
||||
- Extend a volume
|
||||
- Migrate a volume with back end assistance
|
||||
|
||||
Configuration
|
||||
~~~~~~~~~~~~~
|
||||
@ -47,9 +40,9 @@ Configuration
|
||||
`VPSA's user guide <http://tinyurl.com/hxo3tt5>`_.
|
||||
|
||||
#. Adjust the ``cinder.conf`` configuration file to define the volume driver
|
||||
name along with a storage backend entry for each VPSA pool that will be
|
||||
name along with a storage back end entry for each VPSA pool that will be
|
||||
managed by the block storage service.
|
||||
Each backend entry requires a unique section name, surrounded by square
|
||||
Each back end entry requires a unique section name, surrounded by square
|
||||
brackets (or parentheses), followed by options in ``key=value`` format.
|
||||
|
||||
.. note::
|
||||
@ -57,7 +50,7 @@ Configuration
|
||||
Restart cinder-volume service after modifying ``cinder.conf``.
|
||||
|
||||
|
||||
Sample minimum backend configuration
|
||||
Sample minimum back end configuration
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user