On Mon, Feb 27, 2012 at 3:18 PM, Matt Weil <[email protected]> wrote:
> How do you do this type of config (specifying multiple devices per server)
> on xfs not btrfs?
>
>> [osd.1]
>>        host = linuscs92
>>        btrfs devs = /dev/cciss/c1d2
>>
>> [osd.2]
>>        host = linuscs92
>>        btrfs devs = /dev/cciss/c1d3
>>
>> [osd.3]
>>        host = linuscs92
>>        btrfs devs = /dev/cciss/c1d4
>>
>> [osd.4]
>>        host = linuscs92
>>        btrfs devs = /dev/cciss/c1d5
>>
>> [osd.5]
>>        host = linuscs93
>>        btrfs devs = /dev/cciss/c1d2
>>
>> [osd.6]
>>        host = linuscs93
>>        btrfs devs = /dev/cciss/c1d3

The fact that it's multiple daemons per server doesn't make a
difference to configuration. If you're asking how to use xfs instead
of btrfs:
http://ceph.newdream.net/docs/latest/ops/install/mkcephfs/#creating-a-ceph-conf-file
has a sample config with the correct fields. :)
-Greg
--
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