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

Check pool existence in master init job #358

Open
l0kix2 opened this issue Oct 11, 2024 · 0 comments
Open

Check pool existence in master init job #358

l0kix2 opened this issue Oct 11, 2024 · 0 comments
Labels
backlog Backlog bug Something isn't working good first issue Good for newcomers

Comments

@l0kix2
Copy link
Collaborator

l0kix2 commented Oct 11, 2024

 /usr/bin/yt create scheduler_pool --attributes '{name=research; pool_tree=default}' --ignore-existing

from here

"/usr/bin/yt create scheduler_pool --attributes '{name=research; pool_tree=default}' --ignore-existing",

fails if pool exists

    Failed to attach child "research" to scheduler pool tree "default"
        Pool tree "default" already contains pool with name "research"

--ignore-existing doesn't work for pool, need to be checked with yt exists

Have to be said that it is not really popular use case to re-create ytsaurus spec for the existing cluster

@l0kix2 l0kix2 added bug Something isn't working good first issue Good for newcomers backlog Backlog labels Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Backlog bug Something isn't working good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

1 participant