blob: 5b66808dd462edcd0ba7c183973c71c4bb1aa62f (
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
|
digraph "g" {
"ms_drbd_mysql1_confirmed-post_notify_running_0" [ style=bold color="green" fontcolor="orange"]
"ms_drbd_mysql1_confirmed-pre_notify_start_0" -> "ms_drbd_mysql1_post_notify_running_0" [ style = bold]
"ms_drbd_mysql1_confirmed-pre_notify_start_0" -> "ms_drbd_mysql1_start_0" [ style = bold]
"ms_drbd_mysql1_confirmed-pre_notify_start_0" [ style=bold color="green" fontcolor="orange"]
"ms_drbd_mysql1_post_notify_running_0" -> "ms_drbd_mysql1_confirmed-post_notify_running_0" [ style = bold]
"ms_drbd_mysql1_post_notify_running_0" -> "res_drbd_mysql1:0_post_notify_start_0 bob.demo" [ style = bold]
"ms_drbd_mysql1_post_notify_running_0" -> "res_drbd_mysql1:1_post_notify_start_0 alice.demo" [ style = bold]
"ms_drbd_mysql1_post_notify_running_0" [ style=bold color="green" fontcolor="orange"]
"ms_drbd_mysql1_pre_notify_start_0" -> "ms_drbd_mysql1_confirmed-pre_notify_start_0" [ style = bold]
"ms_drbd_mysql1_pre_notify_start_0" -> "res_drbd_mysql1:0_pre_notify_start_0 bob.demo" [ style = bold]
"ms_drbd_mysql1_pre_notify_start_0" [ style=bold color="green" fontcolor="orange"]
"ms_drbd_mysql1_running_0" -> "ms_drbd_mysql1_post_notify_running_0" [ style = bold]
"ms_drbd_mysql1_running_0" [ style=bold color="green" fontcolor="orange"]
"ms_drbd_mysql1_start_0" -> "ms_drbd_mysql1_running_0" [ style = bold]
"ms_drbd_mysql1_start_0" -> "res_drbd_mysql1:1_start_0 alice.demo" [ style = bold]
"ms_drbd_mysql1_start_0" [ style=bold color="green" fontcolor="orange"]
"res_drbd_mysql1:0_post_notify_start_0 bob.demo" -> "ms_drbd_mysql1_confirmed-post_notify_running_0" [ style = bold]
"res_drbd_mysql1:0_post_notify_start_0 bob.demo" [ style=bold color="green" fontcolor="black"]
"res_drbd_mysql1:0_pre_notify_start_0 bob.demo" -> "ms_drbd_mysql1_confirmed-pre_notify_start_0" [ style = bold]
"res_drbd_mysql1:0_pre_notify_start_0 bob.demo" [ style=bold color="green" fontcolor="black"]
"res_drbd_mysql1:1_post_notify_start_0 alice.demo" -> "ms_drbd_mysql1_confirmed-post_notify_running_0" [ style = bold]
"res_drbd_mysql1:1_post_notify_start_0 alice.demo" [ style=bold color="green" fontcolor="black"]
"res_drbd_mysql1:1_start_0 alice.demo" -> "ms_drbd_mysql1_running_0" [ style = bold]
"res_drbd_mysql1:1_start_0 alice.demo" [ style=bold color="green" fontcolor="black"]
}
|