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*',
|
'enp8*',
|
||||||
'enp9*',
|
'enp9*',
|
||||||
},
|
},
|
||||||
'priority': '32768',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'bridges': {
|
'bridges': {
|
||||||
|
|
|
@ -17,15 +17,12 @@ nodes['rx300'] = {
|
||||||
},
|
},
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
'eth0': {
|
'bond0': {
|
||||||
'ips': {
|
'ips': {
|
||||||
'172.19.138.26/24',
|
'172.19.138.26/24',
|
||||||
},
|
},
|
||||||
'gateway4': '172.19.138.1',
|
'gateway4': '172.19.138.1',
|
||||||
},
|
},
|
||||||
'eth1': {
|
|
||||||
'dhcp': True,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
'icinga_options': {
|
'icinga_options': {
|
||||||
# TODO remove once this is no longer at home
|
# TODO remove once this is no longer at home
|
||||||
|
@ -37,6 +34,16 @@ nodes['rx300'] = {
|
||||||
'lldp': {
|
'lldp': {
|
||||||
'hostname': 'rx300.kunbox.net',
|
'hostname': 'rx300.kunbox.net',
|
||||||
},
|
},
|
||||||
|
'systemd-networkd': {
|
||||||
|
'bonds': {
|
||||||
|
'bond0': {
|
||||||
|
'match': {
|
||||||
|
'eth0',
|
||||||
|
'eth1',
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
'zfs': {
|
'zfs': {
|
||||||
'module_options': {
|
'module_options': {
|
||||||
'zfs_arc_max_mb': 16384, # 16GB
|
'zfs_arc_max_mb': 16384, # 16GB
|
||||||
|
|
Loading…
Reference in a new issue