Bug 1813960
| Summary: | [RFE] improve IO throughput and latency of librbd | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Jason Dillaman <jdillama> |
| Component: | RBD | Assignee: | Ilya Dryomov <idryomov> |
| Status: | CLOSED ERRATA | QA Contact: | Sunil Angadi <sangadi> |
| Severity: | high | Docs Contact: | Ranjini M N <rmandyam> |
| Priority: | high | ||
| Version: | 5.0 | CC: | ceph-eng-bugs, dhill, dwojewod, ealcaniz, flucifre, gcharot, gfarnum, gpatta, hmunjulu, idryomov, jwang, kdreyer, kjosy, moddi, pgrist, rmandyam, sangadi, sgarzare, shtiwari, smooney, vereddy, vumrao, ykaul |
| Target Milestone: | --- | Keywords: | FutureFeature, Performance |
| Target Release: | 5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ceph-16.0.0-8633.el8cp | Doc Type: | Enhancement |
| Doc Text: |
.Improved librbd small I/O performance
Previously, in an NVMe based Ceph cluster, there were limitations in the internal threading architecture resulting in a single librbd client struggling to achieve more than 20K 4KiB IOPS.
With this release, librbd is switched to an asynchronous reactor model on top of the new ASIO-based neorados API thereby increasing the small I/O throughput potentially by several folds and reducing latency.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-08-30 08:23:52 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: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1897572, 1959686 | ||
|
Description
Jason Dillaman
2020-03-16 15:01:06 UTC
Please specify the severity of this bug. Severity is defined here: https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity. Hey! How close to the krbd performances will this improvement bring us ? It looks like using krbd intead of librados brings us 2x the performances at least . Will it be like this [1] ? [1] https://access.redhat.com/solutions/5514611 I think you'll need to test it against specific clusters and workloads to know for sure. There isn't a one-size-fits-all answer unfortunately. The 20K IOPS wall was a known issue in librbd when the cache was enabled, so I'd expect the results to be much closer if retested. QA verified. Completed testing by Teuthology Librbd tests. (In reply to Harish Munjulur from comment #9) > QA verified. > > Completed testing by Teuthology Librbd tests. That's great functionality-wise, but this BZ is about performance - we need to ensure we deliver better throughput and lower latency here. *** Bug 1906857 has been marked as a duplicate of this bug. *** 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 (Red Hat Ceph Storage 5.0 bug fix and enhancement), 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-2021:3294 |