We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58255e3 commit 5420360Copy full SHA for 5420360
src/dstack/_internal/server/services/fleets.py
@@ -413,6 +413,7 @@ async def apply_plan(
413
current=current_fleet_sensitive.spec.configuration.ssh_config.hosts,
414
new=spec.configuration.ssh_config.hosts,
415
)
416
+ # `_check_can_update_fleet_spec` ensures hosts are not changed
417
assert not changed_hosts, changed_hosts
418
active_instance_nums: set[int] = set()
419
removed_instance_nums: list[int] = []
0 commit comments