Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

osd: disable filestore_xfs_extsize by default #7265

Merged
merged 1 commit into from Jan 18, 2016

Conversation

ktdreyer
Copy link
Member

This option involves a tradeoff: When disabled, fragmentation is worse, but large sequential writes are faster. When enabled, large sequential writes are slower, but fragmentation is reduced.

The reason for setting it off by default is to make performance comparable to that in Firefly and not introduce a perceived large sequential write perf regression.

Fixes: #14397 http://tracker.ceph.com/issues/14397

CC @markhpc @liewegas @idryomov

This option involves a tradeoff: When disabled, fragmentation is worse,
but large sequential writes are faster. When enabled, large sequential
writes are slower, but fragmentation is reduced.

Fixes: #14397
liewegas added a commit that referenced this pull request Jan 18, 2016
osd: disable filestore_xfs_extsize by default

Reviewed-by: Sage Weil <sage@redhat.com>
@liewegas liewegas merged commit 7537ac8 into master Jan 18, 2016
@liewegas liewegas deleted the wip-14397-disable-xfs-extsize branch January 18, 2016 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants