mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-26 06:50:09 +03:00
feature #1404: Added state POWEROFF as valid for restarting a VM
This commit is contained in:
parent
abb0e915eb
commit
b9a37f3930
@ -280,9 +280,9 @@ cmd=CommandParser::CmdParser.new(ARGV) do
|
||||
end
|
||||
|
||||
restart_desc = <<-EOT.unindent
|
||||
Forces a re-deployment of the given VM, issuing a boot action.
|
||||
Boots the given VM.
|
||||
|
||||
States: UNKNOWN, BOOT
|
||||
States: UNKNOWN, BOOT, POWEROFF
|
||||
EOT
|
||||
|
||||
command :restart, restart_desc, [:range,:vmid_list] do
|
||||
|
Loading…
x
Reference in New Issue
Block a user