You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is there an existing feature request for this?
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
The text was updated successfully, but these errors were encountered: