* Problem about writing configuration file
@ 2012-03-21 9:26 胡瀚森
2012-03-21 9:29 ` Wido den Hollander
0 siblings, 1 reply; 3+ messages in thread
From: 胡瀚森 @ 2012-03-21 9:26 UTC (permalink / raw)
To: ceph-devel
I created my own configuration file.
Unfortunately for some reason, I cannot use BTRFS at the moment.
In that case, if I want to use ext4 as OSD FS, what should I write in
my configuration file?
And are there any official guide about the configuration file?
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problem about writing configuration file
2012-03-21 9:26 Problem about writing configuration file 胡瀚森
@ 2012-03-21 9:29 ` Wido den Hollander
[not found] ` <CALwGbPL2vNfMvhJmEt5pkpowF7tWh1Xigjxjw1CrLv8h+xF23w@mail.gmail.com>
0 siblings, 1 reply; 3+ messages in thread
From: Wido den Hollander @ 2012-03-21 9:29 UTC (permalink / raw)
To: 胡瀚森; +Cc: ceph-devel
Hi,
On 03/21/2012 10:26 AM, 胡瀚森 wrote:
> I created my own configuration file.
> Unfortunately for some reason, I cannot use BTRFS at the moment.
>
> In that case, if I want to use ext4 as OSD FS, what should I write in
> my configuration file?
>
> And are there any official guide about the configuration file?
Just make sure your "osd data" points to the right direction for storing
the OSD data.
Also, make sure that you enable user_xattr for the ext4 fileystem.
Wido
>
> Thanks.
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problem about writing configuration file
[not found] ` <CALwGbPL2vNfMvhJmEt5pkpowF7tWh1Xigjxjw1CrLv8h+xF23w@mail.gmail.com>
@ 2012-03-21 9:36 ` Wido den Hollander
0 siblings, 0 replies; 3+ messages in thread
From: Wido den Hollander @ 2012-03-21 9:36 UTC (permalink / raw)
To: 胡瀚森; +Cc: ceph-devel
Hi,
On 03/21/2012 10:31 AM, 胡瀚森 wrote:
> for example I have an ext4 partition /dev/sdb1
> what should I write in the configuration file?
> I have trouble getting to know the format of the config file.
For example:
* /etc/fstab *
/dev/sdb1 /var/lib/ceph/osd.0 ext4 rw,user_xattr 0 0
* /etc/ceph/ceph.conf *
[osd.0]
osd data = /var/lib/ceph/osd.0
Wido
>
> On Wed, Mar 21, 2012 at 5:29 PM, Wido den Hollander<wido@widodh.nl> wrote:
>> Hi,
>>
>>
>> On 03/21/2012 10:26 AM, 胡瀚森 wrote:
>>>
>>> I created my own configuration file.
>>> Unfortunately for some reason, I cannot use BTRFS at the moment.
>>>
>>> In that case, if I want to use ext4 as OSD FS, what should I write in
>>> my configuration file?
>>>
>>> And are there any official guide about the configuration file?
>>
>>
>> Just make sure your "osd data" points to the right direction for storing the
>> OSD data.
>>
>> Also, make sure that you enable user_xattr for the ext4 fileystem.
>>
>> Wido
>>
>>>
>>> Thanks.
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-21 9:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-21 9:26 Problem about writing configuration file 胡瀚森
2012-03-21 9:29 ` Wido den Hollander
[not found] ` <CALwGbPL2vNfMvhJmEt5pkpowF7tWh1Xigjxjw1CrLv8h+xF23w@mail.gmail.com>
2012-03-21 9:36 ` Wido den Hollander
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.