From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 515EB84D0 for ; Fri, 3 Mar 2023 15:51:29 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 3340C1902C for ; Fri, 3 Mar 2023 15:50:59 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Fri, 3 Mar 2023 15:50:55 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 8596F463C1 for ; Fri, 3 Mar 2023 15:50:55 +0100 (CET) From: Noel Ullreich To: pve-devel@lists.proxmox.com Date: Fri, 3 Mar 2023 15:50:49 +0100 Message-Id: <20230303145051.109925-1-n.ullreich@proxmox.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.097 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% 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: [pve-devel] [PATCH pve-storage 0/2] fix #623: show isos/tmplt/snippets in subdirs 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: , X-List-Received-Date: Fri, 03 Mar 2023 14:51:29 -0000 This patch allows for isos, container templates, and snippets in subdirectories to be displayed by the web interface and the cli tools. For the isos/templates/snippets to be displayed, they have to be in their corresponding base directories (see: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#storage_directory). I've started working on a new tree-based dropdown menu in the web interface so that directories can be collapsed, however I don't know if that is overkill or not, I would like some feedback on that. Also, no depth limit for the subdirs has been set. Should one be set? Noel Ullreich (2): update `list_volumes` to allow subdirs change regex to allow subdirs PVE/Storage/Plugin.pm | 79 +++++++++++++++++++++++++++---------------- 1 file changed, 50 insertions(+), 29 deletions(-) -- 2.30.2