| Summary: | disable filestore_xfs_extsize by default | ||
|---|---|---|---|
| Product: | Red Hat Ceph Storage | Reporter: | Ken Dreyer (Red Hat) <kdreyer> |
| Component: | RADOS | Assignee: | Ken Dreyer (Red Hat) <kdreyer> |
| Status: | CLOSED ERRATA | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.3.1 | CC: | ceph-eng-bugs, dzafman, kchai, mlawrenc, tganguly, vakulkar |
| Target Milestone: | rc | ||
| Target Release: | 1.3.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | RHEL: ceph-0.94.3-6.el7cp, Ubuntu: ceph_0.94.3.3-2redhat1trusty | Doc Type: | Bug Fix |
| Doc Text: |
Cause: Ceph's filestore_xfs_extsize setting reduces OSD fragmentation at the expense of large sequential write performance. This option is enabled by default in RHCS 1.3. As a consequence, Ceph's large sequential write performance is degraded in comparison to RHCS 1.2. The filestore_xfs_extsize setting is now disabled by default in RHCS 1.3, and Ceph's large sequential write performance is improved.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-08 21:29:02 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Ken Dreyer (Red Hat)
2016-01-18 03:53:00 UTC
Upstream PR @ https://github.com/ceph/ceph/pull/7265 - Mark, could you please review it? PR was merged upstream; need to cherry-pick to ceph-1.3.1-rhel-patches in Gerrit. Ubuntu build with this patch is ceph_0.94.3.3-1redhat1trusty (In reply to Ken Dreyer (Red Hat) from comment #5) > Ubuntu build with this patch is ceph_0.94.3.3-1redhat1trusty I had to bump the version number, so it's ceph_0.94.3.3-2redhat1trusty Marking this Bug as Verified as this was tested part of 1.3.1 Async Release.
Confirmed this Fix was also part of 1.3.2 code base.
ceph --admin-daemon /var/run/ceph/ceph-osd.1.asok config get filestore_xfs_extsize
{
"filestore_xfs_extsize": "false"
}
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:0133 |