blob: 300a95d884b5473d84c465ec76a0312fac6ebdff (
plain)
1
2
3
4
5
|
digraph "g" {
"stonith 'reboot' hs21c" [ style=bold color="green" fontcolor="black"]
"stonith 'reboot' hs21d" -> "stonith 'reboot' hs21c" [ style = bold]
"stonith 'reboot' hs21d" [ style=bold color="green" fontcolor="black"]
}
|