mirror of https://github.com/apache/cloudstack.git
minor fix: retry if network is unavailable
This commit is contained in:
parent
68f8f1ccf7
commit
a826655740
|
|
@ -415,6 +415,7 @@ public class VirtualMachineManagerImpl implements VirtualMachineManager, Cluster
|
|||
} catch (InsufficientCapacityException e) {
|
||||
s_logger.warn("Insufficient capacity ", e);
|
||||
avoids.add(e);
|
||||
continue;
|
||||
}
|
||||
|
||||
vmGuru.finalizeVirtualMachineProfile(vmProfile, dest, context);
|
||||
|
|
|
|||
Loading…
Reference in New Issue