From: Stoiko Ivanov <s.ivanov@proxmox.com>
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 [thread overview]
Message-ID: <20260310171733.857476-1-s.ivanov@proxmox.com> (raw)
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 <f.weber@proxmox.com>
Suggested-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
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
next reply other threads:[~2026-03-10 17:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-10 17:17 Stoiko Ivanov [this message]
2026-03-13 14:18 ` applied: " Fabian Grünbichler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260310171733.857476-1-s.ivanov@proxmox.com \
--to=s.ivanov@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.