mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Node Limits are not enforced #88
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rmartinoscar on GitHub (Jun 3, 2024).
Current Behavior
You can create servers on a node eventhough it's full
it should according to #233
Expected Behavior
You shouldn't be able to create servers on a full node
Steps to Reproduce
None
Panel Version
1.0.0-beta3
Wings Version
1.0.0-beta3
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?
@iamkubi commented on GitHub (Jun 3, 2024):
I believe the node limits only apply to the API. I'm fairly sure the admin panel has always ignored node utilization checks.
@Boy132 commented on GitHub (Jun 3, 2024):
Yes, it only applies to the api.
Manually creating servers was never restricted.
@rmartinoscar commented on GitHub (Jun 4, 2024):
Ok i thought you wanted to enforce it even for manually created servers sorry.