Actions
Bug #65889
closedwrong use of IoCtx::exec() in many places
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v19.3.0-6991-g13883f52f2
Released In:
v20.2.0~1311
Upkeep Timestamp:
2025-11-01T01:18:18+00:00
Description
A lot of the objclass exec calls use IoCtx::exec() inappropriately, where the calls use a read version of the API to call a write objclass method. This is broken when using local read affinity as the ops are then being sent to a non primary OSD.
Updated by Ilya Dryomov about 1 year ago
- Status changed from New to Resolved
- Assignee set to Yehuda Sadeh
Updated by Ilya Dryomov about 1 year ago
Follow-up PR: https://github.com/ceph/ceph/pull/61471
Updated by Upkeep Bot 8 months ago
- Merge Commit set to 13883f52f22d8ce2ac409507ae5a581bf0fca20d
- Fixed In set to v19.3.0-6991-g13883f52f22
- Upkeep Timestamp set to 2025-07-11T11:08:55+00:00
Updated by Upkeep Bot 8 months ago
- Fixed In changed from v19.3.0-6991-g13883f52f22 to v19.3.0-6991-g13883f52f2
- Upkeep Timestamp changed from 2025-07-11T11:08:55+00:00 to 2025-07-14T23:09:00+00:00
Updated by Upkeep Bot 5 months ago
- Released In set to v20.2.0~1311
- Upkeep Timestamp changed from 2025-07-14T23:09:00+00:00 to 2025-11-01T01:18:18+00:00
Actions