From 8cd7cb4c8216f52bf0c6025476cac06c251f9856 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Mon, 20 Oct 2008 13:44:32 +0000
Subject: [PATCH] Document mac option for gnt-backup import

Forward-port-of: (r1888, r1891), Reviewed-by: (iustinp, imsnah)

Reviewed-by: imsnah
---
 man/gnt-backup.sgml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/man/gnt-backup.sgml b/man/gnt-backup.sgml
index 9a3bc4348..b9d630481 100644
--- a/man/gnt-backup.sgml
+++ b/man/gnt-backup.sgml
@@ -105,6 +105,8 @@
         <sbr>
 
         <arg>-b <replaceable>bridge</replaceable></arg>
+        <arg>--mac <replaceable>mac</replaceable></arg>
+        <sbr>
         <arg choice="req">--src-node=<replaceable>source-node</replaceable></arg>
         <arg choice="req">--src-dir=<replaceable>source-dir</replaceable></arg>
         <sbr>
@@ -157,6 +159,14 @@
         bridge specified at cluster intialization time).
       </para>
 
+      <para>
+	The <option>--mac</option> option specifies the mac address for the
+	instance. The default is 'auto' which is reusing the previous mac
+	address if the instance is being imported with the same name, and
+	generating a new one otherwise. You can also force generation by
+	specifying 'generate'.
+      </para>
+
       <para>
         The <option>-t</option> options specifies the disk layout type for
         the instance. The available choices are:
-- 
GitLab