blob: 176eea0a8eedf8b3d32b158eae47bfc765f512c0 (
plain)
1
2
3
4
5
6
7
|
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"]
}
|