diff options
Diffstat (limited to 'cts/scheduler/dot/stop-failure-no-fencing.dot')
-rw-r--r-- | cts/scheduler/dot/stop-failure-no-fencing.dot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cts/scheduler/dot/stop-failure-no-fencing.dot b/cts/scheduler/dot/stop-failure-no-fencing.dot new file mode 100644 index 0000000..b99d1c8 --- /dev/null +++ b/cts/scheduler/dot/stop-failure-no-fencing.dot @@ -0,0 +1,5 @@ + digraph "g" { +"clvm-clone_stop_0" -> "clvm-clone_stopped_0" [ style = dashed] +"clvm-clone_stop_0" [ style=dashed color="red" fontcolor="orange"] +"clvm-clone_stopped_0" [ style=dashed color="red" fontcolor="orange"] +} |