Re: [pve-devel] [PATCH storage 1/2] rbd: fix #3286 add namespace support

2021-04-02 Thread Aaron Lauterer
Thanks for the review. I took another look at the plugin and I believe that a `get_rbd_path` sub can be use in multiple places, even the `get_kernel_device` sub could use it AFAICS. I'll send in a v2 where I will introduce that, and then add the NS functionality. On 4/1/21 4:48 PM, Thomas Lamp

Re: [pve-devel] [PATCH storage 1/2] rbd: fix #3286 add namespace support

2021-04-01 Thread Thomas Lamprecht
On 01.04.21 15:40, Aaron Lauterer wrote: > This patch introduces support for Cephs RBD namespaces. > > A new storage config parameter 'namespace' defines the namespace to be > used for the RBD storage. > > The namespace must already exist in the Ceph cluster as it is not > automatically created.

[pve-devel] [PATCH storage 1/2] rbd: fix #3286 add namespace support

2021-04-01 Thread Aaron Lauterer
This patch introduces support for Cephs RBD namespaces. A new storage config parameter 'namespace' defines the namespace to be used for the RBD storage. The namespace must already exist in the Ceph cluster as it is not automatically created. The main intention is to use this for external Ceph cl