webvirtcloud
webvirtcloud copied to clipboard
WebVirtCloud is virtualization web interface for admins and users
All functions are normal. But creating instances can only be created through xml.    An error message appears after clicking Create: XML error: No PCI buses available ...
 When creating a calculation instance, after filling in the name and VCPU settings, it appears Firmware: This field is required.
In RHEL 9, the libvirt library uses modular daemons that handle individual virtualization driver, so redhat changed from libvirt to virtqemud daemon handles QEMU drivers. I configured file `/etc/libvirt/virtqemud.conf` following:...

Please test it on **Ubuntu/Debian** stop application ``` supervisorctl stop webvirtcloud supervisorctl stop novnc ``` create file **webvirtcloud.service** ``` [Unit] Description=WebVirtCloud Core Service Requires=novnc.service Before=novnc.service AssertPathExists= AssertPathExists=/var/www/webvirtcloud/venv [Service] #Type=simple User=www-data...
Hello! By the way...you done a very good job with these 2 solutions: webvirtmgr and webvirtcloud In the near future there is any chance to connect bridge interface (br0) from...
## what I met In "computes - - storage", I tried to add a dir called `/mnt/HDD.ori/KVM` but it failed ## what I did to fix that open `/srv/webvirtcloud/storages/templates/create_stg_block.html` modity...
webvirtcloud管理虚拟机时,添加现有磁盘,存储 卷 为空,看不到已有磁盘问题  无意之间修改了/srv/webvirtcloud/webvirtcloud/settings.py DEBUG = True 问题就解决了,不知道是为啥?请大神们看看
(venv) root@kkstoreage:/srv/webvirtcloud# pip install -r conf/requirements.txt Looking in indexes: https://pypi.org/simple/ ERROR: Could not find a version that satisfies the requirement Django==4.2.16 (from versions: 1.1.3, 1.1.4, 1.2, 1.2.1, 1.2.2, 1.2.3, 1.2.4,...
Deploy according to the following document and encounter an error: https://webvirt.cloud/docs/installation/setup-controller ``` root@collective:/home/webvirtcloud# ./webvirtcloud.sh start __ __ _ __ ___ _ ____ _ _ \ \ / ___| |_\ \...