Convert UploadFile (and its callers) to new rpc
[ganeti-local] / man / gnt-backup.sgml
index fec4091..f7efd78 100644 (file)
       </para>
 
       <para>
-        The minimum disk specification is therefore <userinput>--disk
-        0:size=20G</userinput>, and a three-disk instance can be
-        specified as <userinput>--disk 0:size=20G --disk 1:size=4G
-        --disk 2:size=100G</userinput>.
+        Alternatively, a single-disk instance can be created via the
+        <option>-s</option> option which takes a single argument,
+        the size of the disk. This is similar to the Ganeti 1.2
+        version (but will only create one disk).
+      </para>
+
+      <para>
+        The minimum disk specification is therefore
+        <userinput>--disk 0:size=20G</userinput> (or <userinput>-s
+          20G</userinput> when using the <option>-s</option> option),
+        and a three-disk instance can be specified as
+        <userinput>--disk 0:size=20G --disk 1:size=4G --disk
+          2:size=100G</userinput>.
       </para>
 
       <para>
 <screen>
 # gnt-backup list --nodes node1 --nodes node2
 </screen>
+      </para>
     </refsect2>
 
     <refsect2>