dhodovsk / source-git / pacemaker

Forked from source-git/pacemaker 3 years ago
Clone
Blob Blame History Raw
 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"]
}