From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pve-devel@lists.proxmox.com, pdm-devel@lists.proxmox.com,
pbs-devel@lists.proxmox.com
Subject: [PATCH proxmox-backup 2/3] report: adapt to zarcstat renaming
Date: Tue, 10 Mar 2026 14:56:25 +0100 [thread overview]
Message-ID: <20260310135815.511167-3-s.ivanov@proxmox.com> (raw)
In-Reply-To: <20260310135815.511167-1-s.ivanov@proxmox.com>
With ZFS 2.4.0 `arcstat` was renamed to `zarcstat`, without providing
a symlink for backward compatibility [0].
This patch fixes the invocation in proxmox-backup-manager report.
[0] https://git.proxmox.com/?p=zfsonlinux.git;a=commit;h=b52bb3caa4e4c7fab516c3aa828caa7b48b5ed7f
Reported-by: Friedrich Weber <f.weber@proxmox.com>
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
src/server/report.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/server/report.rs b/src/server/report.rs
index 546555fb..e4c761cd 100644
--- a/src/server/report.rs
+++ b/src/server/report.rs
@@ -85,7 +85,7 @@ fn commands() -> Vec<(&'static str, Vec<&'static str>)> {
("bash", vec!["-c", "ls -l /dev/disk/by-*/"]),
("zpool", vec!["status"]),
("zfs", vec!["list"]),
- ("arcstat", vec![]),
+ ("zarcstat", vec![]),
("dmidecode", vec!["-t", "bios"]),
("lscpu", vec![]),
("lspci", vec!["-nnk"]),
--
2.47.3
next prev parent reply other threads:[~2026-03-10 13:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-10 13:56 [PATCH manager/backup/datacenter-manager 0/3] " Stoiko Ivanov
2026-03-10 13:56 ` [PATCH manager 1/3] " Stoiko Ivanov
2026-03-10 13:56 ` Stoiko Ivanov [this message]
2026-03-10 13:56 ` [PATCH proxmox-datacenter-manager 3/3] " Stoiko Ivanov
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=20260310135815.511167-3-s.ivanov@proxmox.com \
--to=s.ivanov@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
--cc=pdm-devel@lists.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox