From 39d3e6862df0299cd46744fe2fcda657023ab41d Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 5 Oct 2024 00:31:52 +0200 Subject: [PATCH] Allow multiple mon and mgr per node for testing --- infrastructure/controllers/rook.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/infrastructure/controllers/rook.yaml b/infrastructure/controllers/rook.yaml index 797cdce..ce824c5 100644 --- a/infrastructure/controllers/rook.yaml +++ b/infrastructure/controllers/rook.yaml @@ -46,11 +46,12 @@ spec: values: toolbox: enabled: true - cepthClusterSpec: + cephClusterSpec: storage: deviceFilter: "^nvme." - # For testing we only have one node mon: - count: 1 + # For testing we only have one node + allowMultiplePerNode: true mgr: - count: 1 + # For testing we only have one node + allowMultiplePerNode: true