Re: [libvirt] [dbus PATCH 14/15] Implement Delete method for StorageVol Interface

2018-06-14 Thread Ján Tomko
On Tue, Jun 12, 2018 at 11:00:27AM +0200, Katerina Koukiou wrote: Signed-off-by: Katerina Koukiou --- data/org.libvirt.StorageVol.xml | 5 + src/storagevol.c| 25 + tests/test_storage.py | 6 ++ 3 files changed, 36 insertions(+)

[libvirt] [dbus PATCH 14/15] Implement Delete method for StorageVol Interface

2018-06-12 Thread Katerina Koukiou
Signed-off-by: Katerina Koukiou --- data/org.libvirt.StorageVol.xml | 5 + src/storagevol.c| 25 + tests/test_storage.py | 6 ++ 3 files changed, 36 insertions(+) diff --git a/data/org.libvirt.StorageVol.xml