Re: [libvirt] [PATCH] virsh: fix domfsinfo wrong output in quiet mode

2015-08-05 Thread lhuang
On 08/05/2015 04:05 PM, Ján Tomko wrote: On Wed, Aug 05, 2015 at 11:17:22AM +0800, Luyao Huang wrote: https://bugzilla.redhat.com/show_bug.cgi?id=1250287 When run domfsinfo in quiet mode, we cannot get any useful information (just get \n), this is because we didn't use vshPrint to print useful

Re: [libvirt] [PATCH] virsh: fix domfsinfo wrong output in quiet mode

2015-08-05 Thread Ján Tomko
On Wed, Aug 05, 2015 at 11:17:22AM +0800, Luyao Huang wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1250287 > > When run domfsinfo in quiet mode, we cannot get any > useful information (just get \n), this is because > we didn't use vshPrint to print useful information. > > Signed-off-by: L

[libvirt] [PATCH] virsh: fix domfsinfo wrong output in quiet mode

2015-08-04 Thread Luyao Huang
https://bugzilla.redhat.com/show_bug.cgi?id=1250287 When run domfsinfo in quiet mode, we cannot get any useful information (just get \n), this is because we didn't use vshPrint to print useful information. Signed-off-by: Luyao Huang --- tools/virsh-domain.c | 6 +++--- 1 file changed, 3 inserti