mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-10 00:58:17 +03:00
Feature #2135: Update vm state diagrams
This commit is contained in:
parent
6ddf0a3d8e
commit
6d447c0831
@ -52,6 +52,7 @@ digraph OpenNebula {
|
||||
running -> cancel [label="shutdown --hard"];
|
||||
cancel -> epilog [style="dashed"];
|
||||
cancel -> running [style="dotted"];
|
||||
unknown -> epilog [label="shutdown --hard"];
|
||||
|
||||
# poweroff
|
||||
running -> shutdown_poweroff [label="poweroff [--hard]"];
|
||||
|
@ -37,6 +37,7 @@ digraph OpenNebula {
|
||||
running -> shutdown [label="shutdown"];
|
||||
shutdown -> epilog [label="shutdown", style="dashed"];
|
||||
epilog -> done [label="shutdown", style="dashed"];
|
||||
unknown -> epilog [label="shutdown --hard"];
|
||||
|
||||
# poweroff
|
||||
running -> shutdown [label="poweroff"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user