
Eric Blake wrote:
On 02/17/2011 07:05 PM, Gui Jianfeng wrote:
Documents for blkiotune.
Signed-off-by: Gui Jianfeng <guijianfeng@cn.fujitsu.com> --- tools/virsh.pod | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/tools/virsh.pod b/tools/virsh.pod index a2ca384..014d953 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -610,6 +610,10 @@ of 4MB, while 266240 (260MB) is valid without rounding. Note, to change the maximum memory allocation for a QEMU/KVM guest domain, use the virsh B<edit> command instead to update its XML <memory> element.
+=item B<blkiotune> I<domain-id> optional I<--weight> B<weight> + +Display or set the blkio cgroup parameters. QEMU/KVM supports I<--weight>. +
Is it worth listing the range 100-1000? (Am I right on that range?)
Yes, range is [100, 1000] now. listing the range here makes more sense i think. Thanks, Gui