* When to use "filestore xattr use omap = true"
@ 2013-01-03 21:16 Roberto Aguilar
2013-01-03 21:20 ` Mark Nelson
0 siblings, 1 reply; 4+ messages in thread
From: Roberto Aguilar @ 2013-01-03 21:16 UTC (permalink / raw)
To: ceph-devel
Hello,
I read the "Filesystems" section in the "Hard disk and file system
recommendations" [1] documentation and was confused on whether or not
I should be using the setting:
filestore xattr use omap = true
The section reads:
"[...] but the ext4 is too small to be usable. To use these file
systems, you should add the following like to the [osd] section of
your ceph.conf file.:"
Does that mean I the setting applies to systems that are using ext4,
or does it apply to _any_ filesystem that was mentioned, i.e. btrfs,
xfs, and ext4.
Thanks!
-Roberto.
[1] http://ceph.com/docs/master/rados/configuration/filesystem-recommendations/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: When to use "filestore xattr use omap = true"
2013-01-03 21:16 When to use "filestore xattr use omap = true" Roberto Aguilar
@ 2013-01-03 21:20 ` Mark Nelson
2013-01-03 21:31 ` Roberto Aguilar
0 siblings, 1 reply; 4+ messages in thread
From: Mark Nelson @ 2013-01-03 21:20 UTC (permalink / raw)
To: Roberto Aguilar; +Cc: ceph-devel
On 01/03/2013 03:16 PM, Roberto Aguilar wrote:
> Hello,
>
> I read the "Filesystems" section in the "Hard disk and file system
> recommendations" [1] documentation and was confused on whether or not
> I should be using the setting:
>
> filestore xattr use omap = true
>
> The section reads:
>
> "[...] but the ext4 is too small to be usable. To use these file
> systems, you should add the following like to the [osd] section of
> your ceph.conf file.:"
>
> Does that mean I the setting applies to systems that are using ext4,
> or does it apply to _any_ filesystem that was mentioned, i.e. btrfs,
> xfs, and ext4.
>
> Thanks!
> -Roberto.
>
> [1] http://ceph.com/docs/master/rados/configuration/filesystem-recommendations/
> --
> 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
>
Hi Roberto,
You should always use "filestore xattr use omap = true" with EXT4. You
can optionally use it for BTRFS and XFS. I've done a bit of testing and
haven't yet been able to determine if there is any significant advantage
or disadvantage to using it on BTRFS and XFS from a performance
perspective. So far the performance differences haven't been consistent
or significant enough to be conclusive.
Mark
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: When to use "filestore xattr use omap = true"
2013-01-03 21:20 ` Mark Nelson
@ 2013-01-03 21:31 ` Roberto Aguilar
2013-01-03 22:48 ` Dan Mick
0 siblings, 1 reply; 4+ messages in thread
From: Roberto Aguilar @ 2013-01-03 21:31 UTC (permalink / raw)
To: Mark Nelson; +Cc: ceph-devel
Thanks for clarifying, Mark. I made a quick change to the docs:
https://github.com/rca/ceph/commit/37b57cdf0fdc5c03eeff3f5eb58ff4010ce581f6
Can I send you a pull request?
Thanks,
-Roberto.
On Thu, Jan 3, 2013 at 1:20 PM, Mark Nelson <mark.nelson@inktank.com> wrote:
> On 01/03/2013 03:16 PM, Roberto Aguilar wrote:
>>
>> Hello,
>>
>> I read the "Filesystems" section in the "Hard disk and file system
>> recommendations" [1] documentation and was confused on whether or not
>> I should be using the setting:
>>
>> filestore xattr use omap = true
>>
>> The section reads:
>>
>> "[...] but the ext4 is too small to be usable. To use these file
>> systems, you should add the following like to the [osd] section of
>> your ceph.conf file.:"
>>
>> Does that mean I the setting applies to systems that are using ext4,
>> or does it apply to _any_ filesystem that was mentioned, i.e. btrfs,
>> xfs, and ext4.
>>
>> Thanks!
>> -Roberto.
>>
>> [1]
>> http://ceph.com/docs/master/rados/configuration/filesystem-recommendations/
>> --
>> 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
>>
>
> Hi Roberto,
>
> You should always use "filestore xattr use omap = true" with EXT4. You can
> optionally use it for BTRFS and XFS. I've done a bit of testing and haven't
> yet been able to determine if there is any significant advantage or
> disadvantage to using it on BTRFS and XFS from a performance perspective.
> So far the performance differences haven't been consistent or significant
> enough to be conclusive.
>
> Mark
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: When to use "filestore xattr use omap = true"
2013-01-03 21:31 ` Roberto Aguilar
@ 2013-01-03 22:48 ` Dan Mick
0 siblings, 0 replies; 4+ messages in thread
From: Dan Mick @ 2013-01-03 22:48 UTC (permalink / raw)
To: Roberto Aguilar; +Cc: Mark Nelson, ceph-devel
Thanks for the help, Roberto. Sure, send a pull request.
On 01/03/2013 01:31 PM, Roberto Aguilar wrote:
> Thanks for clarifying, Mark. I made a quick change to the docs:
>
> https://github.com/rca/ceph/commit/37b57cdf0fdc5c03eeff3f5eb58ff4010ce581f6
>
> Can I send you a pull request?
>
> Thanks,
> -Roberto.
>
> On Thu, Jan 3, 2013 at 1:20 PM, Mark Nelson <mark.nelson@inktank.com> wrote:
>> On 01/03/2013 03:16 PM, Roberto Aguilar wrote:
>>>
>>> Hello,
>>>
>>> I read the "Filesystems" section in the "Hard disk and file system
>>> recommendations" [1] documentation and was confused on whether or not
>>> I should be using the setting:
>>>
>>> filestore xattr use omap = true
>>>
>>> The section reads:
>>>
>>> "[...] but the ext4 is too small to be usable. To use these file
>>> systems, you should add the following like to the [osd] section of
>>> your ceph.conf file.:"
>>>
>>> Does that mean I the setting applies to systems that are using ext4,
>>> or does it apply to _any_ filesystem that was mentioned, i.e. btrfs,
>>> xfs, and ext4.
>>>
>>> Thanks!
>>> -Roberto.
>>>
>>> [1]
>>> http://ceph.com/docs/master/rados/configuration/filesystem-recommendations/
>>> --
>>> 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
>>>
>>
>> Hi Roberto,
>>
>> You should always use "filestore xattr use omap = true" with EXT4. You can
>> optionally use it for BTRFS and XFS. I've done a bit of testing and haven't
>> yet been able to determine if there is any significant advantage or
>> disadvantage to using it on BTRFS and XFS from a performance perspective.
>> So far the performance differences haven't been consistent or significant
>> enough to be conclusive.
>>
>> Mark
>>
> --
> 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] 4+ messages in thread
end of thread, other threads:[~2013-01-03 22:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 21:16 When to use "filestore xattr use omap = true" Roberto Aguilar
2013-01-03 21:20 ` Mark Nelson
2013-01-03 21:31 ` Roberto Aguilar
2013-01-03 22:48 ` Dan Mick
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.