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 manager 1/3] report: adapt to zarcstat renaming
Date: Tue, 10 Mar 2026 14:56:24 +0100 [thread overview]
Message-ID: <20260310135815.511167-2-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 pvereport.
[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>
---
PVE/Report.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/Report.pm b/PVE/Report.pm
index 549a5d23..29433d4a 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -147,7 +147,7 @@ my $init_report_cmds = sub {
'zpool status',
'zpool list -v',
'zfs list',
- 'arcstat',
+ 'zarcstat',
;
}
--
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 ` Stoiko Ivanov [this message]
2026-03-10 13:56 ` [PATCH proxmox-backup 2/3] " Stoiko Ivanov
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-2-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 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.