Skip to content

Commit

Permalink
Fix volume attachment with dstack backend
Browse files Browse the repository at this point in the history
Fixes: #2172
See: #2172
See: #1682
  • Loading branch information
un-def committed Jan 3, 2025
1 parent 416e27f commit d04afd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ async def _attach_volumes(
volume = volume_model_to_volume(volume_model)
try:
if (
job_provisioning_data.backend != volume.configuration.backend
job_provisioning_data.get_base_backend() != volume.configuration.backend
or job_provisioning_data.region != volume.configuration.region
):
continue
Expand Down

0 comments on commit d04afd9

Please sign in to comment.