Merge "Fix the typo in volume read-only access cli command"

This commit is contained in:
Jenkins
2014-06-11 17:20:10 +00:00
committed by Gerrit Code Review

View File

@@ -8,7 +8,7 @@
data, you can set a volume to read-only access.</para>
<para>Run the following command to set a volume to read-only
access:</para>
<screen><prompt>$</prompt> <userinput>cinder read-only-mode-update <replaceable>VOLUME</replaceable> <replaceable>BOOLEAN</replaceable></userinput></screen>
<screen><prompt>$</prompt> <userinput>cinder readonly-mode-update <replaceable>VOLUME</replaceable> <replaceable>BOOLEAN</replaceable></userinput></screen>
<para><replaceable>VOLUME</replaceable> is the ID of the target
volume and <replaceable>BOOLEAN</replaceable> is a flag that
enables read-only or read/write access to the volume.</para>