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

Feature #2051: Remove the --live option for onevm save

This commit is contained in:
Carlos Martín 2015-05-07 16:45:21 +02:00
parent cdc7961e92
commit 124d619caf

View File

@ -839,9 +839,11 @@ cmd=CommandParser::CmdParser.new(ARGV) do
save_desc = <<-EOT.unindent
Clones the VM's source Template, replacing the disks with live snapshots
of the current disks. The VM capacity and NICs are also preserved
States: POWEROFF
EOT
command :save, save_desc, :vmid, :name, :options=>[OneVMHelper::LIVE] do
command :save, save_desc, :vmid, :name do
helper.perform_action(args[0],options,"Saving VM") do |vm|
res = vm.save_as_template(args[1])