panel icon indicating copy to clipboard operation
panel copied to clipboard

Servers resources should be connected to their node resources

Open CODEHUBHQ opened this issue 1 year ago • 0 comments

Is there an existing feature request for this?

  • [X] 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 avatar Oct 04 '24 07:10 CODEHUBHQ