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

Servers resources should be connected to their node resources #5231

Open
1 task done
CODEHUBHQ opened this issue Oct 4, 2024 · 0 comments
Open
1 task done

Servers resources should be connected to their node resources #5231

CODEHUBHQ opened this issue Oct 4, 2024 · 0 comments
Labels
feature request A request for a new feature.

Comments

@CODEHUBHQ
Copy link

Is there an existing feature request for this?

  • I have searched the existing issues before opening this feature request.

Describe the feature you would like to see.

It would be great, If servers resources are connected to their node resources

Describe the solution you'd like.

For instance, If I have a node with the following specs (2 cpu cores, 4 GB ram and 100 GB disk).
Now If I installed 2 servers using half of the node resources for each server, so server_1 will have (1 cpu core, 2 GB ram and 50 GB disk) and server_2 will have the rest of the resources. Now If I tried to install a third server using admin panel, it should be installed but If I used the Application api, then the installation should be rejected with error not enough resources.
The same goes for modifying server resources, If I tried to modify server_1 to have 2 cores instead of 1 core, there should be rejection error.

And in admin panel settings >> advanced there should enable/disable option for the api, incase if we want to disable that feature from the application api.

Additional context to this request.

No response

@CODEHUBHQ CODEHUBHQ added the feature request A request for a new feature. label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A request for a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant