From 1da328921b419445d24f569e7cf85082bec9c688 Mon Sep 17 00:00:00 2001 From: Niklas Schnelle Date: Fri, 26 Jun 2026 15:13:22 +0200 Subject: [PATCH] dbginfo.sh: Let zpcimon log both optical module and SMART data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add zpcimon data collection with both SMART log and optical module data. Do so in the Z device subsystem commands section to account for the fact that zpcimon is no longer network specific. At the same time keep the existing opticsmon invocation for compatibility when executed on systems without zpcimon. Reviewed-by: Jan Höppner Reviewed-by: Jörn Siglen Signed-off-by: Niklas Schnelle Signed-off-by: Jan Höppner --- scripts/dbginfo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index ec6227f1..a5e3866e 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -515,6 +515,7 @@ CMDS="${CMDS}\ :lspci -vvv\ :lstape\ :smc_dbg\ + :zpcimon --module-info --smart-log-raw\ " # block device and other scsi device commands (in non alphabetical order)