With instaling a new Proxmox Box i ran into the following issue when trying to create a Linux Bond:
Now, in previous installs i created the bond via command-line by editing /etc/network/interfaces
If i do the same, again via command-line /create the bond is created without issue, so why is this 'bond-primary' a mandatory field if i try to create it thru the GUI ?
Environment :
- Debian Bookworm ( 12.x)
- Proxmox 8.0.4/latest
- Proliant DL360Gen9
- 2 out of 4 native network connections bonded ( eno1 / eno2)
- Glowsome
Now, in previous installs i created the bond via command-line by editing /etc/network/interfaces
Code:
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode active-backup
If i do the same, again via command-line /create the bond is created without issue, so why is this 'bond-primary' a mandatory field if i try to create it thru the GUI ?
Environment :
- Debian Bookworm ( 12.x)
- Proxmox 8.0.4/latest
- Proliant DL360Gen9
- 2 out of 4 native network connections bonded ( eno1 / eno2)
- Glowsome
Last edited: