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

M #-: fix minor bug in onevm save (#880)

This commit is contained in:
Alejandro Huertas Herrero 2021-02-25 11:59:27 +01:00 committed by GitHub
parent ecd36bcb9a
commit 58ba0bcb68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1244,6 +1244,7 @@ CommandParser::CmdParser.new(ARGV) do
vm.extend(VirtualMachineExt)
res = vm.save_as_template(args[1],
'',
persistent => options[:persistent])
if !OpenNebula.is_error?(res)