On Tue, Feb 22, 2022 at 06:00:50PM +0300, ??????? wrote:> Hello, > > ## SETUP > > CentOS 8 Stream > libguestfs-tools.noarch 1:1.40.2-24.el8.plesk > libvirt.x86_64 7.6.0-6.el8sThe current libvirt shipping in CentOS 8 Stream is 8.0.0-2.module_el8.6.0+1087+b42c8331 which is 6 months newer than what you have installed. So I'd recommend ensuring you have latest CentOS stream content as a first step. Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
Updated libvirt with: # dnf install @virt Not its 2.module_el8.6.0+1087+b42c8331 Testing: # virt-df -d kvm3551 But still, issue remains. Here how it looks like in /proc (all these socket/pipe symlinks are broken): # ls -lah /proc/$(pgrep -f libvirtd)/fd/* lrwx------ 1 root root 64 ??? 22 18:17 /proc/3600693/fd/49 -> 'socket:[99301766]' lrwx------ 1 root root 64 ??? 22 18:13 /proc/3600693/fd/5 -> 'socket:[99234506]' lrwx------ 1 root root 64 ??? 22 18:15 /proc/3600693/fd/51 -> 'socket:[99295594]' lrwx------ 1 root root 64 ??? 22 18:13 /proc/3600693/fd/52 -> 'socket:[99288645]' lrwx------ 1 root root 64 ??? 22 18:15 /proc/3600693/fd/53 -> 'socket:[99296279]' lrwx------ 1 root root 64 ??? 22 18:15 /proc/3600693/fd/54 -> 'socket:[99289772]' lrwx------ 1 root root 64 ??? 22 18:17 /proc/3600693/fd/55 -> 'socket:[99300744]' lrwx------ 1 root root 64 ??? 22 18:15 /proc/3600693/fd/56 -> 'socket:[99284626]' lrwx------ 1 root root 64 ??? 22 18:15 /proc/3600693/fd/57 -> 'socket:[99294777]' lrwx------ 1 root root 64 ??? 22 18:17 /proc/3600693/fd/58 -> 'socket:[99297768]' lrwx------ 1 root root 64 ??? 22 18:15 /proc/3600693/fd/59 -> 'socket:[99279867]' lrwx------ 1 root root 64 ??? 22 18:13 /proc/3600693/fd/6 -> 'socket:[99282298]' lrwx------ 1 root root 64 ??? 22 18:13 /proc/3600693/fd/60 -> 'socket:[99286467]' l-wx------ 1 root root 64 ??? 22 18:13 /proc/3600693/fd/7 -> /run/libvirtd.pid lrwx------ 1 root root 64 ??? 22 18:15 /proc/3600693/fd/70 -> 'socket:[99286794]' lr-x------ 1 root root 64 ??? 22 18:13 /proc/3600693/fd/8 -> 'pipe:[99282299]' lrwx------ 1 root root 64 ??? 22 18:15 /proc/3600693/fd/81 -> 'socket:[99281902]' lrwx------ 1 root root 64 ??? 22 18:13 /proc/3600693/fd/82 -> 'socket:[99288059]' lrwx------ 1 root root 64 ??? 22 18:13 /proc/3600693/fd/84 -> 'socket:[99285702]' lrwx------ 1 root root 64 ??? 22 18:15 /proc/3600693/fd/85 -> 'socket:[99300385]' lrwx------ 1 root root 64 ??? 22 18:13 /proc/3600693/fd/88 -> 'socket:[99291046]' lrwx------ 1 root root 64 ??? 22 18:15 /proc/3600693/fd/89 -> 'socket:[99299347]' l-wx------ 1 root root 64 ??? 22 18:13 /proc/3600693/fd/9 -> 'pipe:[99282299]' lrwx------ 1 root root 64 ??? 22 18:15 /proc/3600693/fd/92 -> 'socket:[99284744]'