Actions
Bug #46271
closedpodman pull: transient "Error: error creating container storage: error creating read-write layer with ID" failure
Status:
Resolved
Priority:
Normal
Assignee:
Category:
cephadm (binary)
Target version:
% Done:
0%
Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
v16.0.0-3586-gb77b4346d4
Released In:
v16.2.0~1943
Upkeep Timestamp:
2025-07-14T19:38:36+00:00
Description
INFO:cephadm:ceph:stderr Error: error creating container storage: error creating read-write layer with ID "b2f57a2f361de0cc975c45de200123f31de10314a29358522b5abfdf2c4344fb": open /var/lib/containers/storage/overlay/13f382085c8fe199b79516f3357bf67245bbef329348e942a6c02f045f2c1717/link: no such file or directory
Traceback (most recent call last):
File "/usr/sbin/cephadm", line 4761, in <module>
r = args.func()
File "/usr/sbin/cephadm", line 1145, in _infer_image
return func()
File "/usr/sbin/cephadm", line 2235, in command_pull
return command_inspect_image()
File "/usr/sbin/cephadm", line 1145, in _infer_image
return func()
File "/usr/sbin/cephadm", line 2249, in command_inspect_image
ver = CephContainer(args.image, 'ceph', ['--version']).run().strip()
File "/usr/sbin/cephadm", line 2216, in run
self.run_cmd(), desc=self.entrypoint, timeout=timeout)
File "/usr/sbin/cephadm", line 846, in call_throws
raise RuntimeError('Failed command: %s' % ' '.join(command))
RuntimeError: Failed command: /usr/bin/podman run --rm --net=host --ipc=host -e CONTAINER_IMAGE=ceph/ceph -e NODE_NAME=master --entrypoint ceph ceph/ceph --version
Updated by Sebastian Wagner over 5 years ago
- Related to Bug #45343: Error: error pulling image "quay.io/ceph-ci/ceph:" "net/http: TLS handshake timeout" added
Updated by Sebastian Wagner over 5 years ago
- Status changed from Fix Under Review to Pending Backport
Updated by Sebastian Wagner over 5 years ago
- Status changed from Pending Backport to Resolved
- Target version set to v15.2.5
Updated by Upkeep Bot 8 months ago
- Merge Commit set to b77b4346d4a8cbc159b8bcf92dd963b746942a18
- Fixed In set to v16.0.0-3586-gb77b4346d4
- Released In set to v16.2.0~1943
- Upkeep Timestamp set to 2025-07-14T19:38:36+00:00
Actions