blob: 91817cd54579f2bd192f2f17082952b634d279c1 [file] [log] [blame]
digraph "g" {
"stonith 'reboot' node1" -> "stonith 'reboot' node2" [ style = bold]
"stonith 'reboot' node1" [ style=bold color="green" fontcolor="black"]
"stonith 'reboot' node2" [ style=bold color="green" fontcolor="black"]
"stonith 'reboot' node3" -> "stonith 'reboot' node2" [ style = bold]
"stonith 'reboot' node3" [ style=bold color="green" fontcolor="black"]
}