Re: [libvirt] [PATCH 1/1] Add shrink flag to blockresize command

2019-10-15 Thread Han Han
On Tue, Oct 15, 2019 at 10:46 PM Cole Robinson wrote: > On 10/5/19 2:56 PM, martinsson.pat...@gmail.com wrote: > > From: patchon > > > > You probably want to fix this to match your signed-off-by name. > > > These commits simply adds the '--shrink' flag to the blockresize > I agree that an

Re: [libvirt] [PATCH 1/1] Add shrink flag to blockresize command

2019-10-15 Thread Cole Robinson
On 10/5/19 2:56 PM, martinsson.pat...@gmail.com wrote: > From: patchon > You probably want to fix this to match your signed-off-by name. > These commits simply adds the '--shrink' flag to the blockresize > command to prevent accidental shrinking of a block device. This > behaviour is already

[libvirt] [PATCH 1/1] Add shrink flag to blockresize command

2019-10-07 Thread martinsson . patrik
From: patchon These commits simply adds the '--shrink' flag to the blockresize command to prevent accidental shrinking of a block device. This behaviour is already present on the vol-resize command and it makes sense to mimic that behaviour. Only implemented in the qemu-driver atm.