-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ci:docs] Update troubleshoot page #6199
Conversation
Alternate to #6195 |
troubleshooting.md
Outdated
@@ -424,9 +431,9 @@ Choose one of the following: | |||
* Install the fuse-overlayfs package for your Linux Distribution. | |||
* Add `mount_program = "/usr/bin/fuse-overlayfs"` under `[storage.options]` in your `~/.config/containers/storage.conf` file. | |||
|
|||
### 17) rhel7-init based images don't work with cgroups v2 | |||
### 17) RHEL 7 and CentOS 7 based `init` images don't work with cgroups v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this is old, but 'cgroups' -> 'cgroup' here and through out.
troubleshooting.md
Outdated
|
||
The systemd version shipped in rhel7-init doesn't have support for cgroups v2. You'll need at least systemd 230. | ||
The systemd version shipped in RHEL 7 and CentOS 7 doesn't have support for cgroups v2. Cgroup V2 support requires at least systemd 230. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cgroup is supposed to be lower case everywhere. How about the second sentence starts with "Further, cgroup v2". Regardless, "V2" to "v2" for consistency.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add information about podman with SELinux and using container_init_t. Add informantion about Centos7 as well as RHEL7 init containers not working on a cgroups V2 system. Signed-off-by: Daniel J Walsh <[email protected]>
LGTM |
/lgtm |
Add information about podman with SELinux and using container_init_t.
Add informantion about Centos7 as well as RHEL7 init containers not working
on a cgroups V2 system.
Signed-off-by: Daniel J Walsh [email protected]