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: metadata:
name: ceph-mds name: ceph-mds
spec: spec:
replicas: 1 replicas: {{ .Values.pod.replicas.mds }}
template: template:
metadata: metadata:
name: ceph-mds name: ceph-mds

View File

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

View File

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