[PR #266] [MERGED] add hot cpu enabling disabling functionality #484

Closed
opened 2026-02-27 15:58:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/266
Author: @catborise
Created: 11/29/2019
Status: Merged
Merged: 12/2/2019
Merged by: @retspen

Base: masterHead: master


📝 Commits (4)

  • 941a972 settings.py: add ws_public_port comment and set default value 6080
  • 44df080 Rearrange supported hypervisors list: if there are hypervisor support more than 5, it spans to multiple line which causes distortion.
  • e4223dd qemu.conf for vnc and spice listen address configured for all OS. Add sasl2 config for debian10
  • 49e1795 adding enable/disable cpu hotplug, live add/remove vcpu to instance.

📊 Changes

6 files changed (+178 additions, -59 deletions)

View changed files

📝 computes/templates/overview.html (+27 -8)
📝 dev/libvirt-bootstrap.sh (+20 -11)
📝 instances/templates/instance.html (+49 -2)
📝 instances/views.py (+28 -3)
📝 vrtManager/instance.py (+52 -33)
📝 webvirtcloud/settings.py.template (+2 -2)

📄 Description

Hi retspen,

  1. hotplug cpu enable disable.
  2. Add/remove cpu while instance is running if hotplug cpu enabled.
  3. Debian10 host config for qemu.conf rearranged.

thanks


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/266 **Author:** [@catborise](https://github.com/catborise) **Created:** 11/29/2019 **Status:** ✅ Merged **Merged:** 12/2/2019 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`941a972`](https://github.com/retspen/webvirtcloud/commit/941a97201e4a63b48a6293bd0fa927726315a63b) settings.py: add ws_public_port comment and set default value 6080 - [`44df080`](https://github.com/retspen/webvirtcloud/commit/44df080b723acabf9b4fc194b083496846bf4cfd) Rearrange supported hypervisors list: if there are hypervisor support more than 5, it spans to multiple line which causes distortion. - [`e4223dd`](https://github.com/retspen/webvirtcloud/commit/e4223dde5d9bc276d67ed954c67a82aaf4cc0439) qemu.conf for vnc and spice listen address configured for all OS. Add sasl2 config for debian10 - [`49e1795`](https://github.com/retspen/webvirtcloud/commit/49e179590eb3f55bfde08b71d82727eeac0675fd) adding enable/disable cpu hotplug, live add/remove vcpu to instance. ### 📊 Changes **6 files changed** (+178 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `computes/templates/overview.html` (+27 -8) 📝 `dev/libvirt-bootstrap.sh` (+20 -11) 📝 `instances/templates/instance.html` (+49 -2) 📝 `instances/views.py` (+28 -3) 📝 `vrtManager/instance.py` (+52 -33) 📝 `webvirtcloud/settings.py.template` (+2 -2) </details> ### 📄 Description Hi retspen, 1. hotplug cpu enable disable. 2. Add/remove cpu while instance is running if hotplug cpu enabled. 3. Debian10 host config for qemu.conf rearranged. thanks --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#484
No description provided.