forked from hswaw/hscloud
k0: add disks
Already deployed, now rebalancing. Change-Id: I536a063bc346effd07a1700aeffe598cc35f6f7a Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1493 Reviewed-by: q3k <q3k@hackerspace.pl>
This commit is contained in:
parent
e35199ad9b
commit
7572f0790c
1 changed files with 7 additions and 3 deletions
|
@ -155,9 +155,13 @@ local rook = import "lib/rook.libsonnet";
|
|||
devices: [
|
||||
{ name: "/dev/disk/by-id/wwn-0x" + id }
|
||||
for id in [
|
||||
"5000c5008508c9ef",
|
||||
"5000c5008508df33",
|
||||
"5000c5008508dd3b",
|
||||
"5000c5008508c9ef", # ST6000NM0034 Z4D40LY40000R630UZCE
|
||||
"5000c5008508df33", # ST6000NM0034 Z4D40QQ00000R629MB25
|
||||
"5000c5008508dd3b", # ST6000NM0034 Z4D40QQJ0000R630RBY6
|
||||
"5000c5008509199b", # ST6000NM0034 Z4D40QG10000R630V0X9
|
||||
"5000c5008508ee03", # ST6000NM0034 Z4D40LHH0000R630UYP0
|
||||
"5000c50085046abf", # ST6000NM0034 Z4D3ZF1B0000R629NV9P
|
||||
"5000c5008502929b", # ST6000NM0034 Z4D3Z5WG0000R629MF14
|
||||
]
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue