From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager 1/2] report: add proxmox-boot-tool status output
Date: Mon, 12 Sep 2022 15:37:37 +0200 [thread overview]
Message-ID: <20220912133738.3265925-2-s.ivanov@proxmox.com> (raw)
In-Reply-To: <20220912133738.3265925-1-s.ivanov@proxmox.com>
while needed seldomly we had a few cases recently where this would
have saved the user and us one roundtrip.
adding to storage, to be close to the `findmnt` output (which usually
tells us if the system is booted in efi or legacy mode)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
---
alternatively could also be added to the block device section
PVE/Report.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/Report.pm b/PVE/Report.pm
index e88cfecd..3c61c1e4 100644
--- a/PVE/Report.pm
+++ b/PVE/Report.pm
@@ -55,6 +55,7 @@ my $init_report_cmds = sub {
'cat /etc/fstab',
'findmnt --ascii',
'df --human -T',
+ 'proxmox-boot-tool status',
],
},
'virtual guests' => {
--
2.30.2
next prev parent reply other threads:[~2022-09-12 13:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-12 13:37 [pve-devel] [PATCH manager 0/2] minor improvements to pvereport Stoiko Ivanov
2022-09-12 13:37 ` Stoiko Ivanov [this message]
2022-09-12 13:37 ` [pve-devel] [PATCH manager 2/2] report: stabilize order of guests and network Stoiko Ivanov
2022-09-12 14:04 ` [pve-devel] applied-series: [PATCH manager 0/2] minor improvements to pvereport Thomas Lamprecht
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=20220912133738.3265925-2-s.ivanov@proxmox.com \
--to=s.ivanov@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.