diff options
author | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | 2012-08-22 14:59:11 +0100 |
---|---|---|
committer | Michal Privoznik <mprivozn@redhat.com> | 2012-08-22 17:15:56 +0200 |
commit | 5b7f5a049c41cfef41a27987f4918ffb066ae3a2 (patch) | |
tree | 37e3458a5760da6e4946bbdfbd8e0119e021ba16 /tools | |
parent | Fix parameter list in virNetlinkEvent{Add,Remove}Client Win32 stubs (diff) | |
download | libvirt-5b7f5a049c41cfef41a27987f4918ffb066ae3a2.tar.gz libvirt-5b7f5a049c41cfef41a27987f4918ffb066ae3a2.tar.bz2 libvirt-5b7f5a049c41cfef41a27987f4918ffb066ae3a2.zip |
docs: fix blockpull/blockcopy bandwidth Mbps -> MiB/s
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/virsh.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/virsh.pod b/tools/virsh.pod index e932d7c42..424f1d989 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -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>]] |