catborise
catborise
changing static files structure is not appropriate, because there will be to two copy of static files. one of them static/, other one webvirtcloud/webvirtcloud/static. whitenoise project solves this static problem....
which OS are you using for webvirtcloud?
yes it should be work without issue. But i open an issue for django-icons to update importlib-metadata requirements. i hope it will be fixed soon. i tested on ubuntu before...
this problem is not related with webvirtcloud, but libvirt or qemu. can you work with virt-manager?
1. what is the optimization functions on xen-tools and vmtools: qemu-guest-agent has some capabilities: https://access.redhat.com/documentation/en_us/red_hat_enterprise_linux/7/html/virtualization_deployment_and_administration_guide/chap-qemu_guest_agent as stated. 2. webvitcloud only manages kvm virtual machines. it does not manage ha. if...
Did you check pool list with `virsh pool-list` command. (On host)
There is not any problem with webvirtcloud as you specified. Could you please run "virsh pool-list" at command line of host. you may have broken libvirt/qemu config. we can verify...
@tianmaxingkong168 thanks. i made changes, i hope it will solve(i cannot reproduce problem) with #649
did you see these posts: https://askubuntu.com/questions/1170430/ubuntu-18-04-no-polkit-authentication-agent-found you should install policykit package
i personally use TCP with SASL passwd mechanism. I never used TLS. i may research how to do it. also; you may take a look at https://avdv.github.io/libvirt/auth.html _The plain TCP...