Re: [pve-devel] [PATCH manager 2/7] api: ceph: add rbd namespace management endpoints

2024-12-23 Thread Aaron Lauterer
On 2024-12-10 19:52, Thomas Lamprecht wrote: Am 06.12.24 um 14:55 schrieb Aaron Lauterer: RBD supports namespaces. To make the management easier and possible via the web UI, we need to add API endpoints to: * list * create * delete namespaces. We only allow creatng namespaces for pools tha

Re: [pve-devel] [PATCH manager 2/7] api: ceph: add rbd namespace management endpoints

2024-12-10 Thread Thomas Lamprecht
Am 06.12.24 um 14:55 schrieb Aaron Lauterer: > RBD supports namespaces. To make the management easier and possible via > the web UI, we need to add API endpoints to: > * list > * create > * delete > namespaces. > > We only allow creatng namespaces for pools that have the RBD application > set. >

[pve-devel] [PATCH manager 2/7] api: ceph: add rbd namespace management endpoints

2024-12-06 Thread Aaron Lauterer
RBD supports namespaces. To make the management easier and possible via the web UI, we need to add API endpoints to: * list * create * delete namespaces. We only allow creatng namespaces for pools that have the RBD application set. Signed-off-by: Aaron Lauterer --- PVE/API2/Ceph/Pool.pm | 182 +