Bug 2004609
Summary: | output of "crictl inspectp" is not complete | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Riccardo Ravaioli <rravaiol> | |
Component: | Node | Assignee: | Peter Hunt <pehunt> | |
Node sub component: | CRI-O | QA Contact: | MinLi <minmli> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | medium | |||
Priority: | medium | CC: | aos-bugs, minmli | |
Version: | 4.9 | |||
Target Milestone: | --- | |||
Target Release: | 4.10.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | No Doc Update | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2004961 (view as bug list) | Environment: | ||
Last Closed: | 2022-03-10 16:10:53 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 2004961 |
Description
Riccardo Ravaioli
2021-09-15 16:33:49 UTC
Fixed in the attached PR PR merged fixed on 4.10.0-0.nightly-2021-10-23-225921 sh-4.4# crictl ps CONTAINER IMAGE CREATED STATE NAME ATTEMPT POD ID d558ff07896f7 docker.io/openshift/hello-openshift@sha256:aaea76ff622d2f8bcb32e538e7b3cd0ef6d291953f3e7c9f556c1ba5baf47e2e 3 minutes ago Running hello-openshift 0 515a96c198bed sh-4.4# crictl inspectp 515a96c198bed ... "linux": { "sysctl": { "net.ipv4.ping_group_range": "0 2147483647" }, "resources": { "devices": [ { "allow": false, "access": "rwm" } ], "cpu": { "shares": 2 } }, "cgroupsPath": "kubepods-besteffort-poddaf7c427_8144_482a_8b17_0d94c4e1ac81.slice:crio:515a96c198bed078eefccd8d4acc005409f479fb9d3b1e888016b86f53be1de1", "namespaces": [ { "type": "pid" }, { "type": "network", "path": "/var/run/netns/4c5fd42e-79a1-489e-9a27-60043f52b042" }, { "type": "ipc", "path": "/var/run/ipcns/4c5fd42e-79a1-489e-9a27-60043f52b042" }, { "type": "uts", "path": "/var/run/utsns/4c5fd42e-79a1-489e-9a27-60043f52b042" }, { "type": "mount" } ], ... Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.10.3 security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:0056 |