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 E1BDE72779 for ; Wed, 16 Jun 2021 09:27:05 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id BDB42E7C2 for ; Wed, 16 Jun 2021 09:27:05 +0200 (CEST) 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) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 68638E789 for ; Wed, 16 Jun 2021 09:27:04 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 1598043A70 for ; Wed, 16 Jun 2021 09:27:04 +0200 (CEST) From: Fabian Ebner To: pve-devel@lists.proxmox.com Date: Wed, 16 Jun 2021 09:26:52 +0200 Message-Id: <20210616072700.54289-1-f.ebner@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.764 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 URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [cephfsplugin.pm, pve6to7.pm, cifsplugin.pm, storage.pm, plugin.pm] Subject: [pve-devel] [PATCH-SERIES v2 manager/storage] Some breaking API changes/cleanups 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: Wed, 16 Jun 2021 07:27:05 -0000 Improved version of the not-yet applied patches and follow-ups, regarding backup retention and CIFS credentials, and path+RFC for CephFS at the end. Changes from v1: * improve CIFS credential renaming * mention that maxfiles is deprecated * add checks for pve6to7 * add patch+RFC for CephFS manager stable(+master): Fabian Ebner (2): pve6to7: add checks for backup retention options pve6to7: add check for CIFS credentials PVE/CLI/pve6to7.pm | 85 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) manager master: Fabian Ebner (1): ui: storage: update hint about prune-backups default www/manager6/storage/Base.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) storage master: Fabian Ebner (5): postinst: move cifs credential files into subdirectory upon update config: mention that maxfiles is deprecated config: add backup content type to default local storage cephfs: revert safe-guard check for Luminous cephfs: update reminder for removal PVE/Storage.pm | 2 +- PVE/Storage/CIFSPlugin.pm | 3 --- PVE/Storage/CephFSPlugin.pm | 8 ++------ PVE/Storage/Plugin.pm | 14 +++++++++++--- debian/postinst | 33 +++++++++++++++++++++++++++++++++ 5 files changed, 47 insertions(+), 13 deletions(-) create mode 100644 debian/postinst -- 2.30.2