Merge "ceph: run 2 mds replicas"

This commit is contained in:
Zuul 2018-05-14 04:30:23 +00:00 committed by Gerrit Code Review
commit ce5cf7f1cf
3 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,7 @@ apiVersion: apps/v1beta1
metadata:
name: ceph-mds
spec:
replicas: 1
replicas: {{ .Values.pod.replicas.mds }}
template:
metadata:
name: ceph-mds

View File

@ -67,6 +67,7 @@ pod:
rbd_provisioner: 2
cephfs_provisioner: 2
mgr: 2
mds: 2
affinity:
anti:
type:

View File

@ -159,6 +159,7 @@ conf:
pod:
replicas:
mgr: 1
mds: 1
EOF
for CHART in ceph-mon ceph-osd ceph-client; do