Product SiteDocumentation Site

2.8. Interpreting the Graphviz output

2.8.1. Small Cluster Transition

An example transition graph as represented by Graphviz
In the above example, it appears that a new node, node2, has come online and that the cluster is checking to make sure rsc1, rsc2 and rsc3 are not already running there (Indicated by the *_monitor_0 entries). Once it did that, and assuming the resources were not active there, it would have liked to stop rsc1 and rsc2 on node1 and move them to node2. However, there appears to be some problem and the cluster cannot or is not permitted to perform the stop actions which implies it also cannot perform the start actions. For some reason the cluster does not want to start rsc3 anywhere.
For information on the options supported by crm_simulate, use the --help option.