nodes/{home.nas,rx300}: remove bond priority (unused)
This commit is contained in:
parent
10fd67a0fd
commit
fc94e63467
2 changed files with 11 additions and 5 deletions
|
@ -71,7 +71,6 @@ nodes['home.nas'] = {
|
|||
'enp8*',
|
||||
'enp9*',
|
||||
},
|
||||
'priority': '32768',
|
||||
},
|
||||
},
|
||||
'bridges': {
|
||||
|
|
|
@ -17,15 +17,12 @@ nodes['rx300'] = {
|
|||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'eth0': {
|
||||
'bond0': {
|
||||
'ips': {
|
||||
'172.19.138.26/24',
|
||||
},
|
||||
'gateway4': '172.19.138.1',
|
||||
},
|
||||
'eth1': {
|
||||
'dhcp': True,
|
||||
},
|
||||
},
|
||||
'icinga_options': {
|
||||
# TODO remove once this is no longer at home
|
||||
|
@ -37,6 +34,16 @@ nodes['rx300'] = {
|
|||
'lldp': {
|
||||
'hostname': 'rx300.kunbox.net',
|
||||
},
|
||||
'systemd-networkd': {
|
||||
'bonds': {
|
||||
'bond0': {
|
||||
'match': {
|
||||
'eth0',
|
||||
'eth1',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'zfs': {
|
||||
'module_options': {
|
||||
'zfs_arc_max_mb': 16384, # 16GB
|
||||
|
|
Loading…
Reference in a new issue