blob: d6494a6b84be2eeade3e3a5d4293622491073b7e (
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
|
digraph "g" {
"httpd-bundle-0_monitor_30000 rhel8-1" [ style=bold color="green" fontcolor="black"]
"httpd-bundle-0_start_0 rhel8-1" -> "httpd-bundle-0_monitor_30000 rhel8-1" [ style = bold]
"httpd-bundle-0_start_0 rhel8-1" -> "httpd_monitor_15000 httpd-bundle-0" [ style = bold]
"httpd-bundle-0_start_0 rhel8-1" -> "httpd_start_0 httpd-bundle-0" [ style = bold]
"httpd-bundle-0_start_0 rhel8-1" [ style=bold color="green" fontcolor="black"]
"httpd-bundle-0_stop_0 rhel8-1" -> "httpd-bundle-0_start_0 rhel8-1" [ style = bold]
"httpd-bundle-0_stop_0 rhel8-1" -> "httpd-bundle-podman-0_stop_0 rhel8-1" [ style = bold]
"httpd-bundle-0_stop_0 rhel8-1" [ style=bold color="green" fontcolor="black"]
"httpd-bundle-clone_running_0" -> "httpd-bundle_running_0" [ style = bold]
"httpd-bundle-clone_running_0" [ style=bold color="green" fontcolor="orange"]
"httpd-bundle-clone_start_0" -> "httpd-bundle-clone_running_0" [ style = bold]
"httpd-bundle-clone_start_0" -> "httpd_start_0 httpd-bundle-0" [ style = bold]
"httpd-bundle-clone_start_0" [ style=bold color="green" fontcolor="orange"]
"httpd-bundle-clone_stop_0" -> "httpd-bundle-clone_stopped_0" [ style = bold]
"httpd-bundle-clone_stop_0" -> "httpd_stop_0 httpd-bundle-0" [ style = bold]
"httpd-bundle-clone_stop_0" [ style=bold color="green" fontcolor="orange"]
"httpd-bundle-clone_stopped_0" -> "httpd-bundle-clone_start_0" [ style = bold]
"httpd-bundle-clone_stopped_0" -> "httpd-bundle_stopped_0" [ style = bold]
"httpd-bundle-clone_stopped_0" [ style=bold color="green" fontcolor="orange"]
"httpd-bundle-podman-0_monitor_60000 rhel8-1" [ style=bold color="green" fontcolor="black"]
"httpd-bundle-podman-0_start_0 rhel8-1" -> "httpd-bundle-0_start_0 rhel8-1" [ style = bold]
"httpd-bundle-podman-0_start_0 rhel8-1" -> "httpd-bundle-podman-0_monitor_60000 rhel8-1" [ style = bold]
"httpd-bundle-podman-0_start_0 rhel8-1" -> "httpd-bundle_running_0" [ style = bold]
"httpd-bundle-podman-0_start_0 rhel8-1" -> "httpd_start_0 httpd-bundle-0" [ style = bold]
"httpd-bundle-podman-0_start_0 rhel8-1" [ style=bold color="green" fontcolor="black"]
"httpd-bundle-podman-0_stop_0 rhel8-1" -> "httpd-bundle-podman-0_start_0 rhel8-1" [ style = bold]
"httpd-bundle-podman-0_stop_0 rhel8-1" -> "httpd-bundle_stopped_0" [ style = bold]
"httpd-bundle-podman-0_stop_0 rhel8-1" -> "stonith 'reboot' httpd-bundle-0" [ style = bold]
"httpd-bundle-podman-0_stop_0 rhel8-1" [ style=bold color="green" fontcolor="black"]
"httpd-bundle_running_0" [ style=bold color="green" fontcolor="orange"]
"httpd-bundle_start_0" -> "httpd-bundle-clone_start_0" [ style = bold]
"httpd-bundle_start_0" -> "httpd-bundle-podman-0_start_0 rhel8-1" [ style = bold]
"httpd-bundle_start_0" [ style=bold color="green" fontcolor="orange"]
"httpd-bundle_stop_0" -> "httpd-bundle-clone_stop_0" [ style = bold]
"httpd-bundle_stop_0" -> "httpd-bundle-podman-0_stop_0 rhel8-1" [ style = bold]
"httpd-bundle_stop_0" -> "httpd_stop_0 httpd-bundle-0" [ style = bold]
"httpd-bundle_stop_0" [ style=bold color="green" fontcolor="orange"]
"httpd-bundle_stopped_0" [ style=bold color="green" fontcolor="orange"]
"httpd_monitor_15000 httpd-bundle-0" [ style=bold color="green" fontcolor="black"]
"httpd_start_0 httpd-bundle-0" -> "httpd-bundle-clone_running_0" [ style = bold]
"httpd_start_0 httpd-bundle-0" -> "httpd_monitor_15000 httpd-bundle-0" [ style = bold]
"httpd_start_0 httpd-bundle-0" [ style=bold color="green" fontcolor="black"]
"httpd_stop_0 httpd-bundle-0" -> "httpd-bundle-clone_stopped_0" [ style = bold]
"httpd_stop_0 httpd-bundle-0" -> "httpd_start_0 httpd-bundle-0" [ style = bold]
"httpd_stop_0 httpd-bundle-0" [ style=bold color="green" fontcolor="orange"]
"stonith 'reboot' httpd-bundle-0" -> "httpd-bundle-clone_stop_0" [ style = bold]
"stonith 'reboot' httpd-bundle-0" -> "httpd-bundle-podman-0_start_0 rhel8-1" [ style = bold]
"stonith 'reboot' httpd-bundle-0" -> "httpd_start_0 httpd-bundle-0" [ style = bold]
"stonith 'reboot' httpd-bundle-0" [ style=bold color="green" fontcolor="orange"]
}
|