Re: [Qemu-devel] [PATCH v2] rbd: reload ceph config for block device

2016-07-14 Thread Vaibhav Bhembre
Thanks for mentioning that! I changed my mail client which should get rid of the ugliness hopefully. Let me know if you see anything otherwise now. On Thu, Jul 14, 2016 at 03:19:38PM -0600, Eric Blake wrote: > On 07/14/2016 02:53 PM, Vaibhav Bhembre wrote: > > Thanks Eric! > &g

Re: [Qemu-devel] [PATCH v2] rbd: reload ceph config for block device

2016-07-14 Thread Vaibhav Bhembre
Thanks Eric! On Thu, Jul 14, 2016 at 4:28 PM, Eric Blake wrote: > On 07/14/2016 01:32 PM, Vaibhav Bhembre wrote: > > This patch adds ability to reload ceph configuration for an attached RBD > > block device. This is necessary for the cases where rebooting a VM and/or > > de

[Qemu-devel] [PATCH v2] rbd: reload ceph config for block device

2016-07-14 Thread Vaibhav Bhembre
take place, for same keys present in both places. Signed-off-by: Vaibhav Bhembre diff --git a/block/rbd.c b/block/rbd.c index 0a5840d..100f398 100644 --- a/block/rbd.c +++ b/block/rbd.c @@ -930,6 +930,125 @@ static int qemu_rbd_snap_list(BlockDriverState *bs, return snap_count

Re: [Qemu-devel] [PATCH] rbd: reload ceph config for block device

2016-06-20 Thread Vaibhav Bhembre
On Mon, Jun 20, 2016 at 12:34 PM, Eric Blake wrote: > On 06/17/2016 08:28 PM, Vaibhav Bhembre wrote: > > This patch adds ability to reload ceph configuration for an attached RBD > > block device. This is necessary for the cases where rebooting a VM and/or > > detaching-reatt

[Qemu-devel] [PATCH] rbd: reload ceph config for block device

2016-06-17 Thread Vaibhav Bhembre
take place, for same keys present in both places. Signed-off-by: Vaibhav Bhembre --- block/rbd.c | 122 +++ hmp-commands.hx | 14 +++ hmp.c| 13 ++ hmp.h| 1 + qapi-schema.json | 13 ++ qmp