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

2018-08-22 Thread Han Han
On Tue, Aug 21, 2018 at 11:26 PM, Peter Krempa wrote: > On Tue, Aug 21, 2018 at 21:23:42 +0800, 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. Remove its 'goto

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

2018-08-21 Thread Peter Krempa
On Tue, Aug 21, 2018 at 21:23:42 +0800, 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. Remove its 'goto cleanup' part in case it breaks > the loop of domblkinfo for all

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

2018-08-21 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. Remove its 'goto cleanup' part in case it breaks the loop of domblkinfo for all disks. Remove unnecessary variables and the condition part after