1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

M #-: Update vm state reference (#2929)

(cherry picked from commit df0b41dec151a3d59c3daa27c7c76a91323f1e80)
This commit is contained in:
Daniel Clavijo Coca 2024-02-09 04:05:41 -06:00 committed by Tino Vázquez
parent d18f5761ff
commit 3f86c5461b
No known key found for this signature in database
GPG Key ID: 14201E424D02047E
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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