Actions
Bug #69178
closedlive import gets interrupted by SSL session resets
% Done:
0%
Source:
Community (user)
Backport:
reef,squid
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
backport_processed
Merge Commit:
Fixed In:
v19.3.0-6428-g2a58a3d029
Released In:
v20.2.0~1502
Upkeep Timestamp:
2025-11-01T01:29:50+00:00
Description
$ jq < source-spec.json
{
"stream": {
"access_key": "...",
"secret_key": "...",
"type": "s3",
"url": "https://..."
},
"type": "raw"
}
$ rbd migration prepare --source-spec-path source-spec.json --import-only testimg
$ rbd migration execute testimg
Image migration: 61% complete...failed.
rbd: migration failed: (337690831) Unknown error 337690831
Rerunning "rbd migration execute" completes the import, but depending on the server (and also the layout of the imported image as librbd may need to reset the SSL session itself), it can take quite a lot of retries:
$ rbd migration execute testimg Image migration: 91% complete...failed. rbd: migration failed: (337690831) Unknown error 337690831 $ rbd migration execute testimg Image migration: 100% complete...done.
Updated by Ilya Dryomov over 1 year ago
- Status changed from In Progress to Fix Under Review
- Pull request ID set to 61079
Updated by Ilya Dryomov over 1 year ago
- Status changed from Fix Under Review to Pending Backport
Updated by Upkeep Bot over 1 year ago
- Copied to Backport #69242: reef: live import gets interrupted by SSL session resets added
Updated by Upkeep Bot over 1 year ago
- Copied to Backport #69243: squid: live import gets interrupted by SSL session resets added
Updated by Upkeep Bot about 1 year ago
- Status changed from Pending Backport to Resolved
While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are in status "Resolved" or "Rejected".
Updated by Upkeep Bot 9 months ago
- Merge Commit set to 2a58a3d0295bb933e60ec0709e813d935b4de452
- Fixed In set to v19.3.0-6428-g2a58a3d0295
- Upkeep Timestamp set to 2025-07-10T06:12:51+00:00
Updated by Upkeep Bot 8 months ago
- Fixed In changed from v19.3.0-6428-g2a58a3d0295 to v19.3.0-6428-g2a58a3d029
- Upkeep Timestamp changed from 2025-07-10T06:12:51+00:00 to 2025-07-14T19:38:07+00:00
Updated by Upkeep Bot 5 months ago
- Released In set to v20.2.0~1502
- Upkeep Timestamp changed from 2025-07-14T19:38:07+00:00 to 2025-11-01T01:29:50+00:00
Actions