Re: [pve-devel] [PATCH manager] ui: RBDStorage: add field for RBD namespace

2021-04-16 Thread Aaron Lauterer
On 4/16/21 5:48 PM, Thomas Lamprecht wrote: On 16.04.21 17:39, Aaron Lauterer wrote: Thx for the feedback and yep, I forgot to run the linter... there's to much noise still in it for this repo, so totally understandable. Anything against doing it via `rbd -p pool namespace ls`? AFAICT th

Re: [pve-devel] [PATCH manager] ui: RBDStorage: add field for RBD namespace

2021-04-16 Thread Thomas Lamprecht
On 16.04.21 17:39, Aaron Lauterer wrote: > Thx for the feedback and yep, I forgot to run the linter... > there's to much noise still in it for this repo, so totally understandable. > Anything against doing it via `rbd -p pool namespace ls`? AFAICT there is no > lightweight command to list namesp

Re: [pve-devel] [PATCH manager] ui: RBDStorage: add field for RBD namespace

2021-04-16 Thread Aaron Lauterer
Thx for the feedback and yep, I forgot to run the linter... On 4/16/21 4:56 PM, Thomas Lamprecht wrote: On 16.04.21 16:10, Aaron Lauterer wrote: Makes it possible to configure the RBD namespace via the GUI. [] + xtype: 'displayfield', + name: 'namespace-hint'

Re: [pve-devel] [PATCH manager] ui: RBDStorage: add field for RBD namespace

2021-04-16 Thread Thomas Lamprecht
On 16.04.21 16:10, Aaron Lauterer wrote: > Makes it possible to configure the RBD namespace via the GUI. > > RBD namespaces must be configured manually. The most likely use case is > when connecting to an external Ceph cluster as this makes it possible to > separate client PVE clusters by namespac

[pve-devel] [PATCH manager] ui: RBDStorage: add field for RBD namespace

2021-04-16 Thread Aaron Lauterer
Makes it possible to configure the RBD namespace via the GUI. RBD namespaces must be configured manually. The most likely use case is when connecting to an external Ceph cluster as this makes it possible to separate client PVE clusters by namespace, not by pool. Signed-off-by: Aaron Lauterer ---