Merge branch 'master' into next
[ganeti-local] / man / gnt-instance.sgml
index c4dd54d..a703d68 100644 (file)
@@ -1673,6 +1673,7 @@ instance5: 11225
         <cmdsynopsis>
           <command>activate-disks</command>
           <arg>--submit</arg>
+          <arg>--ignore-size</arg>
           <arg choice="req"><replaceable>instance</replaceable></arg>
         </cmdsynopsis>
         <para>
@@ -1702,6 +1703,16 @@ node1.example.com:disk/1:/dev/drbd1
         </para>
 
         <para>
+          The <option>--ignore-size</option> option can be used to
+          activate disks ignoring the currently configured size in
+          Ganeti. This can be used in cases where the configuration
+          has gotten out of sync with the real-world (e.g. after a
+          partially-failed grow-disk operation or due to rounding in
+          LVM devices). This should not be used in normal cases, but
+          only when activate-disks fails without it.
+        </para>
+
+        <para>
           Note that it is safe to run this command while the instance
           is already running.
         </para>