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:
parent
121f73b967
commit
baa2812d9f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user