Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Getting unrelated offers when trying to run multi-node task on unsupported backend #2211

Open
jvstme opened this issue Jan 22, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@jvstme
Copy link
Collaborator

jvstme commented Jan 22, 2025

Steps to reproduce

Prepare a multi-node task configuration with instance volumes.

type: task
commands:
- sleep infinity
nodes: 2
volumes:
- /tmp:/tmp

Try running the task on a backend that does not support multi-node tasks, e.g. RunPod.

> dstack apply -b runpod

Actual behaviour

dstack suggests offers from an unrelated backend, e.g. CUDO.

> dstack apply -b runpod                         

 #  BACKEND  REGION         INSTANCE         RESOURCES                   SPOT  PRICE     
 1  cudo     ca-montreal-1  intel-broadwell  2xCPU, 8GB, 100.0GB (disk)  no    $0.0276   
 2  cudo     ca-montreal-2  intel-broadwell  2xCPU, 8GB, 100.0GB (disk)  no    $0.0286   
 3  cudo     fi-tampere-1   intel-broadwell  2xCPU, 8GB, 100.0GB (disk)  no    $0.0383

Expected behaviour

dstack does not suggest any offers.

dstack version

0.18.35

Server logs

Additional information

No response

@jvstme jvstme added the bug Something isn't working label Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant