mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #261] Feature request - hot add cpu and mem #171
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#171
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @lord-kyron on GitHub (Nov 18, 2019).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/261
@catborise - I saw that the commands to live add more CPU cores or increase the memory of the VM are pretty simple. Can you please, make available the possibility to add more CPU and RAM to the VMs live trough the web interface? It will be very helpful to do those when we need to increase VM resources, instead of shutting down the VM.
The requested options to make possible are:
references, where I saw this is possible:
CPU - https://www.unixarena.com/2015/12/linux-kvm-how-to-add-remove-vcpu-to-guest-on-fly.html/
RAM - https://earlruby.org/2014/05/increase-a-vms-available-memory-with-virsh/
Thank you!
@catborise commented on GitHub (Nov 20, 2019):
hot memory adding already implemented. I did activate it. But you know that you cannot change maximum memory allocation online. But only current allocation.
hot cpu adding requires some steps. Firstofall cpus must be hotpluggable. Then you can add or remove only current ones, again not maximum cpus.
i can implement it but it requires time.
@lord-kyron
thanks