Actions
Bug #8385
closed[NodeManager] Getting node list on Azure takes a long time
Status:
Duplicate
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Story points:
-
Description
Azure doesn't provide a way to get a node record and its IP address in a single API call; instead you need to get the node record and the look up the "virtual network interface". This means that it is very expensive to do libcloud node_list() on Azure. We could skip fetching the IP addresses, except that we need them to pair cloud nodes to arvados node records.
Could we perform node pairing some other way?
Actions