mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
M #-: Update vm state reference (#2929)
This commit is contained in:
parent
4ce7340381
commit
df0b41dec1
@ -17,7 +17,7 @@ digraph OpenNebula {
|
||||
fontcolor="white", fontsize= "24.0"];
|
||||
|
||||
ANY [ shape="box" ];
|
||||
"ANY \\ {stopped,undeployed,done}" [ shape="box" ];
|
||||
"ANY \\ {poweroff,suspended,done}" [ shape="box" ];
|
||||
|
||||
running [ width = 2.5, height = 1 ]
|
||||
|
||||
@ -83,7 +83,7 @@ digraph OpenNebula {
|
||||
epilog_stop_failure;
|
||||
epilog;
|
||||
epilog_failure;
|
||||
epilog_undeploy;
|
||||
epilog_undeploy;
|
||||
epilog_undeploy_failure;
|
||||
color="white"
|
||||
}
|
||||
@ -214,7 +214,7 @@ digraph OpenNebula {
|
||||
ANY -> done [label="recover --delete"];
|
||||
|
||||
# recover --recreate
|
||||
"ANY \\ {stopped,undeployed,done}" -> pending [label="recover --recreate"];
|
||||
"ANY \\ {poweroff,suspended,done}" -> pending [label="recover --recreate"];
|
||||
|
||||
# reboot
|
||||
running -> running [label="reboot"];
|
||||
|
@ -720,7 +720,7 @@ CommandParser::CmdParser.new(ARGV) do
|
||||
States for success/failure recovers: Any ACTIVE state.
|
||||
States for a retry recover: Any *FAILURE state
|
||||
States for delete: Any
|
||||
States for recreate: Any but STOPPED/UNDEPLOYED/POWEROFF/SUSPENDED
|
||||
States for recreate: Any but DONE/POWEROFF/SUSPENDED
|
||||
States for delete-db: Any
|
||||
EOT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user