From 96c260199dc5980c09de09dd8f7af6bfcb547f79 Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Sat, 8 Feb 2014 00:00:08 +0800 Subject: [PATCH] man: a proper example for blkiotune Parameter device_path should be block device rather than files. Signed-off-by: Chen Hanxiao --- man/virt-install.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/virt-install.pod b/man/virt-install.pod index aa7c68b1..c8004953 100644 --- a/man/virt-install.pod +++ b/man/virt-install.pod @@ -156,7 +156,7 @@ Use --numatune=? to see a list of all available sub options. Complete details at Tune blkio policy for the domain process. Example invocations --blkiotune weight=100 - --blkiotune weight=100,device_path=/home/1.img,device_weight=200 + --blkiotune weight=100,device_path=/dev/sdc,device_weight=200 Use --blkiotune=? to see a list of all available sub options. Complete details at L