Chris Dunlop <chris <at> onthe.net.au> writes:
> The ceph filesystem is created using the attached ceph.conf and:

Sorry, no attachments.

ceph.conf:
--------------------------------------------------
[global]
        pid file = /var/run/ceph/$name.pid
        debug ms = 20
        debug mon = 20
[mon]
        mon data = /data/mon$id
        debug ms = 90
        debug mon = 90
        debug paxos = 90
        debug auth = 90
[mon0]
        host = b3
        mon addr = 10.200.63.129:6789
[mds]
        keyring = /data/keyring.$name
[mds.b3]
        host = b3
[osd]
        osd data = /data/osd$id
        osd journal = /data/osd$id/journal
        osd journal size = 1000 ; journal size, in megabytes
        debug ms = 1
        debug osd = 20
        debug filestore = 20
        debug journal = 20
[osd0]
        host = b3
        btrfs devs = /dev/sdb1
--------------------------------------------------

> The attached logs.zip has the full logs from one attempted start.

Available at: http://www.onthe.net.au/private/logs.zip


--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to