nodes/rx300: raidz for data disks
This commit is contained in:
parent
50372572f4
commit
554e7947ea
1 changed files with 23 additions and 2 deletions
|
@ -1,8 +1,29 @@
|
|||
# To be put into Colocation.
|
||||
|
||||
nodes['rx300'] = {
|
||||
'hostname': '172.19.138.26',
|
||||
'bundles': set(),
|
||||
'bundles': {
|
||||
'zfs',
|
||||
},
|
||||
'groups': set(),
|
||||
'metadata': {},
|
||||
'metadata': {
|
||||
'zfs': {
|
||||
'pools': {
|
||||
'tank': {
|
||||
'raidz': {
|
||||
'/dev/sda',
|
||||
'/dev/sdb',
|
||||
'/dev/sdc',
|
||||
'/dev/sdd',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'vm': {
|
||||
'cpu': 32,
|
||||
'ram': 378,
|
||||
},
|
||||
},
|
||||
'os': 'debian',
|
||||
'os_version': (10,),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue