HI all! I have a simple setup in my test environment - two node cluster with two resources .
First resource - a web server which is supposed to run on both nodes Second resource - a virtual ip address which is supposed to run only on one of these two nodes, but only if the node has web server resource up and running. The resources are currently configured this way: primitive webserver ... clone webserver_clone webserver primitive vip ... How do I specify that the 'vip' resource should run together with started 'webserver' on the same node and migrate to another node if 'webserver' resource fails on the current one? Thank you! Regards, Sergey _______________________________________________ Users mailing list: [email protected] http://lists.clusterlabs.org/mailman/listinfo/users Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://bugs.clusterlabs.org
