[global] pid file = /var/run/ceph/$name.pid debug ms = 0 auth supported = cephx keyring = /etc/ceph/keyring.client [mon] mon data = /tmp/mon$id [mon.a] host = localhost mon addr = 127.0.0.1:6789 [osd] journal dio = false osd data = /data/$name osd journal = /mnt/osd.journal/$name/journal osd journal size = 1000 keyring = /etc/ceph/keyring.$name # debug osd = 20 # debug ms = 1 ; message traffic # debug filestore = 20 ; local object storage # debug journal = 20 ; local journaling # debug monc = 5 ; monitor interaction, startup [osd.0] host = localhost btrfs devs = /dev/ram0 [osd.1] host = localhost btrfs devs = /dev/ram1 [osd.2] host = localhost btrfs devs = /dev/ram2 [mds.a] host = localhost