-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Does the ansible-pcp playbooks handle any SELinux setup? #26
Comments
More logs from setroubshoot:
PCP on this host was set up with https://github.com/performancecopilot/ansible-pcp , running on RHEL 8.5 |
Also seeing tons of:
|
We are also unable to use PCP's
|
All this was executed via |
Hmm, not sure exactly what's happened then. FWIW the mdadm and disabled_ipv6 permissions are definitely things that have been provided by pcp-selinux policy for some time (maybe years, even?), which is what makes me think this is a more major kind of failing rather than just a missing selinux policy permission or two. |
I ran
|
This is partially fixed by performancecopilot/pcp#1527, but the ansible playbook needs to check that all the expected SELinux modules were properly loaded. |
We reviewed SETroubleShoot output and were told we need to add,
setsebool -P pcp_read_generic_logs 1
to our setup. Is there a playbook that would handle this and other settings?The text was updated successfully, but these errors were encountered: