[libvirt] [PATCH RFC] allow to delete sheepdog snapshot

Vasiliy Tolstov v.tolstov at selfip.ru
Tue Dec 1 16:11:07 UTC 2015


This is first try to get ability to remove snapshot from sheepdog,
I'm stuck ad the simple thing: sheepdog does not allow to remove
snapshot with objects with message:
ERROR [deletion] delete_vdi_work(1811) vid: XXXXX still has objects

I'm check dog/vdi.c code and see, that in case of deletion vdi sheepdog write
to all objects. Does i realy need to do this thing?
Can somebody helps me?
Also as i see block/sheepdog.c have delete vdi code and it very simple compared
to dog/vdi.c...
So, please help me =)

Vasiliy Tolstov (1):
  allow to delete sheepdog snapshot

 block/sheepdog.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 57 insertions(+), 2 deletions(-)

--
2.5.0




More information about the libvir-list mailing list