[Bugs] [Bug 1426324] common-ha: setup after teardown often fails
bugzilla at redhat.com
bugzilla at redhat.com
Fri Feb 24 22:39:28 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1426324
--- Comment #5 from Kaleb KEITHLEY <kkeithle at redhat.com> ---
It appears in testing that the loop at line 326 is not always run, thus the
...
pcs cluster stop $server --force
pcs cluster node remove $server
...
aren't being performed. As a result, they remain members of the cluster, and
since cleanup only runs on $this node, the other nodes' membership in the
cluster is "remembered" the next time a cluster is created.
Tom Jelinek, the pcs/pcsd developer says shutting down by stoping+removing one
node at a time is problematic, e.g. quorum state could cause (unspecified)
issues. He says the `pcs cluster destroy -all` is a better implementation.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=sHPxjD2u4K&a=cc_unsubscribe
More information about the Bugs
mailing list