dhodovsk / source-git / pacemaker

Forked from source-git/pacemaker 3 years ago
Clone

Blame cts/scheduler/rec-rsc-9.dot

rpm-build 3ee90c
 digraph "g" {
rpm-build 3ee90c
"bar_running_0" -> "foo_start_0" [ style = bold]
rpm-build 3ee90c
"bar_running_0" -> "rsc1_start_0 node1" [ style = bold]
rpm-build 3ee90c
"bar_running_0" [ style=bold color="green" fontcolor="orange"]
rpm-build 3ee90c
"bar_start_0" -> "bar_running_0" [ style = bold]
rpm-build 3ee90c
"bar_start_0" -> "rsc3_start_0 node1" [ style = bold]
rpm-build 3ee90c
"bar_start_0" [ style=bold color="green" fontcolor="orange"]
rpm-build 3ee90c
"bar_stop_0" -> "bar_stopped_0" [ style = bold]
rpm-build 3ee90c
"bar_stop_0" -> "rsc3_stop_0 node1" [ style = bold]
rpm-build 3ee90c
"bar_stop_0" [ style=bold color="green" fontcolor="orange"]
rpm-build 3ee90c
"bar_stopped_0" -> "bar_start_0" [ style = bold]
rpm-build 3ee90c
"bar_stopped_0" [ style=bold color="green" fontcolor="orange"]
rpm-build 3ee90c
"foo_running_0" [ style=bold color="green" fontcolor="orange"]
rpm-build 3ee90c
"foo_start_0" -> "foo_running_0" [ style = bold]
rpm-build 3ee90c
"foo_start_0" -> "rsc2_start_0 node1" [ style = bold]
rpm-build 3ee90c
"foo_start_0" [ style=bold color="green" fontcolor="orange"]
rpm-build 3ee90c
"foo_stop_0" -> "foo_stopped_0" [ style = bold]
rpm-build 3ee90c
"foo_stop_0" -> "rsc2_stop_0 node1" [ style = bold]
rpm-build 3ee90c
"foo_stop_0" [ style=bold color="green" fontcolor="orange"]
rpm-build 3ee90c
"foo_stopped_0" -> "bar_stop_0" [ style = bold]
rpm-build 3ee90c
"foo_stopped_0" -> "foo_start_0" [ style = bold]
rpm-build 3ee90c
"foo_stopped_0" [ style=bold color="green" fontcolor="orange"]
rpm-build 3ee90c
"rsc1_start_0 node1" [ style=bold color="green" fontcolor="black"]
rpm-build 3ee90c
"rsc1_stop_0 node1" -> "bar_stop_0" [ style = bold]
rpm-build 3ee90c
"rsc1_stop_0 node1" -> "rsc1_start_0 node1" [ style = bold]
rpm-build 3ee90c
"rsc1_stop_0 node1" [ style=bold color="green" fontcolor="black"]
rpm-build 3ee90c
"rsc2_start_0 node1" -> "foo_running_0" [ style = bold]
rpm-build 3ee90c
"rsc2_start_0 node1" [ style=bold color="green" fontcolor="black"]
rpm-build 3ee90c
"rsc2_stop_0 node1" -> "foo_stopped_0" [ style = bold]
rpm-build 3ee90c
"rsc2_stop_0 node1" -> "rsc2_start_0 node1" [ style = bold]
rpm-build 3ee90c
"rsc2_stop_0 node1" [ style=bold color="green" fontcolor="black"]
rpm-build 3ee90c
"rsc3_start_0 node1" -> "bar_running_0" [ style = bold]
rpm-build 3ee90c
"rsc3_start_0 node1" [ style=bold color="green" fontcolor="black"]
rpm-build 3ee90c
"rsc3_stop_0 node1" -> "bar_stopped_0" [ style = bold]
rpm-build 3ee90c
"rsc3_stop_0 node1" -> "rsc3_start_0 node1" [ style = bold]
rpm-build 3ee90c
"rsc3_stop_0 node1" [ style=bold color="green" fontcolor="black"]
rpm-build 3ee90c
}