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 A050A72B46 for ; Wed, 16 Jun 2021 13:51:55 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 8CF25111C5 for ; Wed, 16 Jun 2021 13:51:25 +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 BC78F111BA for ; Wed, 16 Jun 2021 13:51:23 +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 946E642E61 for ; Wed, 16 Jun 2021 13:51:23 +0200 (CEST) Date: Wed, 16 Jun 2021 13:51:16 +0200 From: Fabian =?iso-8859-1?q?Gr=FCnbichler?= To: Proxmox VE development discussion References: <20210616072700.54289-1-f.ebner@proxmox.com> In-Reply-To: <20210616072700.54289-1-f.ebner@proxmox.com> MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1623844171.l7bb5nkxie.astroid@nora.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-SPAM-LEVEL: Spam detection results: 0 AWL 0.791 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. [storage.pm, plugin.pm, cephfsplugin.pm, cifsplugin.pm, proxmox.com, pve6to7.pm] Subject: [pve-devel] applied-series: [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 11:51:55 -0000 with two follow-ups: - pve-storage postinst: handle read-only postinst (warn, but don't fail=20 the upgrade) - pve-manager: wrap vzdump.cron check in eval {} and warn on error On June 16, 2021 9:26 am, Fabian Ebner wrote: > 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. >=20 >=20 > Changes from v1: > * improve CIFS credential renaming > * mention that maxfiles is deprecated > * add checks for pve6to7 > * add patch+RFC for CephFS >=20 >=20 > manager stable(+master): >=20 > Fabian Ebner (2): > pve6to7: add checks for backup retention options > pve6to7: add check for CIFS credentials >=20 > PVE/CLI/pve6to7.pm | 85 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 85 insertions(+) >=20 >=20 > manager master: >=20 > Fabian Ebner (1): > ui: storage: update hint about prune-backups default >=20 > www/manager6/storage/Base.js | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) >=20 >=20 > storage master: >=20 > 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 >=20 > 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 >=20 > --=20 > 2.30.2 >=20 >=20 >=20 > _______________________________________________ > pve-devel mailing list > pve-devel@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel >=20 >=20 >=20