Re: [PATCH v3 1/1] block/rbd: Add support for ceph namespaces

2020-03-05 Thread Florian Florensa
On Mon, Feb 03, 2020 at 12:17:10PM +0100, Florian Florensa wrote: Hello, Any news regarding this ? Regards, Florian > Hello Kevin, > > Just checking in to see if any more work needs to be done on this for a > possible merge. > > Regards, > > Florian > On Fri, Jan 1

Re: [PATCH v3 1/1] block/rbd: Add support for ceph namespaces

2020-02-03 Thread Florian Florensa
Hello Kevin, Just checking in to see if any more work needs to be done on this for a possible merge. Regards, Florian On Fri, Jan 10, 2020 at 09:13:12AM -0500, Jason Dillaman wrote: > On Fri, Jan 10, 2020 at 6:15 AM Florian Florensa wrote: > > > > Starting from ceph Nautilus,

[PATCH v3 0/1] block/rbd: Add support for ceph namespaces

2020-01-10 Thread Florian Florensa
Fixed the white space issue, no changes other than that. Florian Florensa (1): block/rbd: Add support for ceph namespaces block/rbd.c | 44 +++- qapi/block-core.json | 4 2 files changed, 35 insertions(+), 13 deletions(-) -- 2.24.1

[PATCH v3 1/1] block/rbd: Add support for ceph namespaces

2020-01-10 Thread Florian Florensa
in qemu_rbd_connect to make it work with both qemu-img, and qemu itself. Signed-off-by: Florian Florensa --- block/rbd.c | 44 +++- qapi/block-core.json | 4 2 files changed, 35 insertions(+), 13 deletions(-) diff --git a/block/rbd.c b/block

[PATCH v2 1/1] block/rbd: Add support for ceph namespaces

2020-01-07 Thread Florian Florensa
in qemu_rbd_connect to make it work with both qemu-img, and qemu itself. Signed-off-by: Florian Florensa --- block/rbd.c | 45 ++-- qapi/block-core.json | 4 2 files changed, 35 insertions(+), 14 deletions(-) diff --git a/block/rbd.c b/block

[PATCH v2 0/1] block/rbd: Add support for ceph namespaces

2020-01-07 Thread Florian Florensa
Happy new year everyone, please find attached the v2 of the patch, updated with the input from Stefano, Jason and Eric. What has changed from v1 : - renamed the variables from nspace to namespace - made the argument in qapi optional - add the `(Since 5.0)` tag in qapi documentation Florian

Re: [PATCH] block/rbd: Add support for ceph namespaces

2019-12-20 Thread Florian Florensa
On Fri, Dec 20, 2019 at 09:56:51AM -0500, Jason Dillaman wrote: > On Fri, Dec 20, 2019 at 9:11 AM Florian Florensa wrote: > > > > Hello Stefano and Jason, > > > > First of all thanks for the quick reply, > > Response inline belowe > > > Hi Florian, >

Re: [PATCH] block/rbd: Add support for ceph namespaces

2019-12-20 Thread Florian Florensa
Hello Stefano and Jason, First of all thanks for the quick reply, Response inline belowe > Hi Florian, > > I think we need to add (Since: 5.0). Are you implying by that (Since: 5.0) that we need to specify its availability target is qemu 5.0 ? I guess that maybe a version check would be better

[PATCH] block/rbd: Add support for ceph namespaces

2019-12-19 Thread Florian Florensa
in qemu_rbd_connect to make it work with both qemu-img, and qemu itself. Signed-off-by: Florian Florensa --- block/rbd.c | 30 -- qapi/block-core.json | 3 +++ 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/block/rbd.c b/block/rbd.c index