Re: [libvirt] [PATCH] virsh: pool-info: introduce option --bytes

2017-01-10 Thread John Ferlan
On 01/03/2017 08:01 PM, Chen Hanxiao wrote: > From: Chen Hanxiao > > By default, pool-info will convert sizes to human friendly > units. > This patch will introduce option [--bytes]. > If specified, the raw sizes will be in the output. > > Signed-off-by: Chen Hanxiao

[libvirt] [PATCH] virsh: pool-info: introduce option --bytes

2017-01-03 Thread Chen Hanxiao
From: Chen Hanxiao By default, pool-info will convert sizes to human friendly units. This patch will introduce option [--bytes]. If specified, the raw sizes will be in the output. Signed-off-by: Chen Hanxiao --- tools/virsh-pool.c | 25