From 1e808cbf26dc9a259bc166055e7d53af07d22748 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Thu, 10 Jan 2008 11:41:56 +0000 Subject: [PATCH] Add the --swap-size option gnt-backup(8) Reviewed-by: imsnah --- man/gnt-backup.sgml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/man/gnt-backup.sgml b/man/gnt-backup.sgml index 66d430113..8d4943bf1 100644 --- a/man/gnt-backup.sgml +++ b/man/gnt-backup.sgml @@ -94,6 +94,7 @@ <command>import</command> <arg choice="req">-n <replaceable>node<optional>:secondary-node</optional></replaceable></arg> <arg>-s <replaceable>disksize</replaceable></arg> + <arg>--swap-size <replaceable>disksize</replaceable></arg> <arg>-m <replaceable>memsize</replaceable></arg> <arg>-b <replaceable>bridge</replaceable></arg> <sbr> @@ -129,6 +130,14 @@ these suffixes map to mebibytes, gibibytes and tebibytes. </para> + <para> + 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> The <option>-m</option> option specifies the memory size for the instance, in mebibytes (defaults to 128 MiB). -- GitLab