blob: a0c62475f3439a2466a10d4f08288881d46876c0 [file] [log] [blame]
digraph "g" {
"drbd0:0_monitor_0 mysql-01" -> "ms-drbd0_start_0" [ style = bold]
"drbd0:0_monitor_0 mysql-01" [ style=bold color="green" fontcolor="black" ]
"drbd0:0_start_0 mysql-01" -> "ms-drbd0_running_0" [ style = bold]
"drbd0:0_start_0 mysql-01" [ style=bold color="green" fontcolor="black" ]
"drbd0:1_monitor_0 mysql-02" -> "ms-drbd0_start_0" [ style = bold]
"drbd0:1_monitor_0 mysql-02" [ style=bold color="green" fontcolor="black" ]
"drbd0:1_start_0 mysql-02" -> "ms-drbd0_running_0" [ style = bold]
"drbd0:1_start_0 mysql-02" [ style=bold color="green" fontcolor="black" ]
"ms-drbd0_running_0" [ style=bold color="green" fontcolor="orange" ]
"ms-drbd0_start_0" -> "drbd0:0_start_0 mysql-01" [ style = bold]
"ms-drbd0_start_0" -> "drbd0:1_start_0 mysql-02" [ style = bold]
"ms-drbd0_start_0" -> "ms-drbd0_running_0" [ style = bold]
"ms-drbd0_start_0" [ style=bold color="green" fontcolor="orange" ]
}