ceph: mgr; replicas 2 by default, 1 for developer/single-node
ideally we want 2 mgr replicas, 1 active and 1 standby Change-Id: Idc82a159354c2be4da90213583aba19b8e29aa39
This commit is contained in:
parent
cdb7ce14f1
commit
b69eb7078a
@ -60,7 +60,7 @@ pod:
|
||||
rgw: 1
|
||||
rbd_provisioner: 2
|
||||
cephfs_provisioner: 2
|
||||
mgr: 1
|
||||
mgr: 2
|
||||
affinity:
|
||||
anti:
|
||||
type:
|
||||
|
@ -155,6 +155,10 @@ conf:
|
||||
journal:
|
||||
type: directory
|
||||
location: /var/lib/openstack-helm/ceph/osd/journal-one
|
||||
|
||||
pod:
|
||||
replicas:
|
||||
mgr: 1
|
||||
EOF
|
||||
|
||||
for CHART in ceph-mon ceph-osd ceph-client; do
|
||||
|
Loading…
Reference in New Issue
Block a user