Re: [virt-tools-list] [virt-manager PATCH] delete: do not throw exception if the volume or the pool don't exist

2015-05-07 Thread Giuseppe Scrivano
Giuseppe Scrivano gscri...@redhat.com writes: Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1219427 Signed-off-by: Giuseppe Scrivano gscri...@redhat.com --- virtManager/delete.py | 4 1 file changed, 4 insertions(+) diff --git a/virtManager/delete.py b/virtManager/delete.py

Re: [virt-tools-list] [virt-manager PATCH] delete: do not throw exception if the volume or the pool don't exist

2015-05-07 Thread Giuseppe Scrivano
Giuseppe Scrivano gscri...@redhat.com writes: Giuseppe Scrivano gscri...@redhat.com writes: Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1219427 Signed-off-by: Giuseppe Scrivano gscri...@redhat.com --- virtManager/delete.py | 4 1 file changed, 4 insertions(+) diff --git

Re: [virt-tools-list] [virt-manager PATCH] delete: do not throw exception if the volume or the pool don't exist

2015-05-07 Thread Giuseppe Scrivano
Cole Robinson crobi...@redhat.com writes: On 05/07/2015 08:33 AM, Giuseppe Scrivano wrote: Giuseppe Scrivano gscri...@redhat.com writes: Giuseppe Scrivano gscri...@redhat.com writes: Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1219427 Signed-off-by: Giuseppe Scrivano

Re: [virt-tools-list] [virt-manager PATCH] delete: do not throw exception if the volume or the pool don't exist

2015-05-07 Thread Cole Robinson
On 05/07/2015 08:33 AM, Giuseppe Scrivano wrote: Giuseppe Scrivano gscri...@redhat.com writes: Giuseppe Scrivano gscri...@redhat.com writes: Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1219427 Signed-off-by: Giuseppe Scrivano gscri...@redhat.com --- virtManager/delete.py | 4

Re: [virt-tools-list] [virt-manager PATCH] delete: do not throw exception if the volume or the pool don't exist

2015-05-07 Thread Cole Robinson
On 05/07/2015 11:27 AM, Giuseppe Scrivano wrote: Cole Robinson crobi...@redhat.com writes: On 05/07/2015 08:33 AM, Giuseppe Scrivano wrote: Giuseppe Scrivano gscri...@redhat.com writes: Giuseppe Scrivano gscri...@redhat.com writes: Closes:

[virt-tools-list] [virt-manager PATCH] delete: do not throw exception if the volume or the pool don't exist

2015-05-07 Thread Giuseppe Scrivano
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1219427 Signed-off-by: Giuseppe Scrivano gscri...@redhat.com --- virtManager/delete.py | 4 1 file changed, 4 insertions(+) diff --git a/virtManager/delete.py b/virtManager/delete.py index 2addcfa..a7d4ec2 100644 ---