File: rec-node-14.dot

package info (click to toggle)
pacemaker 1.0.9.1%2Bhg15626-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 34,668 kB
  • ctags: 5,645
  • sloc: xml: 87,444; ansic: 57,853; python: 11,479; sh: 5,255; makefile: 663; perl: 387; sed: 262
file content (18 lines) | stat: -rw-r--r-- 897 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 digraph "g" {
"all_stopped" [ style=bold color="green" fontcolor="orange"  ]
"stonith node1" -> "all_stopped" [ style = bold]
"stonith node1" -> "stonith node3" [ style = bold]
"stonith node1" [ style=bold color="green" fontcolor="black" ]
"stonith node2" -> "all_stopped" [ style = bold]
"stonith node2" [ style=bold color="green" fontcolor="black" ]
"stonith node3" -> "all_stopped" [ style = bold]
"stonith node3" -> "stonith node2" [ style = bold]
"stonith node3" -> "stonith_complete" [ style = bold]
"stonith node3" [ style=bold color="green" fontcolor="black" ]
"stonith_complete" [ style=bold color="green" fontcolor="orange"  ]
"stonith_up" -> "stonith node1" [ style = bold]
"stonith_up" -> "stonith node2" [ style = bold]
"stonith_up" -> "stonith node3" [ style = bold]
"stonith_up" -> "stonith_complete" [ style = bold]
"stonith_up" [ style=bold color="green" fontcolor="orange"  ]
}