nodes/doc.lon1.*: fix zfs device name
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
4b51c1f82a
commit
b1992447f0
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ nodes['doc.lon1.grafana'] = {
|
||||||
'zfs': {
|
'zfs': {
|
||||||
'pools': {
|
'pools': {
|
||||||
'tank': {
|
'tank': {
|
||||||
'device': '/dev/disk/by-id/scsi-0DO_Volume_volume-lon1-02-part1',
|
'device': '/dev/sda',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'module_options': {
|
'module_options': {
|
||||||
|
|
|
@ -42,7 +42,7 @@ nodes['doc.lon1.icinga2'] = {
|
||||||
'zfs': {
|
'zfs': {
|
||||||
'pools': {
|
'pools': {
|
||||||
'tank': {
|
'tank': {
|
||||||
'device': '/dev/disk/by-id/scsi-0DO_Volume_volume-lon1-01-part1',
|
'device': '/dev/sda',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'module_options': {
|
'module_options': {
|
||||||
|
|
Loading…
Reference in a new issue