bond needs static
This commit is contained in:
parent
6ef4308e32
commit
88e98fb833
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,9 @@ nodes:
|
||||||
- mountpoint: /var/mnt/nvme1
|
- mountpoint: /var/mnt/nvme1
|
||||||
networkInterfaces:
|
networkInterfaces:
|
||||||
- interface: bond0
|
- interface: bond0
|
||||||
dhcp: true
|
dhcp: false
|
||||||
|
addresses:
|
||||||
|
- 10.1.1.61
|
||||||
bond:
|
bond:
|
||||||
mode: 802.3ad
|
mode: 802.3ad
|
||||||
xmitHashPolicy: layer3+4
|
xmitHashPolicy: layer3+4
|
||||||
|
|
Loading…
Reference in a new issue