Re: [Qemu-devel] [PATCH] block/rbd: add .bdrv_reopen_prepare() stub

2016-05-18 Thread Sebastian Färber
> > There's no need to reset the librados state, so connections to the > cluster can stick around. I'm a bit unclear on the bdrv_reopen_* > functions though - what is their intended use and semantics? My motivation for implementing this basic reopen support is getting active block commit in qemu

Re: [Qemu-devel] [PATCH] block/rbd: add .bdrv_reopen_prepare() stub

2016-05-17 Thread Sebastian Färber
d a check in the following patch. Would be great if someone who knows the internals of ceph/rbd could have a look as well. Sebastian -- >8 -- Subject: [PATCH] block/rbd: add .bdrv_reopen_prepare() stub Add support for reopen() by adding the .bdrv_reopen_prepare() stub Signed-off-by: Sebastian Färbe

[Qemu-devel] [PATCH] block/rbd: add .bdrv_reopen_prepare() stub

2016-05-13 Thread Sebastian Färber
Add support for reopen() by adding the .bdrv_reopen_prepare() stub Signed-off-by: Sebastian Färber Tested-by: Sebastian Färber --- block/rbd.c | 9 + 1 file changed, 9 insertions(+) diff --git a/block/rbd.c b/block/rbd.c index 5bc5b32..5f121b5 100644 --- a/block/rbd.c +++ b/block