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]: No offers for most backends if lower disk bound not set #1515

Closed
Tracked by #1444
jvstme opened this issue Aug 6, 2024 · 0 comments · Fixed by #1517
Closed
Tracked by #1444

[Bug]: No offers for most backends if lower disk bound not set #1515

jvstme opened this issue Aug 6, 2024 · 0 comments · Fixed by #1517
Assignees
Labels
bug Something isn't working

Comments

@jvstme
Copy link
Collaborator

jvstme commented Aug 6, 2024

Steps to reproduce

> cat .dstack.yml
type: dev-environment
ide: vscode

resources:
  disk: ..500GB

> dstack apply -b aws

Actual behaviour

 Configuration          .dstack.yml                    
 Project                main                         
 User                   admin                         
 Pool                   default-pool                   
 Min resources          2..xCPU, 8GB.., ..500GB (disk) 
 Max price              -                              
 Max duration           6h                             
 Spot policy            on-demand                      
 Retry policy           no                             
 Creation policy        reuse-or-create                
 Termination policy     destroy-after-idle             
 Termination idle time  5m                             

Submit a new run? [y/n]:

Expected behaviour

 Configuration          .dstack.yml                    
 Project                main                         
 User                   admin                         
 Pool                   default-pool                   
 Min resources          2..xCPU, 8GB.., ..500GB (disk) 
 Max price              -                              
 Max duration           6h                             
 Spot policy            on-demand                      
 Retry policy           no                             
 Creation policy        reuse-or-create                
 Termination policy     destroy-after-idle             
 Termination idle time  5m                             

 #  BACKEND  REGION     INSTANCE  RESOURCES                   SPOT  PRICE    
 1  aws      us-east-1  m5.large  2xCPU, 8GB, 100.0GB (disk)  no    $0.096   
 2  aws      us-east-2  m5.large  2xCPU, 8GB, 100.0GB (disk)  no    $0.096   
 3  aws      us-west-2  m5.large  2xCPU, 8GB, 100.0GB (disk)  no    $0.096   
    ...                                                                      
 Shown 3 of 397 offers, $113.068 max

Submit a new run? [y/n]:

dstack version

0.18.8

Server logs

No response

Additional information

No response

@jvstme jvstme added the bug Something isn't working label Aug 6, 2024
@jvstme jvstme self-assigned this Aug 6, 2024
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

Successfully merging a pull request may close this issue.

1 participant