From 0d83300b1886a8c451446fe8a4658c9cf0c334f1 Mon Sep 17 00:00:00 2001 From: Sergiusz Bazanski Date: Sat, 15 Feb 2020 12:47:34 +0100 Subject: [PATCH] cluster: set ceph-waw3 mon replicas to 1 This reflects current production. This needs to get bumped up to 3 at some point as otherwise we lose HA for this cluster. Change-Id: Ie5937e6a216b635ecbc4c82ecd182a410167c3f8 --- cluster/kube/cluster.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/kube/cluster.jsonnet b/cluster/kube/cluster.jsonnet index 9bbb2598..c07e5b9c 100644 --- a/cluster/kube/cluster.jsonnet +++ b/cluster/kube/cluster.jsonnet @@ -372,7 +372,7 @@ local Cluster(short, realm) = { waw3: rook.Cluster(k0.cluster.rook, "ceph-waw3") { spec: { mon: { - count: 3, + count: 1, allowMultiplePerNode: false, }, storage: {