Allow multiple mon and mgr per node for testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user