diff --git a/doc/source/configuration/block-storage/drivers/dell-storagecenter-driver.rst b/doc/source/configuration/block-storage/drivers/dell-storagecenter-driver.rst index 0efe32ffd1b..4f5073f7ddd 100644 --- a/doc/source/configuration/block-storage/drivers/dell-storagecenter-driver.rst +++ b/doc/source/configuration/block-storage/drivers/dell-storagecenter-driver.rst @@ -126,7 +126,7 @@ To create a volume type that enables replication using Live Volume: If QOS options are enabled on the Storage Center they can be enabled via extra specs. The name of the Volume QOS can be specified via the ``storagetype:volumeqos`` extra spec. Likewise the name of the Group QOS to -use can be specificed via the ``storagetype:groupqos`` extra spec. Volumes +use can be specified via the ``storagetype:groupqos`` extra spec. Volumes created with these extra specs set will be added to the specified QOS groups. To create a volume type that sets both Volume and Group QOS: diff --git a/doc/source/configuration/block-storage/drivers/emc-vmax-driver.rst b/doc/source/configuration/block-storage/drivers/emc-vmax-driver.rst index 6e26e352736..5714acd1b20 100644 --- a/doc/source/configuration/block-storage/drivers/emc-vmax-driver.rst +++ b/doc/source/configuration/block-storage/drivers/emc-vmax-driver.rst @@ -523,7 +523,7 @@ Interval and Retries By default, ``interval`` and ``retries`` are ``3`` seconds and ``200`` retries respectively. These determine how long (``interval``) and how many times (``retries``) a user is willing to wait for a single Rest call, -``3*200=600seconds``. Depending on usage, these may need to be overriden by +``3*200=600seconds``. Depending on usage, these may need to be overridden by the user in the cinder.conf. For example, if performance is a factor, then the ``interval`` should be decreased to check the job status more frequently, and if multiple concurrent provisioning requests are issued then ``retries`` diff --git a/doc/source/configuration/block-storage/drivers/ibm-gpfs-volume-driver.rst b/doc/source/configuration/block-storage/drivers/ibm-gpfs-volume-driver.rst index da43b415db2..bfe3a1d6104 100644 --- a/doc/source/configuration/block-storage/drivers/ibm-gpfs-volume-driver.rst +++ b/doc/source/configuration/block-storage/drivers/ibm-gpfs-volume-driver.rst @@ -102,7 +102,7 @@ should be bind mounted into the Linux containers. Note that the user IDs present in the containers should match as that in the host machines. For example, the containers running cinder and glance - services should be priviledged containers. + services should be privileged containers. To use Spectrum Scale driver in this deployment mode, set the ``volume_driver`` in the ``cinder.conf`` as: diff --git a/doc/source/contributor/README.rst b/doc/source/contributor/README.rst index 684b6804c00..985a1f515fa 100644 --- a/doc/source/contributor/README.rst +++ b/doc/source/contributor/README.rst @@ -6,7 +6,7 @@ Introduction: ------------- This directory is intended to hold any documentation that relates to -how to contirbute to Cinder or how the project is managed. Some of this +how to contribute to Cinder or how the project is managed. Some of this content was previous under 'developer' in openstack-manuals. The content of the documentation, however, goes beyond just developers to anyone contributing to the project, thus the change in naming. diff --git a/doc/source/contributor/documentation.rst b/doc/source/contributor/documentation.rst index f7b024f6c54..194cd64b9ef 100644 --- a/doc/source/contributor/documentation.rst +++ b/doc/source/contributor/documentation.rst @@ -78,7 +78,7 @@ During the documentation build a number of things happen: will look consistent with all the other OpenStack documentation. * The resulting HTML is put into ``doc/build/html``. - * Sample files like cinder.conf.sample are generated and put into ``doc/soure/_static``. + * Sample files like cinder.conf.sample are generated and put into ``doc/source/_static``. * All of Cinder's ``.py`` files are processed and the docstrings are used to generate the files under ``doc/source/contributor/api`` diff --git a/doc/source/contributor/replication.rst b/doc/source/contributor/replication.rst index 7cb4dad2ced..e1987233b1c 100644 --- a/doc/source/contributor/replication.rst +++ b/doc/source/contributor/replication.rst @@ -251,7 +251,7 @@ normal replication operation. So they can be assigned in the model update and later on used by the driver, for example during the failover. To avoid using magic strings drivers must use values defined by the -``ReplicationsSatus`` class in ``cinder/objects/fields.py`` file and +``ReplicationStatus`` class in ``cinder/objects/fields.py`` file and these are: - ``ERROR``: When setting the replication failed on creation, retype, or