-
Notifications
You must be signed in to change notification settings - Fork 205
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce
Create the /tmp/files directory and apply the configuration:
type: dev-environment
name: test
ide: vscode
files:
- /tmp/files:/filesThen apply the same configuration again.
Actual behaviour
> dstack apply
Active run test already exists. Detected changes that cannot be updated in-place:
- File archives
Stop and override the run? [y/n]:Expected behaviour
> dstack apply
Active run test already exists. Detected no changes.
Stop and override the run? [y/n]:dstack version
0.19.35
Server logs
Additional information
This bug makes in-place update impossible when files are used, because changes in file archives are always detected and they always require a redeployment.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working