1
0
Fork 0

k0: reflect reality

This is after the monster^Wrook outage of the week two weeks ago caused
by bc01n03 dying.

Plan is to migrate ceph-waw3 to be external, yeet ceph-waw2, and extend
crdb-waw1 to another node.

Change-Id: I133af3b1171fea383b45bf06c51e48a5c40341e4
master
q3k 2021-01-19 20:08:23 +01:00
parent f70b1be78b
commit cf842b0442
1 changed files with 3 additions and 8 deletions

View File

@ -110,11 +110,6 @@ local rook = import "lib/rook.libsonnet";
location: "rack=dcr01 chassis=bc01 host=bc01n02", location: "rack=dcr01 chassis=bc01 host=bc01n02",
devices: [ { name: "sda" } ], devices: [ { name: "sda" } ],
}, },
{
name: "bc01n03.hswaw.net",
location: "rack=dcr01 chassis=bc01 host=bc01n03",
devices: [ { name: "sda" } ],
},
], ],
}, },
benji:: { benji:: {
@ -185,7 +180,7 @@ local rook = import "lib/rook.libsonnet";
waw3: rook.Cluster(k0.cluster.rook, "ceph-waw3") { waw3: rook.Cluster(k0.cluster.rook, "ceph-waw3") {
spec: { spec: {
mon: { mon: {
count: 3, count: 1,
allowMultiplePerNode: false, allowMultiplePerNode: false,
}, },
storage: { storage: {
@ -267,8 +262,8 @@ local rook = import "lib/rook.libsonnet";
spec: { spec: {
failureDomain: "osd", failureDomain: "osd",
erasureCoded: { erasureCoded: {
dataChunks: 12, dataChunks: 2,
codingChunks: 4, codingChunks: 1,
}, },
}, },
}, },