all lists on lists.proxmox.com
 help / color / mirror / Atom feed
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-datacenter-manager 3/3] report: adapt to zarcstat renaming
Date: Tue, 10 Mar 2026 14:56:26 +0100	[thread overview]
Message-ID: <20260310135815.511167-4-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-datacenter-manager-admin 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>
---
 server/src/report.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/report.rs b/server/src/report.rs
index 9da6b42..371d8cf 100644
--- a/server/src/report.rs
+++ b/server/src/report.rs
@@ -77,7 +77,7 @@ fn commands() -> Vec<(&'static str, Vec<&'static str>)> {
         ("ls", vec!["-l", "/dev/disk/by-id", "/dev/disk/by-path"]),
         ("zpool", vec!["status"]),
         ("zfs", vec!["list"]),
-        ("arcstat", vec![]),
+        ("zarcstat", vec![]),
         ("ip", vec!["-details", "-statistics", "address"]),
         ("ip", vec!["-4", "route", "show"]),
         ("ip", vec!["-6", "route", "show"]),
-- 
2.47.3





      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 ` [PATCH proxmox-backup 2/3] " Stoiko Ivanov
2026-03-10 13:56 ` Stoiko Ivanov [this message]

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-4-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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal