I have 10 nodes and want to run httpd & mysqld on all node, i plan to do load balance later,<div>so i set two clone set on apache and mysql:</div><div><br></div><div>clone cl-apache apache</div><div>clone cl-mysqld mysqld</div>
<div><br></div><div>each apache will connect to mysqld locally, so if mysqld crash, i must turnoff apache running on the same node to avoid error if apache try to load data from mysql,</div><div>but i think the order constrant can't do that for me if my setting like this:</div>
<div><br></div><div>order mysqld-before-apache inf: cl-mysqld cl-apache</div><div><br></div><div>If i want to apply this rule to each node, what setting should i configure?</div>