Re: [libvirt] [PATCH v2] virsh: Don't break loop of domblkinfo for disks

2018-09-21 Thread John Ferlan
On 09/21/2018 08:32 AM, Michal Privoznik wrote: > On 08/22/2018 11:46 AM, Han Han wrote: >> https://bugzilla.redhat.com/show_bug.cgi?id=1619625 >> >> --all option is added to cmdDomblkinfo since commit 62c39193 allowing to >> show all block devices info. Reset error when empty source in case

Re: [libvirt] [PATCH v2] virsh: Don't break loop of domblkinfo for disks

2018-09-21 Thread Michal Privoznik
On 08/22/2018 11:46 AM, Han Han wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1619625 > > --all option is added to cmdDomblkinfo since commit 62c39193 allowing to > show all block devices info. Reset error when empty source in case error > breaks the loop of domblkinfo for disks. > >

[libvirt] [PATCH v2] virsh: Don't break loop of domblkinfo for disks

2018-08-22 Thread Han Han
https://bugzilla.redhat.com/show_bug.cgi?id=1619625 --all option is added to cmdDomblkinfo since commit 62c39193 allowing to show all block devices info. Reset error when empty source in case error breaks the loop of domblkinfo for disks. Signed-off-by: Han Han --- tools/virsh-domain-monitor.c