<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<font size="2"><font face="Courier 10 Pitch">Hi guys.<br>
<br>
I've something which I'm new to entirely - cluster which is
seemingly okey errors, fails to move a resource.<br>
I'd won't contaminate here just yet with long json cluster spits
when fails but a snippet:<br>
<br>
-> $ pcs resource move PGSQL-clone --promoted podnode1<br>
Error: cannot move resource 'PGSQL-clone'<br>
1 <cib crm_feature_set="3.17.4"
validate-with="pacemaker-3.6" epoch="8109" num_updates="0"
admin_epoch="0" cib-last-written="Sat Jun 3 13:49:34 2023"
update-origin="podnode2" update-client="cibadmin"
have-quorum="1" update-user="root" dc-uuid="2"><br>
2 <configuration><br>
3 <crm_config><br>
4 <cluster_property_set
id="cib-bootstrap-options"><br>
5 <nvpair id="cib-bootstrap-options-have-watchdog"
name="have-watchdog" value="false"/><br>
6 <nvpair id="cib-bootstrap-options-dc-version"
name="dc-version" value="2.1.6-1.el9-802a72226be"/><br>
7 <nvpair
id="cib-bootstrap-options-cluster-infrastructure"
name="cluster-infrastructure" value="corosync"/><br>
8 <nvpair id="cib-bootstrap-options-cluster-name"
name="cluster-name" value="podnodes"/><br>
9 <nvpair
id="cib-bootstrap-options-stonith-enabled"
name="stonith-enabled" value="false"/><br>
10 <nvpair
id="cib-bootstrap-options-last-lrm-refresh"
name="last-lrm-refresh" value="1683293193"/><br>
11 <nvpair
id="cib-bootstrap-options-maintenance-mode"
name="maintenance-mode" value="false"/><br>
12 </cluster_property_set><br>
13 <cluster_property_set id="redis_replication"><br>
14 <nvpair id="redis_replication-redis_REPL_INFO"
name="redis_REPL_INFO" value="c8kubernode1"/><br>
15 <nvpair id="redis_replication-REDIS_REPL_INFO"
name="REDIS_REPL_INFO" value="podnode3"/><br>
16 </cluster_property_set><br>
17 </crm_config><br>
...<br>
crm_resource: Error performing operation: Invalid configuration<br>
<br>
This one line: (might be more)<br>
</font></font><font size="2"><font face="Courier 10 Pitch"><nvpair
id="redis_replication-redis_REPL_INFO" name="redis_REPL_INFO"
value="c8kubernode1"/><br>
puzzles me, as there is no such node/member in the cluster and
so I try:<br>
<br>
-> $ pcs property unset redis_REPL_INFO --force<br>
Warning: Cannot remove property 'redis_REPL_INFO', it is not
present in property set 'cib-bootstrap-options'<br>
<br>
Any & all suggestions on how to fix this are much
appreciated.<br>
many thanks, L.<br>
</font></font>
</body>
</html>