Revision d683fbcd
share/doc/states/states-complete.dot | ||
---|---|---|
22 | 22 |
subgraph { rank = same; boot; boot_stopped; boot_undeploy; boot_suspended; boot_unknown; boot_poweroff; boot_migrate; boot_failure; boot_migrate_failure; unknown; color="white"} |
23 | 23 |
subgraph { rank = same; pending; hold; color="white"} |
24 | 24 |
subgraph { rank = same; prolog; prolog_resume; prolog_migrate; color="white" } |
25 |
// subgraph { rank = same; prolog; prolog_resume; prolog_migrate; save_migrate; color="white" } |
|
26 |
|
|
27 |
subgraph { rank = max; suspended; done; failure; |
|
28 |
stopped; undeployed; poweroff; ANY; color="white" } |
|
25 |
subgraph { rank = same; hotplug_prolog_poweroff; hotplug_saveas_poweroff; hotplug_saveas_suspended; epilog_stop; epilog; epilog_undeploy; hotplug_epilog_poweroff; color="white" } |
|
26 |
subgraph { rank = same; suspended; stopped; undeployed; poweroff; color="white" } |
|
27 |
subgraph { rank = sink; done; failure; ANY; color="white" } |
|
29 | 28 |
|
30 | 29 |
# create |
31 | 30 |
user -> pending [label="create"]; |
src/oca/ruby/opennebula/virtual_machine.rb | ||
---|---|---|
137 | 137 |
"PROLOG_UNDEPLOY" => "prol", |
138 | 138 |
"BOOT_UNDEPLOY" => "boot", |
139 | 139 |
"HOTPLUG_PROLOG_POWEROFF" => "hotp", |
140 |
"HOTPLUG_EPILOG_POWEROFF" => "hotp" |
|
140 |
"HOTPLUG_EPILOG_POWEROFF" => "hotp",
|
|
141 | 141 |
"BOOT_MIGRATE" => "boot", |
142 | 142 |
"BOOT_FAILURE" => "fail", |
143 | 143 |
"BOOT_MIGRATE_FAILURE" => "fail" |
Also available in: Unified diff