1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

feature #1797: bug in disk-snapshot

This commit is contained in:
Javi Fontan 2013-03-13 18:59:14 +01:00
parent 21603b9aee
commit 0c5fa0575f

View File

@ -272,7 +272,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
States: ANY
EOT
command :saveas, saveas_desc, :vmid, :diskid, :img_name,
command :saveas, disk_snapshot_desc, :vmid, :diskid, :img_name,
:options=>[TYPE, OneVMHelper::LIVE] do
disk_id = args[1].to_i
image_name = args[2]