Re: [virt-tools-list] [virt-manager PATCH] cli: introduce snapshot parameter for disk device

2017-09-11 Thread Cole Robinson
On 09/09/2017 04:46 AM, Pavel Hrdina wrote: > On Fri, Sep 08, 2017 at 04:04:47PM -0400, Cole Robinson wrote: >> On 09/06/2017 03:18 AM, Pavel Hrdina wrote: >>> This allows to configure snapshot behavior for each disk. >>> >>> Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1430642 >>> >>>

Re: [virt-tools-list] [virt-manager PATCH] cli: introduce snapshot parameter for disk device

2017-09-09 Thread Pavel Hrdina
On Fri, Sep 08, 2017 at 04:04:47PM -0400, Cole Robinson wrote: > On 09/06/2017 03:18 AM, Pavel Hrdina wrote: > > This allows to configure snapshot behavior for each disk. > > > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1430642 > > > > Signed-off-by: Pavel Hrdina

Re: [virt-tools-list] [virt-manager PATCH] cli: introduce snapshot parameter for disk device

2017-09-08 Thread Cole Robinson
On 09/06/2017 03:18 AM, Pavel Hrdina wrote: > This allows to configure snapshot behavior for each disk. > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1430642 > > Signed-off-by: Pavel Hrdina Hmm. Part of my worry naming this 'snapshot' on the cli is that people

[virt-tools-list] [virt-manager PATCH] cli: introduce snapshot parameter for disk device

2017-09-06 Thread Pavel Hrdina
This allows to configure snapshot behavior for each disk. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1430642 Signed-off-by: Pavel Hrdina --- tests/clitest.py | 1 + virtinst/cli.py| 1 + virtinst/devicedisk.py | 3 ++- 3 files changed, 4