; global [global] ; enable secure authentication ; auth supported = cephx max open files = 131072 log file = /var/log/ceph/$name.log ; log_to_syslog = true ; uncomment this line to log to syslog pid file = /var/run/ceph/$name.pid ; monitors [mon] mon data = /mondata/$name [mon.alpha] host = storage1 mon addr = 10.6.224.129:6789 [mon.beta] host = storage2 mon addr = 10.6.224.130:6789 [mon.gamma] host = storage3 mon addr = 10.6.224.131:6789 ; mds [mds] ; where the mds keeps it's secret encryption keys keyring = /mdsdata/keyring.$name [mds.alpha] host = storage1 [mds.beta] host = storage2 [mds.gamma] host = storage3 ; osd [osd] osd data = /osddata/$name osd journal = /journaldata/$name/journal osd journal size = 1000 ; journal size, in megabytes ; If you want to run the journal on a tmpfs, disable DirectIO journal dio = false osd recovery max active = 5 btrfs devs = /dev/sda5 /dev/sdb5 keyring = /osddata/$name/keyring [osd.0] host = storage1 cluster addr = 10.6.224.193 public addr = 10.6.224.129 [osd.1] host = storage2 cluster addr = 10.6.224.194 public addr = 10.6.224.130 [osd.2] host = storage3 cluster addr = 10.6.224.195 public addr = 10.6.224.131 [client] ; userspace client ; debug ms = 1 ; debug client = 10