From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id A523D1FF172 for ; Tue, 20 Aug 2024 18:45:45 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 5E103C1FF; Tue, 20 Aug 2024 18:46:03 +0200 (CEST) From: Stoiko Ivanov To: pve-devel@lists.proxmox.com Date: Tue, 20 Aug 2024 18:45:07 +0200 Message-Id: <20240820164512.1532793-1-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.077 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 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record T_SCC_BODY_TEXT_LINE -0.01 - URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [install.in] Subject: [pve-devel] [PATCH zfsonlinux 0/5] update to ZFS 2.2.5 and opt-in to usrmerge 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" This patchset updates ZFS to 2.2.5 which was released two weeks ago [0] The changes don't look too scary, but could prevent a few issues in not so common use-cases for us e.g.: https://github.com/openzfs/zfs/pull/16359/commits/4d2f7f9839d12708417457cd57cf43d15cae5e92 https://github.com/openzfs/zfs/pull/16359/commits/6f27c4cadd29eb9b850c1c66bf71ef9ba119b955 https://github.com/openzfs/zfs/pull/16359/commits/ef08cb26dae6b3c2e930e66852f13329babb7c2e Additionally I checked Debian's zfs repository [1], and pulled in the changes done there. Most prominently this is opt-in to usrmerge. We could address the conflict of arcstat (a different executable is also called arcstat in `nordugrid-arc-client` (a grid middleware project, which is rather unlikely to be co-installed on a machine running either of our products)) differently (simply by conflicting with nordugrid-arc-client, but I opted to stick close to upstream's packaging. Similarly I'm not sure if we want to include the last patch (adding a NEWS file for the usrmerge, notifying users prominently about the changed paths), but included it as a RFC - feel free to drop it. minimally tested on 2 VMs having a few containers with replication configured. additionally installed a VM with ZFS on / and checked that the usrmerge did not prevent it from booting. [0] https://github.com/openzfs/zfs/pull/16359 [1] https://salsa.debian.org/zfsonlinux-team/zfs Stoiko Ivanov (5): update zfs submodule to 2.2.5 debian: remove libzfsbootenv1linux.install debian: install files to /usr d/zfsutils-linux.install: move most exectuables from sbin to bin d/NEWS: add news for usr-merge debian/NEWS | 13 ++++ debian/libnvpair3linux.install.in | 2 +- debian/libpam-zfs.install | 2 - debian/libpam-zfs.install.in | 2 + debian/libuutil3linux.install.in | 2 +- debian/libzfs4linux.install.in | 4 +- debian/libzfsbootenv1linux.install | 1 - debian/libzfsbootenv1linux.install.in | 2 +- debian/libzfslinux-dev.install.in | 6 +- debian/libzpool5linux.install.in | 2 +- debian/rules | 32 +++------ .../usr/share/initramfs-tools/hooks/zdev | 10 +-- debian/zfs-test.install | 4 +- debian/zfs-zed.install | 2 +- debian/zfsutils-linux.install | 66 +++++++++---------- debian/zfsutils-linux.links | 6 +- upstream | 2 +- 17 files changed, 79 insertions(+), 79 deletions(-) create mode 100644 debian/NEWS delete mode 100644 debian/libpam-zfs.install create mode 100644 debian/libpam-zfs.install.in delete mode 100644 debian/libzfsbootenv1linux.install -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel