Allow multiple mon and mgr per node for testing
This commit is contained in:
parent
763b4cf5ad
commit
39d3e6862d
|
@ -46,11 +46,12 @@ spec:
|
||||||
values:
|
values:
|
||||||
toolbox:
|
toolbox:
|
||||||
enabled: true
|
enabled: true
|
||||||
cepthClusterSpec:
|
cephClusterSpec:
|
||||||
storage:
|
storage:
|
||||||
deviceFilter: "^nvme."
|
deviceFilter: "^nvme."
|
||||||
# For testing we only have one node
|
|
||||||
mon:
|
mon:
|
||||||
count: 1
|
# For testing we only have one node
|
||||||
|
allowMultiplePerNode: true
|
||||||
mgr:
|
mgr:
|
||||||
count: 1
|
# For testing we only have one node
|
||||||
|
allowMultiplePerNode: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user