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

F #5975: allow to update DONE VMs with onedb change-body (#2334)

This commit is contained in:
Victor Palma 2022-11-13 20:07:11 +01:00 committed by GitHub
parent 24df1b4772
commit 1addd0079d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -399,7 +399,7 @@ class OneDBLive
raise 'A value or --delete should specified'
end
rc = object.info_all
rc = object.info_search(state: VirtualMachinePool::INFO_ALL_VM)
raise rc.message if OpenNebula.is_error?(rc)
object.each do |o|