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

subsequent ray up calls on the same webserver instance don't update the allocation (stack?) #190

Open
shadeofblue opened this issue Feb 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@shadeofblue
Copy link
Contributor

shadeofblue commented Feb 22, 2024

steps to reproduce:

  1. define yaml with a total budget of e.g. 5000
  2. ray up
  3. fails as expected with
node1: Failed to create activity: golem.managers.base.ManagerException: Insufficient funds to make allocation.
Top up your account or release all existing allocations to unlock the funds via `yagna payment release-allocations
  1. update the yaml to e.g. 1 (assuming you do have 1 GLM in your wallet)
  2. ray up
  3. fails unexpectedly with:
node2: Failed to create activity: golem.managers.base.ManagerException: Insufficient funds to make allocation.
Top up your account or release all existing allocations to unlock the funds via `yagna payment release-allocations`
  1. DON'T update the yaml ;)
  2. stop the server with ray-on-golem stop
  3. ray up
  4. now it starts correctly

Logfile:

webserver_debug.log.1.log

@shadeofblue shadeofblue added the bug Something isn't working label Feb 22, 2024
@mateuszsrebrny
Copy link
Contributor

Uses refactor from #194

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

No branches or pull requests

3 participants