blob: c59abcdc8f3d8bf573ae2cd78907c5c7b86d7cef (
plain)
1
2
3
4
5
6
7
8
|
digraph "g" {
"drbd0:1_start_0 mysql-01" -> "ms-drbd0_running_0" [ style = bold]
"drbd0:1_start_0 mysql-01" [ style=bold color="green" fontcolor="black"]
"ms-drbd0_running_0" [ style=bold color="green" fontcolor="orange"]
"ms-drbd0_start_0" -> "drbd0:1_start_0 mysql-01" [ style = bold]
"ms-drbd0_start_0" -> "ms-drbd0_running_0" [ style = bold]
"ms-drbd0_start_0" [ style=bold color="green" fontcolor="orange"]
}
|