Fixed repeated "and" in IBM Storwize Driver content.
s/and and/and/ in ibmstorwize-svc-driver.xml Change-Id: Ib3e518bcf8ccfcd6fa91370111a58a3a8c30ea92
This commit is contained in:
@@ -575,7 +575,7 @@
|
||||
<para>In the following example, we create a volume type to specify
|
||||
a controller that supports iSCSI and
|
||||
compression, to use iSCSI when attaching the volume,
|
||||
and and to enable compression:</para>
|
||||
and to enable compression:</para>
|
||||
<screen><prompt>$</prompt> <userinput>cinder type-create compressed</userinput>
|
||||
<prompt>$</prompt> <userinput>cinder type-key compressed set capabilities:storage_protocol='<in> iSCSI' capabilities:compression_support='<is> True' drivers:compression=True</userinput></screen>
|
||||
<para>We can then create a 50GB volume using this type:</para>
|
||||
|
||||
Reference in New Issue
Block a user