From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id CB9B21FF16E for ; Mon, 23 Dec 2024 17:03:23 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 049AEB759; Mon, 23 Dec 2024 17:03:20 +0100 (CET) Message-ID: <40cef2bf-bf9d-49b2-afd5-d13980f73cce@proxmox.com> Date: Mon, 23 Dec 2024 17:02:46 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US From: Aaron Lauterer To: pve-devel@lists.proxmox.com References: <20241206135514.170226-1-a.lauterer@proxmox.com> In-Reply-To: <20241206135514.170226-1-a.lauterer@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL -0.034 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pve-devel] [PATCH manager, docs 0/7] Ceph: add RBD Namespace management X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" 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(+) > _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel