Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bringing my info over from https://github.com/containers/podman/issues/9410:
I recently upgraded my workstation to the latest 8.3 packages available (was already on 8.3 as of Dec 1) and I can no
longer run any container on my system via rootless. My workstation has been using cgroups v2 with crun since 8.3 dropped
with no problem. However, with podman-2.2.1-7.module+el8.3.1+9857+68fb1526.x86_64 this no longer works. I can confirm that
reverting to cgroups v1 solves this issue.
Podman Version:
Version: 2.2.1
API Version: 2
Go Version: go1.14.7
Built: Mon Feb 8 16:19:06 2021
OS/Arch: linux/amd64
Podman Info --debug:
host:
arch: amd64
buildahVersion: 1.18.0
cgroupManager: systemd # cgroupfs also doesn't work
cgroupVersion: v2
conmon:
package: conmon-2.0.22-3.module+el8.3.1+9857+68fb1526.x86_64
path: /usr/bin/conmon
version: 'conmon version 2.0.22, commit: a40e3092dbe499ea1d85ab339caea023b74829b9'
cpus: 12
distribution:
distribution: '"rhel"'
version: "8.3"
eventLogger: file
hostname: workstation.omenos.local
idMappings:
gidmap:
- container_id: 0
host_id: 1000
size: 1
- container_id: 1
host_id: 100000
size: 65536
uidmap:
- container_id: 0
host_id: 1000
size: 1
- container_id: 1
host_id: 100000
size: 65536
kernel: 4.18.0-240.15.1.el8_3.x86_64
linkmode: dynamic
memFree: 14667104256
memTotal: 33434611712
ociRuntime:
name: crun
package: crun-0.16-2.module+el8.3.1+9857+68fb1526.x86_64
path: /usr/bin/crun
version: |-
crun version 0.16
commit: eb0145e5ad4d8207e84a327248af76663d4e50dd
spec: 1.0.0
+SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +YAJL
os: linux
remoteSocket:
path: /run/user/1000/podman/podman.sock
rootless: true
slirp4netns:
executable: /usr/bin/slirp4netns
package: slirp4netns-1.1.8-1.module+el8.3.1+9857+68fb1526.x86_64
version: |-
slirp4netns version 1.1.8
commit: d361001f495417b880f20329121e3aa431a8f90f
libslirp: 4.3.1
SLIRP_CONFIG_VERSION_MAX: 3
libseccomp: 2.4.3
swapFree: 16894652416
swapTotal: 16894652416
uptime: 1h 36m 51.14s (Approximately 0.04 days)
registries:
search:
- registry.redhat.io
- registry.access.redhat.com
- registry.fedoraproject.org
- registry.centos.org
- docker.io
store:
configFile: /home/omenos/.config/containers/storage.conf
containerStore:
number: 0
paused: 0
running: 0
stopped: 0
graphDriverName: overlay
graphOptions:
overlay.mount_program:
Executable: /usr/bin/fuse-overlayfs
Package: fuse-overlayfs-1.3.0-2.module+el8.3.1+9857+68fb1526.x86_64
Version: |-
fusermount3 version: 3.2.1
fuse-overlayfs: version 1.3
FUSE library version 3.2.1
using FUSE kernel interface version 7.26
graphRoot: /home/omenos/.local/share/containers/storage
graphStatus:
Backing Filesystem: extfs
Native Overlay Diff: "false"
Supports d_type: "true"
Using metacopy: "false"
imageStore:
number: 1
runRoot: /run/user/1000
volumePath: /home/omenos/.local/share/containers/storage/volumes
version:
APIVersion: "2"
Built: 1612819146
BuiltTime: Mon Feb 8 16:19:06 2021
GitCommit: ""
GoVersion: go1.14.7
OsArch: linux/amd64
Version: 2.2.1
Resulting Error:
$ podman run --rm -it registry.redhat.io/ubi8/ubi:latest
Error: OCI runtime error: the requested cgroup controller `pids` is not available
I noticed there's this ticket: https://bugzilla.redhat.com/show_bug.cgi?id=1903983 which states Podman 3.x will be arriving
in RHEL 8.4. In all likelihood I would expect to solve this issue, but I don't know if this is a podman issue or a crun issue.