catborise
catborise
with centos 8 libvirt deamons are changed. you should look at the page: https://libvirt.org/manpages/libvirtd.html
@iliassch yes you can mount it but you should use virt-manager. (install virt-manager to hypervisor host) we do not implement pyhsical dev management of libvirt.
This problem is related with libvirt. You should check libvirtd status then webvirtcloud. Webvirtcloud is a web ui for libvirtd. Check permissions for libvirtd
you should firstly install running kvm environment. then install webvirtcloud. you can find many installation guide with google search, like; https://www.dwarmstrong.org/kvm-qemu-libvirt/ https://codepre.com/en/como-instalar-kvm-en-rocky-linux-almalinux.html
it is an optional module. did you install it with specified commands ``` wget -O - https://bit.ly/2NAaWXG | sudo tee -a /usr/local/bin/gstfsd sudo service supervisor restart ```
start it with `python3 /usr/local/bin/gstfsd`, show me the output?
no output = works as expected. may be you should add gstfsd file as conf not ini. 
use `supervisorctl start gstfsd` command and check "supervisord.log" log file to see what is going on.
hi, full backup is very easy. i can add it. but incremental backup need some work. i have implement it for backup and replication and i have a plan to...
Qemu external snapshot and dirty block are still developing . As far as i see, required properties come with qemu version 4 . Libvirt still does not support external snapshots....