Project

General

Profile

Bug #4751

Updated by Brett Smith over 9 years ago

Node Manager pairs cloud nodes with Arvados node records based solely on an IP address match.    See arvnodeman.computenode.dispatch.ComputeNodeMonitorActor.offer_arvados_pair. 

 It can happen that a cloud node comes up with an IP address that happens [Brett to match a stale Arvados node record.    Make the testing stricter so there's no pairing in this case. write full description.]

Back