* [PATCH zfsonlinux] d/zfsutils-linux.links: add compat symlinks for zarcstat, zarcsummary
@ 2026-03-10 17:17 Stoiko Ivanov
0 siblings, 0 replies; only message in thread
From: Stoiko Ivanov @ 2026-03-10 17:17 UTC (permalink / raw)
To: pve-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-10 17:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-10 17:17 [PATCH zfsonlinux] d/zfsutils-linux.links: add compat symlinks for zarcstat, zarcsummary Stoiko Ivanov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox