Re: [Qemu-devel] [PATCH] sheepdog: allow to delete snapshot

2016-01-19 Thread Jeff Cody
On Wed, Dec 23, 2015 at 09:22:26PM +0900, Hitoshi Mitake wrote: > From: Vasiliy Tolstov > > This patch implements a blockdriver function bdrv_snapshot_delete() in > the sheepdog driver. With the new function, snapshots of sheepdog can > be deleted from libvirt. > > Cc: Jeff Cody > Signed-off-by

Re: [Qemu-devel] [PATCH] sheepdog: allow to delete snapshot

2016-01-12 Thread Hitoshi Mitake
On Wed, Dec 23, 2015 at 9:22 PM, Hitoshi Mitake < mitake.hito...@lab.ntt.co.jp> wrote: > From: Vasiliy Tolstov > > This patch implements a blockdriver function bdrv_snapshot_delete() in > the sheepdog driver. With the new function, snapshots of sheepdog can > be deleted from libvirt. > > Cc: Jeff

[Qemu-devel] [PATCH] sheepdog: allow to delete snapshot

2015-12-23 Thread Hitoshi Mitake
From: Vasiliy Tolstov This patch implements a blockdriver function bdrv_snapshot_delete() in the sheepdog driver. With the new function, snapshots of sheepdog can be deleted from libvirt. Cc: Jeff Cody Signed-off-by: Hitoshi Mitake Signed-off-by: Vasiliy Tolstov --- block/sheepdog.c | 125 ++