From 5b7f5a049c41cfef41a27987f4918ffb066ae3a2 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Wed, 22 Aug 2012 14:59:11 +0100 Subject: 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 --- tools/virsh.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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 specifies fully-qualified path of the disk. -I specifies copying bandwidth limit in Mbps. +I specifies copying bandwidth limit in MiB/s. =item B I I [I] [I] [I<--wait> [I<--verbose>] [I<--timeout> B] [I<--async]] @@ -750,7 +750,7 @@ I specifies fully-qualified path of the disk; it corresponds to a unique target name () or source file () for one of the disk devices attached to I (see also B for listing these names). -I specifies copying bandwidth limit in Mbps. +I specifies copying bandwidth limit in MiB/s. =item B I I [[I<--config>] [I<--live>] | [I<--current>]] -- cgit v1.2.3-65-gdbad