[libvirt] [libvirt-virshcmdref 06/10] update documentation for command migrate-setmaxdowntime

Hu Tao hutao at cn.fujitsu.com
Wed Sep 14 07:28:57 UTC 2011


---
 source/migrate-setmaxdowntime.xml |   40 ++++++++++++++++++++++++++++++++++--
 1 files changed, 37 insertions(+), 3 deletions(-)

diff --git a/source/migrate-setmaxdowntime.xml b/source/migrate-setmaxdowntime.xml
index 366f4bc..ef16f68 100644
--- a/source/migrate-setmaxdowntime.xml
+++ b/source/migrate-setmaxdowntime.xml
@@ -10,7 +10,32 @@
     </text>
   </description>
 
-  <options />
+  <options>
+    <parameter requirement="required">
+      <keyword requirement="optional">--domain</keyword>
+      <value type="string" requirement="required">domain</value>
+      <description>
+        <text>
+          domain name, id or uuid
+        </text>
+        <text>
+          "--domain" itself is optional
+        </text>
+      </description>
+    </parameter>
+    <parameter requirement="required">
+      <keyword requirement="optional">--downtime</keyword>
+      <value type="number" requirement="required">downtime</value>
+      <description>
+        <text>
+          maximum tolerable downtime (in milliseconds) for migration
+        </text>
+        <text>
+          "--downtime" itself is optional
+        </text>
+      </description>
+    </parameter>
+  </options>
 
   <availability from="0.8.0" />
  
@@ -20,6 +45,15 @@
 
   <examples type="fullcontext" />
 
-  <reference type="seealso" />
-
+  <reference type="seealso">
+    <item>
+      <link type="internal" href="migrate" />
+      <name>
+        migrate>
+      </name>
+      <description>
+        migrate a domain to another host.
+      </description>
+    </item>
+  </reference>
 </command>
-- 
1.7.3.1




More information about the libvir-list mailing list