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]: Changes always detected in SSH fleet configurations #2222

Closed
jvstme opened this issue Jan 23, 2025 · 0 comments · Fixed by #2258
Closed

[Bug]: Changes always detected in SSH fleet configurations #2222

jvstme opened this issue Jan 23, 2025 · 0 comments · Fixed by #2258
Assignees
Labels

Comments

@jvstme
Copy link
Collaborator

jvstme commented Jan 23, 2025

Steps to reproduce

  1. Apply an SSH fleet configuration.
  2. Apply the same configuration again.

Actual behaviour

dstack says that configuration changes were detected.

> dstack apply -f fleets/on-prem.dstack.yml 
 Project        ilya                      
 User           admin                     
 Configuration  fleets/on-prem.dstack.yml 
 Type           fleet                     
 Fleet type     ssh                       
 Nodes          1                         
 Placement      any                       

Fleet on-prem does not exist yet.
Create the fleet? [y/n]: y
 FLEET    INSTANCE  BACKEND       RESOURCES                  PRICE  STATUS  CREATED 
 on-prem  0         ssh (remote)  2xCPU, 1GB, 35.2GB (disk)  $0.0   idle    23:08   

> dstack apply -f fleets/on-prem.dstack.yml
 Project        ilya                      
 User           admin                     
 Configuration  fleets/on-prem.dstack.yml 
 Type           fleet                     
 Fleet type     ssh                       
 Nodes          1                         
 Placement      any                       

Found fleet on-prem. Configuration changes detected.
Re-create the fleet? [y/n]:

Expected behaviour

dstack warns that that configuration hasn't changed.

dstack version

0.18.36

Server logs

Additional information

No response

@jvstme jvstme added bug Something isn't working fleets minor ssh-fleets labels Jan 23, 2025
@jvstme jvstme changed the title [Bug]: Changes always detected in SSH fleets [Bug]: Changes always detected in SSH fleet configurations Jan 24, 2025
@r4victor r4victor self-assigned this Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants