mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
(cherry picked from commit d4bcdb917ccfa57f374c7f2c62197a492dd4f242)
This commit is contained in:
parent
f9c7740459
commit
20d99da656
@ -1601,7 +1601,7 @@ void Scheduler::dispatch()
|
||||
<< "\"]";
|
||||
}
|
||||
|
||||
if ( num_matched_networks < nics_ids.size())
|
||||
if (!vm->is_resched() && num_matched_networks < nics_ids.size())
|
||||
{
|
||||
map<int,int>::iterator it;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user