<div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0);">Hello all,</div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0);"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0);">I'm configuring a two node cluster. <span>Pacemaker 0.9.169</span> on Centos 7.</div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0);"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0);">How can i configure a specific service to run just on one node and avoid having it running on more than one node simultaneously. If i start the service on the other node, it keeps running, pacemaker does not kill it. I have googled and searched the docs, but can't find a solution. This is for systemd resources. Any ideas please?</div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0);"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0);">Example:</div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0);"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0);">node1# <span>pcs resource create httpd_service systemd:httpd  op monitor interval=10s</span><br></div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0);">node2# <span>systemctl start httpd</span><br></div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0);"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0);">httpd keeps running on both nodes. Ideally, pacemaker should kill a second instance of that service.<br></div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0);"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px; color: rgb(0, 0, 0);">Thanks in advance for any tips you might have.<br></div>