blob: 0d55491c01a434edf89fded3cfcd2bb2f89bbc03 [file] [log] [blame] [edit]
digraph "g" {
"ms1_demote_0" -> "ms1_demoted_0" [ style = bold]
"ms1_demote_0" -> "rsc1:1_demote_0 node1" [ style = bold]
"ms1_demote_0" [ style=bold color="green" fontcolor="orange" ]
"ms1_demoted_0" -> "ms1_stop_0" [ style = bold]
"ms1_demoted_0" [ style=bold color="green" fontcolor="orange" ]
"ms1_stop_0" -> "ms1_stopped_0" [ style = bold]
"ms1_stop_0" -> "rsc1:1_stop_0 node1" [ style = bold]
"ms1_stop_0" [ style=bold color="green" fontcolor="orange" ]
"ms1_stopped_0" [ style=bold color="green" fontcolor="orange" ]
"rsc1:1_demote_0 node1" -> "ms1_demoted_0" [ style = bold]
"rsc1:1_demote_0 node1" -> "rsc1:1_stop_0 node1" [ style = bold]
"rsc1:1_demote_0 node1" [ style=bold color="green" fontcolor="orange"]
"rsc1:1_stop_0 node1" -> "ms1_stopped_0" [ style = bold]
"rsc1:1_stop_0 node1" [ style=bold color="green" fontcolor="orange" ]
"rsc_stonith_start_0 node2" [ style=bold color="green" fontcolor="black"]
"rsc_stonith_stop_0 node1" -> "rsc_stonith_start_0 node2" [ style = bold]
"rsc_stonith_stop_0 node1" [ style=bold color="green" fontcolor="orange"]
"stonith 'reboot' node1" -> "ms1_stop_0" [ style = bold]
"stonith 'reboot' node1" -> "rsc1:1_demote_0 node1" [ style = bold]
"stonith 'reboot' node1" -> "rsc1:1_stop_0 node1" [ style = bold]
"stonith 'reboot' node1" [ style=bold color="green" fontcolor="black"]
}