Bug 1469137
| Summary: | aio_read doesn't work when rados_osd_op_timeout is used. | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Mehdi ABAAKOUK <mabaakou> | ||||||||
| Component: | RADOS | Assignee: | Josh Durgin <jdurgin> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | ceph-qe-bugs <ceph-qe-bugs> | ||||||||
| Severity: | low | Docs Contact: | |||||||||
| Priority: | low | ||||||||||
| Version: | 2.4 | CC: | bhubbard, ceph-eng-bugs, dzafman, jdanjou, kchai, mhackett | ||||||||
| Target Milestone: | rc | ||||||||||
| Target Release: | 2.* | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2019-02-09 01:47:38 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: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Mehdi ABAAKOUK
2017-07-10 13:07:37 UTC
Actual output of the script: no timeout read(): 'my fancy blob' : True with timeout read(): 'my fancy blob' : True no timeout aio_read(): 'my fancy blob' : True with timeout aio_read(): 'no timeout ai' : False The last line shows that aio_read doesn't return the expected blob. Created attachment 1295832 [details]
The script to reproduce
Created attachment 1295834 [details]
The script to reproduce
I have added the result of rados_aio_get_return_value()
Retargetting since this only affects jewel + earlier. I'm not sure exactly what commit fixed it. Fixed in luminous+later, not severe enough to warrant patching jewel. |