I want a node to be considered "online" (and thus able to get resources) only after it is ready for them (that is, a particular process is up and running.)
Is there a way to configure pacemaker to check if a particular process is running, and only then set the node "online"?
Thanks!