<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'><font size="3">Hello,</font><div style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: 12pt; "><br></div><div><font size="3">I have a pacemaker/heartbeat cluster that uses several DRBD primitives. The cluster resources are all colocated and ordered to start after the DRBD </font>primitives<font size="3">. I have configured an ocf:heartbeat:MailTo primitive and clone for notifying me of any changes in the cluster state:</font></div><div style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: 12pt; "><div>primitive p_notify ocf:heartbeat:MailTo \</div><div>        params email="myaddr@example.com" \</div><div>        params subject="Alert Pacemaker Change" \</div><div>        op start interval="0" timeout="10" \</div><div>        op stop interval="0" timeout="10" \</div><div>        op monitor interval="10" timeout="10"</div><div>...</div><div>clone cl_notify p_notify</div></div><div style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: 12pt; "><br></div><div style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: 12pt; ">This MailTo primitive and clone are NOT part of the colocation or order rules for the rest of the resources. Last night all of the resources in the cluster stopped because of a syntax error in the DRBD config. This also stopped the MailTo resources, and thus I was not notified of the error state in the cluster. How can I configure the MailTo resources to be running always, regardless of the state of the rest of the resources in the cluster?</div><div style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: 12pt; "><br></div><div style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: 12pt; ">Thanks,</div><div style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: 12pt; "><br></div><div style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-size: 12pt; ">Andrew</div></div></body></html>