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]: dstack run does not respect pool-related profiles.yml parameters #949

Closed
r4victor opened this issue Feb 29, 2024 · 0 comments · Fixed by #954
Closed

[Bug]: dstack run does not respect pool-related profiles.yml parameters #949

r4victor opened this issue Feb 29, 2024 · 0 comments · Fixed by #954
Assignees
Labels
bug Something isn't working

Comments

@r4victor
Copy link
Collaborator

dstack version

master

Python version

3.11

Host OS

macOS 13.4

Host Arch

ARM

What happened?

  1. Specify any pool-related parameters in profiles.yml. For example, creation_policy: reuse:
profiles:
  - name: default
    default: true
    spot_policy: auto
    creation_policy: reuse
  1. Run dstack run. See that creation_policy is not applied.

The reason is that pool-related parameters defined in profiles.yml are not passed from the CLI to the server.

CLI logs

No response

Server logs

No response

Runner logs

No response

Additional Information

No response

@r4victor r4victor added the bug Something isn't working label Feb 29, 2024
@r4victor r4victor self-assigned this Feb 29, 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