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 773721FF144 for ; Tue, 10 Mar 2026 18:18:03 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id C0B46684C; Tue, 10 Mar 2026 18:17:57 +0100 (CET) From: Stoiko Ivanov To: pve-devel@lists.proxmox.com Subject: [PATCH zfsonlinux] d/zfsutils-linux.links: add compat symlinks for zarcstat, zarcsummary Date: Tue, 10 Mar 2026 18:17:27 +0100 Message-ID: <20260310171733.857476-1-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1773163039124 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.080 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 Message-ID-Hash: TYINUSS7UYI7GTUSOYUJPS7EWPSZ3FDO X-Message-ID-Hash: TYINUSS7UYI7GTUSOYUJPS7EWPSZ3FDO X-MailFrom: s.ivanov@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: The patches changing arcstat to zarcstat in our reports[0], brought up the point that we probably want to re-add the old paths for arc_summary and arcstat as symlinks for backward compatibility. I originally oriented the patches on debian-upstream, however new minor ZFS versions (2.4 vs. 2.3) are only available via backports on plain debian (and installing from backports is usually a more conscious step compared to installing the lates updates from our repositories). the links orient themselves on the executables shipped in our zfsutils-linux 2.3.4-pve1. additionally re-add the conflicts on nordugrid-arc-client, which still ships (a completely unrelated) arcstat executable. [0] https://lore.proxmox.com/pve-devel/20260310135815.511167-1-s.ivanov@proxmox.com/T/#t Fixes: b52bb3caa ("d/: rename arcstat and arc_summary to zarcstat and zarcsummary") Suggested-by: Friedrich Weber Suggested-by: Thomas Lamprecht Signed-off-by: Stoiko Ivanov --- debian/control | 2 +- debian/zfsutils-linux.links | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 513884849..c7c31f93e 100644 --- a/debian/control +++ b/debian/control @@ -216,7 +216,7 @@ Architecture: linux-any Depends: python3, ${misc:Depends}, ${shlibs:Depends}, Recommends: zfs-zed, Suggests: nfs-kernel-server, samba-common-bin (>= 3.0.23), zfs-initramfs, -Conflicts: zfs, zfs-fuse +Conflicts: zfs, zfs-fuse, nordugrid-arc-client Provides: zfsutils, Description: command-line tools to manage OpenZFS filesystems OpenZFS is a storage platform that encompasses the functionality of diff --git a/debian/zfsutils-linux.links b/debian/zfsutils-linux.links index bb2454916..c00969e20 100644 --- a/debian/zfsutils-linux.links +++ b/debian/zfsutils-linux.links @@ -3,3 +3,6 @@ usr/sbin/zpool usr/bin/zpool usr/lib/zfs-linux/zpool_influxdb usr/bin/zpool_influxdb usr/bin/zilstat usr/sbin/zilstat usr/bin/zvol_wait usr/sbin/zvol_wait +usr/bin/zarcsummary usr/bin/arc_summary +usr/bin/zarcsummary usr/sbin/arc_summary +usr/bin/zarcstat usr/sbin/arcstat -- 2.47.3