ceph/doc/config-cluster/demo-ceph.conf
John Wilkins 188d171805 doc: ceph.conf cleanup for cephx authentication.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-05-30 14:41:42 -07:00

44 lines
701 B
Plaintext

[global]
; use cephx or none
auth supported = cephx
keyring = /etc/ceph/keyring.bin
[mon]
mon data = /srv/mon.$id
keyring = /etc/ceph/keyring.$name
[mds]
keyring = /etc/ceph/keyring.$name
[osd]
osd data = /srv/osd.$id
osd journal = /srv/osd.$id.journal
osd journal size = 1000
; uncomment the following line if you are mounting with ext4
; filestore xattr use omap = true
keyring = /etc/ceph/keyring.$name
[mon.a]
host = myserver01
mon addr = 10.0.0.101:6789
[mon.b]
host = myserver02
mon addr = 10.0.0.102:6789
[mon.c]
host = myserver03
mon addr = 10.0.0.103:6789
[osd.0]
host = myserver01
[osd.1]
host = myserver02
[osd.2]
host = myserver03
[mds.a]
host = myserver01