mirror of
https://github.com/ceph/ceph
synced 2024-12-20 02:13:04 +00:00
188d171805
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
44 lines
701 B
Plaintext
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
|