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:
Stephen Gordon
2013-09-12 14:49:11 -04:00
parent a33fa19f3f
commit b318f36e9b

View File

@@ -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='&lt;in&gt; iSCSI' capabilities:compression_support='&lt;is&gt; True' drivers:compression=True</userinput></screen>
<para>We can then create a 50GB volume using this type:</para>