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