]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: fix blockpull/blockcopy bandwidth Mbps -> MiB/s
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 22 Aug 2012 13:59:11 +0000 (14:59 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 22 Aug 2012 15:15:56 +0000 (17:15 +0200)
The bandwidth units for blockpull and blockcopy are in Megabytes per
Second, not Megabits per Second.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
AUTHORS
src/libvirt.c
tools/virsh.pod

diff --git a/AUTHORS b/AUTHORS
index 289c9845cb1e16c0fe6e4264f4ef1129f524d373..cea91c9af7f6b0aea87ac55c74092b68637d26f7 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -259,6 +259,7 @@ Patches have also been contributed by:
   Sukadev Bhattiprolu  <sukadev@linux.vnet.ibm.com>
   Thomas Woerner       <twoerner@redhat.com>
   J.B. Joret           <jb@linux.vnet.ibm.com>
+  Stefan Hajnoczi      <stefanha@linux.vnet.ibm.com>
 
   [....send patches to get your name here....]
 
index 60ce6d17bc8c056f738b5f45cb693a67250e27a0..e0ac391dac0b5d906d62d65314f4c77ea05062bb 100644 (file)
@@ -18344,7 +18344,7 @@ error:
  * virDomainBlockJobSetSpeed:
  * @dom: pointer to domain object
  * @disk: path to the block device, or device shorthand
- * @bandwidth: specify bandwidth limit in Mbps
+ * @bandwidth: specify bandwidth limit in MiB/s
  * @flags: extra flags; not used yet, so callers should always pass 0
  *
  * Set the maximimum allowable bandwidth that a block job may consume.  If
@@ -18402,7 +18402,7 @@ error:
  * virDomainBlockPull:
  * @dom: pointer to domain object
  * @disk: path to the block device, or device shorthand
- * @bandwidth: (optional) specify copy bandwidth limit in Mbps
+ * @bandwidth: (optional) specify copy bandwidth limit in MiB/s
  * @flags: extra flags; not used yet, so callers should always pass 0
  *
  * Populate a disk image with data from its backing image.  Once all data from
@@ -18419,7 +18419,7 @@ error:
  * can be found by calling virDomainGetXMLDesc() and inspecting
  * elements within //domain/devices/disk.
  *
- * The maximum bandwidth (in Mbps) that will be used to do the copy can be
+ * The maximum bandwidth (in MiB/s) that will be used to do the copy can be
  * specified with the bandwidth parameter.  If set to 0, libvirt will choose a
  * suitable default.  Some hypervisors do not support this feature and will
  * return an error if bandwidth is not 0; in this case, it might still be
@@ -18475,7 +18475,7 @@ error:
  * @dom: pointer to domain object
  * @disk: path to the block device, or device shorthand
  * @base: path to backing file to keep, or NULL for no backing file
- * @bandwidth: (optional) specify copy bandwidth limit in Mbps
+ * @bandwidth: (optional) specify copy bandwidth limit in MiB/s
  * @flags: bitwise-OR of virDomainBlockRebaseFlags
  *
  * Populate a disk image with data from its backing image chain, and
@@ -18535,7 +18535,7 @@ error:
  * can be found by calling virDomainGetXMLDesc() and inspecting
  * elements within //domain/devices/disk.
  *
- * The maximum bandwidth (in Mbps) that will be used to do the copy can be
+ * The maximum bandwidth (in MiB/s) that will be used to do the copy can be
  * specified with the bandwidth parameter.  If set to 0, libvirt will choose a
  * suitable default.  Some hypervisors do not support this feature and will
  * return an error if bandwidth is not 0; in this case, it might still be
index e932d7c42340c0d5fc841bab8c9f80b24881b024..424f1d989ed6ee97ef20aa9b63a110a4d3536715 100644 (file)
@@ -723,7 +723,7 @@ the command may continue to block a little while longer until the job
 is done cleaning up.
 
 I<path> specifies fully-qualified path of the disk.
-I<bandwidth> specifies copying bandwidth limit in Mbps.
+I<bandwidth> specifies copying bandwidth limit in MiB/s.
 
 =item B<blockpull> I<domain> I<path> [I<bandwidth>] [I<base>]
 [I<--wait> [I<--verbose>] [I<--timeout> B<seconds>] [I<--async]]
@@ -750,7 +750,7 @@ I<path> specifies fully-qualified path of the disk; it corresponds
 to a unique target name (<target dev='name'/>) or source file (<source
 file='name'/>) for one of the disk devices attached to I<domain> (see
 also B<domblklist> for listing these names).
-I<bandwidth> specifies copying bandwidth limit in Mbps.
+I<bandwidth> specifies copying bandwidth limit in MiB/s.
 
 =item B<blkdeviotune> I<domain> I<device>
 [[I<--config>] [I<--live>] | [I<--current>]]