1
0
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:
Carlos Martín 2013-10-02 11:51:46 +02:00
parent 6ddf0a3d8e
commit 6d447c0831
2 changed files with 2 additions and 0 deletions

View File

@ -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]"];

View File

@ -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"];