From: Gabriel Goller <g.goller@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH v3 proxmox{, -backup} 0/3] Add boot_mode, improve kernel version
Date: Mon, 27 Nov 2023 11:16:41 +0100 [thread overview]
Message-ID: <20231127101644.74160-1-g.goller@proxmox.com> (raw)
Ported the recent changes from the PVE NodeSummary (done by @Thomas) to
the PBS NodeDashboard.
It consists of:
* Adding the bootmode field, shows either Legacy BIOS, EFI, or EFI
(Secure Boot)
* Declutter the kernel-version field and only show the release version
and build-date.
Changes since v2:
* Return the exact same stuff as in pve, so create a struct that holds
mode and secureboot boolean
* Fix indentation in js
* Add efi spec link
Changes since v1:
* Moved boot_mode detection to proxmox-sys
* Added caching to boot_mode detection (lazy_static)
* Return legacy kernel-version as well
proxmox:
Gabriel Goller (1):
sys: add function to get boot_mode
proxmox-sys/src/boot_mode.rs | 54 ++++++++++++++++++++++++++++++++++++
proxmox-sys/src/lib.rs | 1 +
2 files changed, 55 insertions(+)
create mode 100644 proxmox-sys/src/boot_mode.rs
proxmox-backup:
Gabriel Goller (2):
node: status: added bootmode
node: status: declutter kernel-version
pbs-api-types/src/node.rs | 76 +++++++++++++++++++++++++++++++++++++--
src/api2/node/status.rs | 40 ++++++++++++++++-----
www/panel/NodeInfo.js | 29 +++++++++++++--
3 files changed, 132 insertions(+), 13 deletions(-)
Summary over all repositories:
5 files changed, 187 insertions(+), 13 deletions(-)
--
murpp v0.4.0
next reply other threads:[~2023-11-27 10:16 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-27 10:16 Gabriel Goller [this message]
2023-11-27 10:16 ` [pbs-devel] [PATCH v3 proxmox 1/3] sys: add function to get boot_mode Gabriel Goller
2023-11-27 12:48 ` Wolfgang Bumiller
2023-11-27 13:20 ` Gabriel Goller
2023-11-27 10:16 ` [pbs-devel] [PATCH v3 proxmox-backup 2/3] node: status: added bootmode Gabriel Goller
2023-11-27 10:39 ` Lukas Wagner
2023-11-27 10:52 ` Gabriel Goller
2023-11-27 10:16 ` [pbs-devel] [PATCH v3 proxmox-backup 3/3] node: status: declutter kernel-version Gabriel Goller
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=20231127101644.74160-1-g.goller@proxmox.com \
--to=g.goller@proxmox.com \
--cc=pbs-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.