Kazunori INOUE
2014-04-01 09:10:38 UTC
Hi,
Since pacemaker does not distinguish the capital letter small letter
of a node name, I think that this "WARNING:" is unnecessary.
$ crm configure show
node 3232261519: guest01
node 3232261520: guest02
property cib-bootstrap-options: \
dc-version=1.1.10-d63eaf4 \
cluster-infrastructure=corosync
$ cat test.cli
(snip)
fencing_topology \
GUEST01: prmStonith1 \
GUEST02: prmStonith2
location l1 prmStonith1 rule -inf: #uname eq GUEST01
location l2 prmStonith2 rule -inf: #uname eq GUEST02
$ crm configure load update test.cli
WARNING: fencing_topology: target GUEST01 not a node
WARNING: fencing_topology: target GUEST02 not a node
WARNING: rsc_location-grpStonith1: referenced node GUEST01 does not exist
WARNING: rsc_location-grpStonith2: referenced node GUEST02 does not exist
Best Regards,
Kazunori INOUE
Since pacemaker does not distinguish the capital letter small letter
of a node name, I think that this "WARNING:" is unnecessary.
$ crm configure show
node 3232261519: guest01
node 3232261520: guest02
property cib-bootstrap-options: \
dc-version=1.1.10-d63eaf4 \
cluster-infrastructure=corosync
$ cat test.cli
(snip)
fencing_topology \
GUEST01: prmStonith1 \
GUEST02: prmStonith2
location l1 prmStonith1 rule -inf: #uname eq GUEST01
location l2 prmStonith2 rule -inf: #uname eq GUEST02
$ crm configure load update test.cli
WARNING: fencing_topology: target GUEST01 not a node
WARNING: fencing_topology: target GUEST02 not a node
WARNING: rsc_location-grpStonith1: referenced node GUEST01 does not exist
WARNING: rsc_location-grpStonith2: referenced node GUEST02 does not exist
Best Regards,
Kazunori INOUE