Hide Forgot
Description of problem: Previously, permissions were set for 'hacluster' group. Correct name of the group is 'haclient'. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Verification instructions: 1) run the ha_cluster role with default settings 2) cat /var/lib/pcsd/pcs_settings.conf 3) find "permissions" section before fix: "permissions": { "local_cluster": [ { "type": "group", "name": "hacluster", "allow": [ "grant", "read", "write" ] } ] } after fix: "permissions": { "local_cluster": [ { "type": "group", "name": "haclient", "allow": [ "grant", "read", "write" ] } ] }
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 (rhel-system-roles bug fix and enhancement 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/RHBA-2022:1896