Hi,
To our surprise we see that proxmox rewrites (parts of) the network/interfaces file from this working version:
to this (note the underscores and "slaves" that doesn't work) NOT-working version:
Why would proxmox do that??
To our surprise we see that proxmox rewrites (parts of) the network/interfaces file from this working version:
Code:
auto MNGT_bond0
iface MNGT_bond0 inet manual
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer3+4
bond-slaves nic3
bond-lacp-rate fast
to this (note the underscores and "slaves" that doesn't work) NOT-working version:
Code:
auto MNGT_bond0
iface MNGT_bond0 inet manual
bond_miimon 100
bond_mode 802.3ad
bond_xmit_hash_policy layer3+4
slaves nic3
bond-lacp-rate fast
Why would proxmox do that??