[libvirt] [libvirt-virshcmdref 08/10] update documentation for command migrate-getspeed

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


---
 common.sh                   |    2 +-
 source/migrate-getspeed.xml |   55 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+), 1 deletions(-)
 create mode 100644 source/migrate-getspeed.xml

diff --git a/common.sh b/common.sh
index a84c832..6454fe9 100755
--- a/common.sh
+++ b/common.sh
@@ -5,7 +5,7 @@ DOMAIN_COMMANDS="attach-device attach-disk attach-interface autostart
   domname domuuid domxml-from-native domxml-to-native dump dumpxml echo
   edit freecell hostname inject-nmi managedsave managedsave-remove
   maxvcpus memtune migrate migrate-setmaxdowntime migrate-setspeed
-  reboot restore resume
+  migrate-getspeed reboot restore resume
   save schedinfo send-key setmaxmem setmem setvcpus shutdown start
   suspend ttyconsole undefine update-device vcpucount vcpuinfo vcpupin
   version vncdisplay"
diff --git a/source/migrate-getspeed.xml b/source/migrate-getspeed.xml
new file mode 100644
index 0000000..dd3f17b
--- /dev/null
+++ b/source/migrate-getspeed.xml
@@ -0,0 +1,55 @@
+<?xml version='1.0' encoding='utf-8' ?>
+
+<command>
+  <name>migrate-getspeed</name>
+
+  <description>
+    <text>
+      Get the maximum migration bandwidth
+    </text>
+  </description>
+
+  <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>
+  </options>
+
+  <availability from="0.9.5" />
+
+  <notes />
+
+  <examples type="usage" />
+
+  <examples type="fullcontext" />
+
+  <reference type="seealso">
+    <item>
+      <link type="internal" href="migrate" />
+      <name>
+        migrate
+      </name>
+      <description>
+        migrate a domain to another host
+      </description>
+    </item>
+    <item>
+      <link type="internal" href="migrate-setspeed" />
+      <name>
+        migrate-setspeed
+      </name>
+      <description>
+        set the maximum migration bandwidth
+      </description>
+    </item>
+  </reference>
+</command>
-- 
1.7.3.1




More information about the libvir-list mailing list