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:
Chris Wedgwood 2018-05-03 02:04:31 +00:00 committed by Pete Birley
parent cdb7ce14f1
commit b69eb7078a
2 changed files with 5 additions and 1 deletions

View File

@ -60,7 +60,7 @@ pod:
rgw: 1
rbd_provisioner: 2
cephfs_provisioner: 2
mgr: 1
mgr: 2
affinity:
anti:
type:

View File

@ -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