|
@@ -1525,7 +1525,7 @@ func (as *AllocationSet) ReconcileAllocations(assetSet *AssetSet) error {
|
|
|
|
|
|
|
|
// Reconcile with node Assets
|
|
// Reconcile with node Assets
|
|
|
node, ok := nodeByProviderID[providerId]
|
|
node, ok := nodeByProviderID[providerId]
|
|
|
- if ok {
|
|
|
|
|
|
|
+ if !ok {
|
|
|
// Failed to find node for allocation
|
|
// Failed to find node for allocation
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|