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! > > meta-comment - your

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

2016-07-14 Thread Eric Blake
On 07/14/2016 02:53 PM, Vaibhav Bhembre wrote: > Thanks Eric! meta-comment - your mailer's default quoting behavior makes it very hard to read your replies. Observe: > > 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

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 > > detaching-reattaching a

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

2016-07-14 Thread Eric Blake
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 > detaching-reattaching a RBD drive is not an easy option. Probably worth including qemu-bl...@nongn

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

2016-07-14 Thread Vaibhav Bhembre
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-reattaching a RBD drive is not an easy option. The reload mechanism relies on the bdrv_reopen_* calls to provide a transactional guarantee (