Re: [PATCH v3 3/5] qemu: Implement rbd namespace attribute

2020-08-07 Thread Han Han
On Fri, Aug 7, 2020 at 5:17 PM Peter Krempa wrote: > On Fri, Aug 07, 2020 at 17:11:25 +0800, Han Han wrote: > > On Thu, Aug 6, 2020 at 7:58 PM Peter Krempa wrote: > > > > > On Thu, Aug 06, 2020 at 19:41:44 +0800, Han Han wrote: > > > > Ceph Nautilus supports separate image namespaces within a

Re: [PATCH v3 3/5] qemu: Implement rbd namespace attribute

2020-08-07 Thread Peter Krempa
On Fri, Aug 07, 2020 at 17:11:25 +0800, Han Han wrote: > On Thu, Aug 6, 2020 at 7:58 PM Peter Krempa wrote: > > > On Thu, Aug 06, 2020 at 19:41:44 +0800, Han Han wrote: > > > Ceph Nautilus supports separate image namespaces within a pool for > > > tenant isolation and QEMU added it as a rbd

Re: [PATCH v3 3/5] qemu: Implement rbd namespace attribute

2020-08-07 Thread Han Han
On Thu, Aug 6, 2020 at 7:58 PM Peter Krempa wrote: > On Thu, Aug 06, 2020 at 19:41:44 +0800, Han Han wrote: > > Ceph Nautilus supports separate image namespaces within a pool for > > tenant isolation and QEMU added it as a rbd blockdev options from 5.0.0. > > This optional attribute is used to

Re: [PATCH v3 3/5] qemu: Implement rbd namespace attribute

2020-08-06 Thread Peter Krempa
On Thu, Aug 06, 2020 at 19:41:44 +0800, Han Han wrote: > Ceph Nautilus supports separate image namespaces within a pool for > tenant isolation and QEMU added it as a rbd blockdev options from 5.0.0. > This optional attribute is used to access a image with namespace. > > Add unit tests for this

[PATCH v3 3/5] qemu: Implement rbd namespace attribute

2020-08-06 Thread Han Han
Ceph Nautilus supports separate image namespaces within a pool for tenant isolation and QEMU added it as a rbd blockdev options from 5.0.0. This optional attribute is used to access a image with namespace. Add unit tests for this attribute. https://bugzilla.redhat.com/show_bug.cgi?id=1816909