blob: a3eee4961da3c6c6874f88e466c02049d4b6fe08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
digraph "g" {
"A_migrate_from_0 18node2" -> "A_start_0 18node2" [ style = bold]
"A_migrate_from_0 18node2" -> "A_stop_0 18node1" [ style = bold]
"A_migrate_from_0 18node2" [ style=bold color="green" fontcolor="black"]
"A_migrate_to_0 18node1" -> "A_migrate_from_0 18node2" [ style = bold]
"A_migrate_to_0 18node1" [ style=bold color="green" fontcolor="black"]
"A_monitor_60000 18node2" [ style=bold color="green" fontcolor="black"]
"A_start_0 18node2" -> "A_monitor_60000 18node2" [ style = bold]
"A_start_0 18node2" -> "B_start_0 18node2" [ style = bold]
"A_start_0 18node2" -> "thegroup_running_0" [ style = bold]
"A_start_0 18node2" [ style=bold color="green" fontcolor="orange"]
"A_stop_0 18node1" -> "A_start_0 18node2" [ style = bold]
"A_stop_0 18node1" -> "thegroup_stopped_0" [ style = bold]
"A_stop_0 18node1" [ style=bold color="green" fontcolor="black"]
"B_monitor_60000 18node2" [ style=bold color="green" fontcolor="black"]
"B_start_0 18node2" -> "B_monitor_60000 18node2" [ style = bold]
"B_start_0 18node2" -> "C_migrate_to_0 18node1" [ style = dashed]
"B_start_0 18node2" -> "C_start_0 18node2" [ style = bold]
"B_start_0 18node2" -> "thegroup_running_0" [ style = bold]
"B_start_0 18node2" [ style=bold color="green" fontcolor="black"]
"B_stop_0 18node1" -> "A_migrate_to_0 18node1" [ style = bold]
"B_stop_0 18node1" -> "A_stop_0 18node1" [ style = bold]
"B_stop_0 18node1" -> "B_start_0 18node2" [ style = bold]
"B_stop_0 18node1" -> "thegroup_stopped_0" [ style = bold]
"B_stop_0 18node1" [ style=bold color="green" fontcolor="black"]
"C_migrate_from_0 18node2" -> "C_start_0 18node2" [ style = dashed]
"C_migrate_from_0 18node2" -> "C_stop_0 18node1" [ style = dashed]
"C_migrate_from_0 18node2" [ style=dashed color="red" fontcolor="black"]
"C_migrate_to_0 18node1" -> "C_migrate_from_0 18node2" [ style = dashed]
"C_migrate_to_0 18node1" [ style=dashed color="red" fontcolor="black"]
"C_monitor_60000 18node2" [ style=bold color="green" fontcolor="black"]
"C_start_0 18node2" -> "C_monitor_60000 18node2" [ style = bold]
"C_start_0 18node2" -> "thegroup_running_0" [ style = bold]
"C_start_0 18node2" [ style=bold color="green" fontcolor="black"]
"C_stop_0 18node1" -> "B_stop_0 18node1" [ style = bold]
"C_stop_0 18node1" -> "C_start_0 18node2" [ style = bold]
"C_stop_0 18node1" -> "thegroup_stopped_0" [ style = bold]
"C_stop_0 18node1" [ style=bold color="green" fontcolor="black"]
"thegroup_running_0" [ style=bold color="green" fontcolor="orange"]
"thegroup_start_0" -> "A_start_0 18node2" [ style = bold]
"thegroup_start_0" -> "B_start_0 18node2" [ style = bold]
"thegroup_start_0" -> "C_start_0 18node2" [ style = bold]
"thegroup_start_0" -> "thegroup_running_0" [ style = bold]
"thegroup_start_0" [ style=bold color="green" fontcolor="orange"]
"thegroup_stop_0" -> "A_stop_0 18node1" [ style = bold]
"thegroup_stop_0" -> "B_stop_0 18node1" [ style = bold]
"thegroup_stop_0" -> "C_stop_0 18node1" [ style = bold]
"thegroup_stop_0" -> "thegroup_stopped_0" [ style = bold]
"thegroup_stop_0" [ style=bold color="green" fontcolor="orange"]
"thegroup_stopped_0" -> "thegroup_start_0" [ style = bold]
"thegroup_stopped_0" [ style=bold color="green" fontcolor="orange"]
}
|