mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Fix onevm saveas missing disk_id
This commit is contained in:
parent
5a48d560c4
commit
50dd44246c
@ -142,7 +142,7 @@ cmd=CommandParser::CmdParser.new(ARGV) do
|
||||
States: ANY
|
||||
EOT
|
||||
|
||||
command :saveas, saveas_desc, :vmid, :img_name do
|
||||
command :saveas, saveas_desc, :vmid, :diskid, :img_name do
|
||||
disk_id = args[1].to_i
|
||||
image_name = args[2]
|
||||
verbose = "disk #{disk_id} prepared to be saved in " <<
|
||||
|
Loading…
x
Reference in New Issue
Block a user