Re: libvirtd file descriptors leaking

2022-03-01 Thread Дмитрий
Any update on this issue? Does anyone have a success on reproducing that? Should I upgrade/downgrade/sidegrade? Additional info: I am using CentOS 8 Stream, but with kernel 5.14.15-1.el8.elrepo.x86_64 #1 SMP Tue Oct 26 11:45:20 EDT 2021 x86_64 x86_64 x86_64 GNU/Linux

Re: libvirtd file descriptors leaking

2022-02-22 Thread Дмитрий
# lsof -p $(cat /run/libvirtd.pid) > run1 # virt-df -d kvm3586 # lsof -p $(cat /run/libvirtd.pid) > run2 # diff run1 run2 196a197 > libvirtd 3618992 root 54u unix 0x902dc0c58440 0t0 99330533 > type=STREAM

Re: libvirtd file descriptors leaking

2022-02-22 Thread Дмитрий
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

libvirtd file descriptors leaking

2022-02-22 Thread Дмитрий
Hello, ## SETUP CentOS 8 Stream libguestfs-tools.noarch 1:1.40.2-24.el8.plesk libvirt.x86_64 7.6.0-6.el8s ## ISSUE REPRODUCTION lsof -p $(cat /run/libvirtd.pid) | wc -l # here we have N open file descriptors by libvirtd guestfish --ro -d domain1 run # here we have N+1 open file descri