From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [PATCH manager v2 2/2] report: list recent reboot events and their kernel version
Date: Wed, 5 Aug 2026 11:45:13 +0200 [thread overview]
Message-ID: <20260805094516.220516-3-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20260805094516.220516-1-m.sandoval@proxmox.com>
Based on the most recent reboot events, it is possible to determine whether and
when a crash, fencing, or reboot occurred and with which kernel version the node
booted.
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
PVE/Report.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/Report.pm b/PVE/Report.pm
index e255d538f..b0164be94 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -37,6 +37,7 @@ my $init_report_cmds = sub {
'hostname',
'date -R',
'cat /proc/cmdline',
+ '/usr/libexec/proxmox-mini-journalreader -B | tail -n 10',
'pveversion --verbose',
'cat /etc/hosts',
'pvesubscription get',
--
2.47.3
prev parent reply other threads:[~2026-08-05 9:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-05 9:45 [PATCH manager/proxmox-mini-journalreader v2 0/2] report: list recent reboot events and their kernel version Maximiliano Sandoval
2026-08-05 9:45 ` [PATCH proxmox-mini-journalreader v2 1/2] add -B parameter to lists boots Maximiliano Sandoval
2026-08-05 9:45 ` Maximiliano Sandoval [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=20260805094516.220516-3-m.sandoval@proxmox.com \
--to=m.sandoval@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.