We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78ca396 + 2515661 commit b9e650dCopy full SHA for b9e650d
1 file changed
store/base/templates/ceph.conf
@@ -1,7 +1,7 @@
1
[global]
2
fsid = {{ .deis_store_fsid }}
3
mon initial members = {{ .deis_store_monSetupLock }}
4
-mon host = {{ range $index, $mon := .deis_store_hosts }}{{ if $index }}, {{ end }}{{ Base $mon.Key }}{{ end }}
+mon host = {{ range $index, $mon := .deis_store_hosts }}{{ if $index }}, {{ end }}{{ $mon.Value }}{{ end }}
5
mon addr = {{ range $index, $mon := .deis_store_hosts }}{{ if $index }}, {{ end }}{{ Base $mon.Key }}:6789{{ end }}
6
auth cluster required = cephx
7
auth service required = cephx
0 commit comments