-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
A running vm cannot dynamically scale cpu and memory. It can be expanded when stopped #6865
Comments
yes @1450793561 , this is a known limitation. I thought we had made sure the button was greyed or even omitted when the VM is running. What version did you encounter this with? |
CloudStack 4.17.1.0,Is there a repair plan? |
@1450793561 I don´t know if it is on someones schedule, so i'm afraid not. |
yeh,ok |
@1450793561
maybe @GutoVeronezi can have a look to see if it is possible to improve it in the future. |
Hello @1450793561 @weizhouapache KVM requires defining ranges for CPU and memory in the VM XML to allow the VM to be dynamically scaled. Currently, those ranges are set only when working with custom compute offerings. For custom-constrained offerings, the ranges are defined while creating them; for custom-unconstrained offerings, the ranges are defined via the global settings As KVM supports dynamic scaling, this situation is a matter of designing the logical solution in ACS. We are planning to extend ACS to allow dynamic scaling VMs with fixed offerings in KVM; however, we do not have a due date yet. @1450793561, while a VM with fixed offering cannot be dynamically scaled yet, you could try using custom offerings. Along with the custom offerings, some configurations have to be done:
VMs started after setting those configurations will be able to be dynamically scaled. If you have any doubts or issues using this alternative, just ping me in this issue. |
Great, thanks @GutoVeronezi for your detailed explanation. |
@rohityadavcloud This is a pretty important feature and was wondering if this could be placed in a milestone and assigned? |
Hello @CodeBleu, We had some other priorities in the past 2 years and, unfortunately, we were not able develop this improvement so far. However, we are planning to implement it in the next months, probably being addressed publicly on 4.21. We will update you as we make progress on this matter. We already have some use-cases to base the improvement on; however, feel free to share your opinion on how you expect this feature to work. |
Questrion:
log detail
The text was updated successfully, but these errors were encountered: