mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
When importing a project, the round-robin logic would attempt to distribute nodes across all configured compute resources, including offline ones. This caused import failures when any remote compute was unreachable. This fix filters the compute list to only include connected computes before round-robin distribution. If no remote computes are connected, all nodes are assigned to the local compute. This matches the approach used in project._get_disconnected_computes() and prevents the issue where importing a project fails with: "Cannot connect to compute 'X' with request POST /projects" Fixes issue introduced in commit 90e3a8d6 (2017) which added round-robin load balancing without considering offline compute nodes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>