From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <pve-devel-bounces@lists.proxmox.com>
Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68])
	by lore.proxmox.com (Postfix) with ESMTPS id 4871E1FF18E
	for <inbox@lore.proxmox.com>; Fri,  4 Apr 2025 17:21:08 +0200 (CEST)
Received: from firstgate.proxmox.com (localhost [127.0.0.1])
	by firstgate.proxmox.com (Proxmox) with ESMTP id EFDAB35B19;
	Fri,  4 Apr 2025 17:20:55 +0200 (CEST)
Message-ID: <5fa90dae-778c-4545-97b0-b7d28d53f107@proxmox.com>
Date: Fri, 4 Apr 2025 17:20:23 +0200
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Content-Language: en-US
From: Aaron Lauterer <a.lauterer@proxmox.com>
To: pve-devel@lists.proxmox.com
References: <20250404151818.1099169-1-a.lauterer@proxmox.com>
In-Reply-To: <20250404151818.1099169-1-a.lauterer@proxmox.com>
X-SPAM-LEVEL: Spam detection results:  0
 AWL -0.032 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
 URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See
 http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more
 information. [data.store]
Subject: Re: [pve-devel] [PATCH manager v3 3/6 follow up] ui: ceph pool: add
 rbd namespace panel
X-BeenThere: pve-devel@lists.proxmox.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Proxmox VE development discussion <pve-devel.lists.proxmox.com>
List-Unsubscribe: <https://lists.proxmox.com/cgi-bin/mailman/options/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=unsubscribe>
List-Archive: <http://lists.proxmox.com/pipermail/pve-devel/>
List-Post: <mailto:pve-devel@lists.proxmox.com>
List-Help: <mailto:pve-devel-request@lists.proxmox.com?subject=help>
List-Subscribe: <https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel>, 
 <mailto:pve-devel-request@lists.proxmox.com?subject=subscribe>
Reply-To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Errors-To: pve-devel-bounces@lists.proxmox.com
Sender: "pve-devel" <pve-devel-bounces@lists.proxmox.com>

Sorry for the noise. Please ignore this one. I sent it again with the 
correct in-reply-to to get the threading right.

On  2025-04-04  17:18, Aaron Lauterer wrote:
> This needs a bit of a rework of the Ceph Pool panel because we want to
> have it right next/below to the pool grid. Additionally we want to
> en-/disable it if the select pool has RBD as application enabled.
> 
> Therefore we introduce a new small panel (Ceph.PoolView) that holds the
> pool and namespace grid. This also means that we need to redirect the
> submenu in Config.js to use the new intermediate Ceph.PoolView panel
> instead of the pool grid directly.
> 
> Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
> ---
> Please use this follow up instead of the original!
> I forgot to remove two listeners at the end of the
> pveNodeCephRbdNamespacelist component that caused problems when
> navigating away from the ceph pool panel!
> 
> changes since v2:
> * make new PoolView declarative
> * add interface to pveNodeCephRbdNamespacelist that handles changes to
>    the pool name instead of doing that in detail from the
>    pveNodeCephPoolList grid.
> * switch to basic extjs.data.Store
> * some smaller bug and style fixes that were reported
> 
> v1: none


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel