-
Notifications
You must be signed in to change notification settings - Fork 4
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]: Reserve a node as dedicated, then un-reserve it, it appears as shared and not dedicated #1330
Comments
This is by design; if the node doesn't have any loads it can appear as shared or dedicated. |
The situation is that here a node that has no workload, that could be reserved as dedicated in the past, cannot be reserved as dedicated anymore. If it is by design, imo we need to adjust the design. I could reserve the node, then I un-reserved it, then I could no longer reserve it. So imagine you want to use a node for its GPU features, well you just can't, because you need to reserve it as dedicated node to use the GPU, and the function sometimes disappears. Thank you for your time. |
Empty = (0 workloads), then the nodes are available for rent and for shared hosting if someone created even a network workload that node won't be available for full rental. if that's the case, please reopen the ticket. |
Update
Notes
|
Remove the process_wontfix. We can see there were no active contracts on the node, and it still showed as shared and not dedicated + users could not reserve the node. It should be fixed, otherwise people can't rent a node with no contracts. As you said @xmonader I reopened it since there were no contracts on the node (all contracts were deleted contracts). |
tested on https://next.dashboard.grid.tf and worked fine Screencast.from.02-25-2025.02.08.14.PM.webm |
Perhaps it is fixed with the new dashboard. But I also know @delandtj and @ashraffouda were testing the GPU node of our partner today and the same thing happened: they un-reserved the node, they even without any contracts, they could not re-reserve the node. Then Ashraf could rent it through a quick Go program. This means the issue is perhaps with gridproxy as @scottyeager hinted. |
i tested the flow on multiple nodes and it works fine.
changes are reflected in no time on proxy. i couldn't catch any errors/delays. could you mention a specific node that show this problem i could debug further on it? |
Of course, node 7510 on mainnet, as shown in the picture in the issue. It happened with that one. Sorry for late reply, was coming back from EthDenver. |
@Omarabdul3ziz currently it is happening to node 7510: Lmk if you need anything more. |
Is there an existing issue for this?
which package/s did you face the problem with?
Dashboard
What happened?
Reserve a node as dedicated, then unreserve it, it appears as shared and not dedicated
Steps To Reproduce
which network/s did you face the problem on?
Main
version
latest
Twin ID/s
No response
Node ID/s
7510
Farm ID/s
No response
Contract ID/s
No response
Relevant screenshots/screen records
Relevant log output
-
The text was updated successfully, but these errors were encountered: