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

Bug #2771: Fix oneflow recover after a failed scaling

(cherry picked from commit f5d1b9aac7253fcd0e1e92e9bc3b9df7d7bfb0cf)
This commit is contained in:
Nicolas Belan 2014-03-06 18:13:36 +01:00 committed by Carlos Martín
parent 121f73b967
commit baa2812d9f

View File

@ -795,7 +795,7 @@ module OpenNebula
shutdown_nodes(nodes_dispose, true)
set_cardinality( get_nodes.size() - n_dispose.size() )
set_cardinality( get_nodes.size() - nodes_dispose.size() )
end
# Deletes VMs in DONE or FAILED, and sends a boot action to VMs in UNKNOWN