Fix documentation regarding conversion to drbd
authorIustin Pop <iustin@google.com>
Fri, 19 Nov 2010 10:17:12 +0000 (11:17 +0100)
committerIustin Pop <iustin@google.com>
Fri, 19 Nov 2010 10:33:50 +0000 (11:33 +0100)
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>

doc/admin.rst
man/gnt-instance.sgml

index 1918dbe..99ccb83 100644 (file)
@@ -526,7 +526,7 @@ modify`` command::
 
   # later convert it to redundant
   gnt-instance stop INSTANCE
-  gnt-instance modify -t drbd INSTANCE
+  gnt-instance modify -t drbd -n NEW_SECONDARY INSTANCE
   gnt-instance start INSTANCE
 
   # and convert it back
index bddd8d2..abaef12 100644 (file)
@@ -1585,7 +1585,10 @@ instance5: 11225
           The <option>-t</option> option will change the disk template
           of the instance. Currently only conversions between the
           plain and drbd disk templates are supported, and the
-          instance must be stopped before attempting the conversion.
+          instance must be stopped before attempting the
+          conversion. When changing from the plain to the drbd disk
+          template, a new secondary node must be specified via
+          the <option>-n</option> option.
         </para>
 
         <para>