Merge "Fix two typos on documentation and one typo on CLI help"

This commit is contained in:
Jenkins 2015-08-11 08:22:55 +00:00 committed by Gerrit Code Review
commit e8850f9d2d
3 changed files with 3 additions and 3 deletions

View File

@ -83,7 +83,7 @@ The following parameters in Manila's configuration file need to be set:
- `glusterfs_volume_pattern` = Regular expression template
used to filter GlusterFS volumes for share creation. The regex template can
contain the #{size} parameter which matches a number (sequence of digits)
and the value shall be intepreted as size of the volume in GB. Examples:
and the value shall be interpreted as size of the volume in GB. Examples:
``manila-share-volume-\d+$``, ``manila-share-volume-#{size}G-\d+$``; with
matching volume names, respectively: *manila-share-volume-12*,
*manila-share-volume-3G-13*". In latter example, the number that matches

View File

@ -20,7 +20,7 @@ capabilities and single capacity. In reality this assumption is not true for
many storage providers, as their storage can be further divided or
partitioned into pools to offer completely different sets of capabilities and
capacities. That is, there are storage backends which are a combination of
storage pools rather than a single homogenous entity. Usually shares/snapshots
storage pools rather than a single homogeneous entity. Usually shares/snapshots
can't be placed across pools on such backends.
In the current implementation, an attempt is made to map a single backend

View File

@ -74,7 +74,7 @@ glusterfs_native_manila_share_opts = [
'The regex template can optionally (ie. with support '
'of the GlusterFS backend) contain the #{size} '
'parameter which matches an integer (sequence of '
'digits) in which case the value shall be intepreted as '
'digits) in which case the value shall be interpreted as '
'size of the volume in GB. Examples: '
'"manila-share-volume-\d+$", '
'"manila-share-volume-#{size}G-\d+$"; '