As far as I understand the error in comment:1 is not the direct cause.
Looking at the puppet error it seems the pcs command [1] is failing because of some validation error[2].
[1] pcs -f /var/lib/pacemaker/cib/puppet-cib-backup20221124-90206-ctj9kd resource create galera ocf:heartbeat:galera log='/var/log/mysql/mysqld.log' additional_parameters='--open-files-limit=16384' enable_creation=true wsrep_cluster_address='gcomm://standalone.ctlplane.localdomain' cluster_host_map='standalone:standalone.ctlplane.localdomain' meta master-max=1 ordered=true container-attribute-target=host op promote timeout=300s on-fail=block bundle galera-bundle
[2] Error: Validation result from agent (use --force to override):. Too many tries"
We initially suspected inconsistent package versions between host and container but we later confirmed the same version is installed in both sides.
As far as I understand the error in comment:1 is not the direct cause.
Looking at the puppet error it seems the pcs command [1] is failing because of some validation error[2].
[1] pacemaker/ cib/puppet- cib-backup20221 124-90206- ctj9kd resource create galera ocf:heartbeat: galera log='/var/ log/mysql/ mysqld. log' additional_ parameters= '--open- files-limit= 16384' enable_ creation= true wsrep_cluster_ address= 'gcomm: //standalone. ctlplane. localdomain' cluster_ host_map= 'standalone: standalone. ctlplane. localdomain' meta master-max=1 ordered=true container- attribute- target= host op promote timeout=300s on-fail=block bundle galera-bundle
pcs -f /var/lib/
[2]
Error: Validation result from agent (use --force to override):. Too many tries"
We initially suspected inconsistent package versions between host and container but we later confirmed the same version is installed in both sides.