[pbs-devel] [PATCH v2 proxmox{-backup, } 0/3] Add boot_mode, improve kernel version

Gabriel Goller g.goller at proxmox.com
Fri Nov 24 13:02:25 CET 2023


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 v1:
* Moved boot_mode detection to proxmox-sys
* Added caching to boot_mode detection (lazy_static)
* Return legacy kernel-version as well


proxmox-backup:

Gabriel Goller (2):
  node: status: added bootmode
  node: status: declutter kernel-version

 pbs-api-types/src/node.rs | 67 +++++++++++++++++++++++++++++++++++++--
 src/api2/node/status.rs   | 29 ++++++++++++-----
 www/panel/NodeInfo.js     | 30 ++++++++++++++++--
 3 files changed, 113 insertions(+), 13 deletions(-)


proxmox:

Gabriel Goller (1):
  sys: add function to get boot_mode

 proxmox-sys/src/boot_mode.rs | 47 ++++++++++++++++++++++++++++++++++++
 proxmox-sys/src/lib.rs       |  1 +
 2 files changed, 48 insertions(+)
 create mode 100644 proxmox-sys/src/boot_mode.rs


Summary over all repositories:
  5 files changed, 161 insertions(+), 13 deletions(-)

-- 
murpp v0.4.0






More information about the pbs-devel mailing list