Add the --swap-size option gnt-backup(8)
[ganeti-local] / man / gnt-backup.sgml
index 25f3673..8d4943b 100644 (file)
@@ -94,7 +94,7 @@
         <command>import</command>
         <arg choice="req">-n <replaceable>node<optional>:secondary-node</optional></replaceable></arg>
         <arg>-s <replaceable>disksize</replaceable></arg>
-        <arg>-o <replaceable>os-type</replaceable></arg>
+        <arg>--swap-size <replaceable>disksize</replaceable></arg>
         <arg>-m <replaceable>memsize</replaceable></arg>
         <arg>-b <replaceable>bridge</replaceable></arg>
         <sbr>
 
       <para>
         The <option>-s</option> option specifies the disk size for
-        the instance, in gibibytes (defaults to 20 GiB).
+        the instance, in mebibytes (defaults to
+        <constant>20480MiB</constant> =
+        <constant>20GiB</constant>). You can also use one of the
+        suffixes <literal>m</literal>, <literal>g</literal> or
+        <literal>t</literal> to specificy the exact the units used;
+        these suffixes map to mebibytes, gibibytes and tebibytes.
       </para>
 
       <para>
-        The <option>-o</option> options specifies the operating
-        system to be installed. The available operating systems can
-        be listed with <command>gnt-os list</command>.
+        The <option>--swap-size</option> option specifies the swap
+        disk size (in mebibytes) for the instance (the one presented
+        as <filename class="devicefile">/dev/sdb</filename>). The
+        default is <constant>4096MiB</constant>. As for the disk
+        size, you can specify other suffixes.
       </para>
 
       <para>