Skip to content

Instantly share code, notes, and snippets.

@cholcombe973
Created December 3, 2015 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cholcombe973/5293a14d63d4d573d4c6 to your computer and use it in GitHub Desktop.
Save cholcombe973/5293a14d63d4d573d4c6 to your computer and use it in GitHub Desktop.
[global]
auth cluster required = cephx
auth service required = cephx
auth client required = cephx
keyring = /etc/ceph/$cluster.$name.keyring
mon host = 172.18.77.61:6789 172.18.77.62:6789 172.18.77.63:6789
fsid = bf7f534a-98fd-11e5-b296-0050569b016c
log to syslog = false
err to syslog = false
clog to syslog = false
public network = 172.18.77.0/24
cluster network = 172.18.78.0/24
[mon]
keyring = /var/lib/ceph/mon/$cluster-$id/keyring
[mds]
keyring = /var/lib/ceph/mds/$cluster-$id/keyring
[osd]
keyring = /var/lib/ceph/osd/$cluster-$id/keyring
osd journal size = 1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment