-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce
- Create a single-attach volume (e.g. AWS) named
test
. - Apply the configuration and wait until the run starts.
- Apply the configuration for the second time.
type: dev-environment
ide: vscode
retry: true
volumes:
- test:/test
Actual behaviour
The second run fails with VOLUME_ERROR
.
Expected behaviour
The second run is retried until the volume is released by the first run.
dstack version
0.19.13
Server logs
Additional information
Some use cases for retrying volume errors:
- Handling temporary backend errors without stopping the run.
- Enqueuing a run until a volume is released by another run.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working