mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-10 01:17:40 +03:00
VM states diagram: add transitions lost in merge commit:ea98ae0
This commit is contained in:
parent
dec7a0d79f
commit
cdf2981cd7
@ -131,6 +131,12 @@ digraph OpenNebula {
|
||||
boot_suspended -> suspended [style="dotted"];
|
||||
boot_stopped -> epilog_stop [style="dotted"];
|
||||
|
||||
running -> failure [style="dotted"];
|
||||
unknown -> failure [style="dotted"];
|
||||
|
||||
running -> save_suspend [style="dotted"];
|
||||
unknown -> save_suspend [style="dotted"];
|
||||
|
||||
running -> unknown [style="dotted"];
|
||||
unknown -> running [style="dashed"];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user