* Cleaned up a lot of logging.
* Updated Cluster->parse_cib() to track if a stonith device has 'delay' set.
* Got a lot more work done on anvil-join-anvil's stonith processing, but it still isn't complete. Updated it to change shell user passwords as well.
Signed-off-by: Digimer <digimer@alteeve.ca>
@ -359,6 +359,17 @@ Failure! The return code: [#!variable!return_code!#] was received ('0' was expec
<keyname="job_0112">Updating the '/etc/hosts' file.</key>
<keyname="job_0113">Checking the SSH configuration.</key>
<keyname="job_0114">Configuring the IPMI BMC. Please be patient, this could take a minute.</key>
<keyname="job_0115">Checking the fence configuration for the node: [#!variable!node!#].</key>
<keyname="job_0116">IPMI exists on this node, but it is not yet setup as a fence device, adding it.</key>
<keyname="job_0117">The IPMI information in the existing fence configuration is different from the details stored in the database. Will reconfigure.</key>
<keyname="job_0118">There is an IPMI fence device configured, but there is no host IPMI information in the database. Removing it.</key>
<keyname="job_0119">Deleting the old fence device: [#!variable!device!#].</key>
<keyname="job_0120">Creating the new fence device: [#!variable!device!#].</key>
<keyname="job_0121">The fence device: [#!variable!device!#] information in the existing fence configuration is different from the details stored in the database. Will reconfigure.</key>
<keyname="job_0122">The fence device: [#!variable!device!#] does not exist as a fence device, adding it.</key>
<keyname="job_0123">Adding a fence delay agent to provide time for the IPMI BMC to boot before trying it again.</key>
<keyname="job_0124">Configuring the cluster to loop fence attempts indefinitely.</key>
to_log($conf, {message => "Target's IP not set via the DRBD_PEER_ADDRESS environment variable. Unable to proceed.", 'line' => __LINE__, level => 0, priority => "err"});
to_log($conf, {message => "Called without target's IP. Nothing to do, exiting. Were we called by 'pcs stonith list'?", 'line' => __LINE__, level => 1, priority => "alert"});