[virt-tools-list] [virt-manager PATCH] man: proper example for blkiotune
Chen Hanxiao
chen_han_xiao at 126.com
Fri Feb 7 16:01:18 UTC 2014
On 02/07/2014 11:52 PM, Cole Robinson wrote:
> On 02/07/2014 10:41 AM, Chen Hanxiao wrote:
>> From: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
>>
>> Parameter device_path should be a block device rather than
>> files.
>>
>> Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
>> ---
>> 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 aa7c68b..c800495 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<http://libvirt.org/formatdomain.html#elementsBlockTuning>
>>
>>
>
> ACK
>
> - Cole
>
Pushed, thanks!
More information about the virt-tools-list
mailing list