Am Wed, 16 Jun 2010 07:45:47 -0700 schrieb Gregory Farnum:

> How's your CPU utilization on that processor? It'd be good if all those
> daemons ran fine on an Atom but I'm not sure?

I'll do some load monitoring and post the results.

> What's your config file
> look like? Journaling enabled?

very simple one derived from sample-ceph.conf:


[global]


[mon]
        mon data = /data/mon$id

[mon0]
        host = ceph
        mon addr = 192.168.236.162:6789

[mds]
        keyring = /data/keyring.$name

[mds.ceph]
        host = ceph

[osd]
        osd data = /data/osd$id
        osd journal = /data/osd$id/journal
        osd journal size = 100

[osd0]
        host = ceph
        btrfs devs = /dev/sda2

[osd1]
        host = ceph
        btrfs devs = /dev/sdb2

--
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