public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH installer 0/6] interface name pinning followups
@ 2025-11-13 13:49 Christoph Heiss
  2025-11-13 13:49 ` [pve-devel] [PATCH installer 1/6] sys: net: pinning: make interface name checks stricter Christoph Heiss
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Christoph Heiss @ 2025-11-13 13:49 UTC (permalink / raw)
  To: pve-devel

Some small followups for the initial name pinning support [0].

First and foremost makes the interface name checks a bit stricter, to
comply with our `pve-iface` schema - as reported by Stoiko [1]. Thanks!

Patch #4 & #5 exclude non-physical interfaces from being shown in the
pinning dialog in the GUI and TUI, respectively. While this does change
anything for normal bare-metal installation, it is a) a bit of
future-proofing and b) improves developer/testing experience a bit, as
these interfaces should never be available for pinning anyway.

[0] https://lore.proxmox.com/pve-devel/20251111140014.1443471-1-c.heiss@proxmox.com/
[1] https://lore.proxmox.com/pve-devel/20251111181216.3c1ca6a0@rosa.proxmox.com/

Diffstat
========

Christoph Heiss (6):
  sys: net: pinning: make interface name checks stricter
  common: pinning: make interface name checks stricter
  test: validate-link-pin-map: give all tests a name
  gui: network: only display pinnable devices in pinning options dialog
  tui: network: only display pinnable devices in pinning options dialog
  tree-wide: run cargo fmt

 Proxmox/Install.pm                            |  9 +--
 Proxmox/Install/RunEnv.pm                     | 12 ++-
 Proxmox/Sys/Net.pm                            | 35 +++------
 proxinstall                                   | 13 +++-
 .../src/bin/proxmox-auto-installer.rs         |  7 +-
 proxmox-auto-installer/src/utils.rs           | 15 ++--
 .../src/fetch_plugins/http.rs                 |  7 +-
 .../src/fetch_plugins/partition.rs            |  7 +-
 proxmox-installer-common/src/lib.rs           |  7 +-
 proxmox-installer-common/src/options.rs       | 77 ++++++++++++++-----
 proxmox-installer-common/src/setup.rs         | 33 ++++----
 proxmox-tui-installer/src/main.rs             |  7 +-
 proxmox-tui-installer/src/views/network.rs    | 33 +++++---
 test/validate-link-pin-map.pl                 | 34 ++++++--
 14 files changed, 189 insertions(+), 107 deletions(-)

-- 
2.51.0



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-11-13 20:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-13 13:49 [pve-devel] [PATCH installer 0/6] interface name pinning followups Christoph Heiss
2025-11-13 13:49 ` [pve-devel] [PATCH installer 1/6] sys: net: pinning: make interface name checks stricter Christoph Heiss
2025-11-13 13:49 ` [pve-devel] [PATCH installer 2/6] common: " Christoph Heiss
2025-11-13 13:49 ` [pve-devel] [PATCH installer 3/6] test: validate-link-pin-map: give all tests a name Christoph Heiss
2025-11-13 13:49 ` [pve-devel] [PATCH installer 4/6] gui: network: only display pinnable devices in pinning options dialog Christoph Heiss
2025-11-13 13:49 ` [pve-devel] [PATCH installer 5/6] tui: " Christoph Heiss
2025-11-13 13:49 ` [pve-devel] [PATCH installer 6/6] tree-wide: run cargo fmt Christoph Heiss
2025-11-13 20:00 ` [pve-devel] applied: [PATCH installer 0/6] interface name pinning followups Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal