1 digraph "g" {
2"stonith 'reboot' node1" -> "stonith 'reboot' node3" [ style = bold]
3"stonith 'reboot' node1" [ style=bold color="green" fontcolor="black"]
4"stonith 'reboot' node2" [ style=bold color="green" fontcolor="black"]
5"stonith 'reboot' node3" -> "stonith 'reboot' node2" [ style = bold]
6"stonith 'reboot' node3" [ style=bold color="green" fontcolor="black"]
7}
8