diff --git a/store/base/templates/ceph.conf b/store/base/templates/ceph.conf index 2a8dbff6bd..0bcc3d783a 100644 --- a/store/base/templates/ceph.conf +++ b/store/base/templates/ceph.conf @@ -2,7 +2,7 @@ fsid = {{ getv "/deis/store/fsid" }} mon initial members = {{ getv "/deis/store/monSetupLock" }} mon host = {{ join (getvs "/deis/store/hosts/*") "," }} -mon addr = {{ join (ls "/deis/store/hosts/*") ":6789 ," }}:6789 +mon addr = {{ range $index, $element := (gets "/deis/store/hosts/*") }}{{if $index}},{{end}}{{ base $element.Key }}:6789{{ end }} auth cluster required = cephx auth service required = cephx auth client required = cephx