Bug 2239849
Summary: | Basic `docker run` commands fail | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | fifofonix |
Component: | containerd | Assignee: | Sergio Basto <sergio> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 39 | CC: | carlos.sepulveda, copper_fin, dustymabe, go-sig, jlebon, maxwell, mhofmann, sergio |
Target Milestone: | --- | Keywords: | Regression, Upgrades |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-09-22 13:43:39 UTC | Type: | --- |
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: | 2143447 |
Description
fifofonix
2023-09-20 13:57:34 UTC
This is also an issue on Fedora Cloud. ``` [root@cloudy ~]# grep VARIANT_ID /etc/os-release VARIANT_ID=cloud [root@cloudy ~]# rpm -q moby-engine moby-engine-24.0.5-1.fc39.x86_64 [root@cloudy ~]# docker run -d nginx Unable to find image 'nginx:latest' locally latest: Pulling from library/nginx 360eba32fa65: Pull complete c5903f3678a7: Pull complete 27e923fb52d3: Pull complete 72de7d1ce3a4: Pull complete 94f34d60e454: Pull complete e42dcfe1730b: Pull complete 907d1bb4e931: Pull complete Digest: sha256:5b3a3b0b90e962a4af9db38fd247775a3bf6ae47b7fd55b799e5834ce9921a59 Status: Downloaded newer image for nginx:latest 2b6d2cf4c10edeb389cb11d90388e3496d79ec0ab9b25a93807d1d77ed058248 [ 102.798153] docker0: port 1(veth5501cc9) entered blocking state [ 102.798481] docker0: port 1(veth5501cc9) entered disabled state [ 102.798785] veth5501cc9: entered allmulticast mode [ 102.799199] veth5501cc9: entered promiscuous mode [ 102.839506] docker0: port 1(veth5501cc9) entered disabled state [ 102.840974] veth5501cc9 (unregistering): left allmulticast mode [ 102.841278] veth5501cc9 (unregistering): left promiscuous mode [ 102.841559] docker0: port 1(veth5501cc9) entered disabled state docker: Error response from daemon: failed to create task for container: failed to create shim task: ttrpc: cannot marshal unknown type: *task.CreateTaskRequest: unknown. ``` According to the reports over in https://github.com/coreos/fedora-coreos-tracker/issues/1578#issuecomment-1729357930 it appears the issue is actually with containerd-1.6.23-1.fc39 Proposed as a Freeze Exception for 39-final by Fedora user dustymabe using the blocker tracking app because: Having docker work on day 1 would be nice. *** This bug has been marked as a duplicate of bug 2237396 *** |