[pve-devel] [PATCH manager, docs 0/7] Ceph: add RBD Namespace management

Aaron Lauterer a.lauterer at proxmox.com
Mon Dec 23 17:02:46 CET 2024


sent a v2: 
https://lore.proxmox.com/pve-devel/20241223160008.218710-1-a.lauterer@proxmox.com/T/#m4cf1056451d93fffbb9e427db5c4e459b342df07

On  2024-12-06  14:55, Aaron Lauterer wrote:
> The first patch in this series is not related, but adds a new column to
> the ceph pool panel to also display the application data of the pool.
> 
> The rest of the series adds the necessary API endpoints and GUI to
> manage RBD namespaces in a HCI cluster. The Ceph Pool panel in the UI
> needed a bit more work to fit in a new grid for the namespaces. More in
> the actual patch (4/7).
> 
> Additional future work can be made, for example to add a new scan option
> for the RBD storage backend that scans for namespaces. But that only has
> a tangential relationship to this series.
> 
> manager: Aaron Lauterer (6):
>    ui: ceph pool: add columns for application
>    api: ceph: add rbd namespace management endpoints
>    pveceph: add pool namespace subcommands
>    ui: ceph pool: add rbd namespace panel
>    ui: utils: add ceph rbd namespace task names
>    ui: storage rbd: remove hint for manual rbd namespace creation
> 
>   PVE/API2/Ceph/Pool.pm           | 182 ++++++++++++++++++++++++-
>   PVE/CLI/pveceph.pm              |   9 ++
>   www/manager6/Utils.js           |   2 +
>   www/manager6/ceph/Pool.js       | 230 +++++++++++++++++++++++++++++++-
>   www/manager6/node/Config.js     |   3 +-
>   www/manager6/storage/RBDEdit.js |  21 ---
>   6 files changed, 422 insertions(+), 25 deletions(-)
> 
> docs: Aaron Lauterer (1):
>    pveceph: add section for rbd namespaces
> 
>   pveceph.adoc | 41 +++++++++++++++++++++++++++++++++++++++++
>   1 file changed, 41 insertions(+)
> 





More information about the pve-devel mailing list