Re: libvirtd file descriptors leaking

2022-03-01 Thread Michal Prívozník
On 3/1/22 12:40, Дмитрий wrote: > 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

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 Michal Prívozník
On 2/22/22 16:36, Дмитрий wrote: > # 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 > I wonder whether this is th

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 Daniel P . Berrangé
On Tue, Feb 22, 2022 at 06:23:13PM +0300, Дмитрий wrote: > > 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 brok

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

Re: libvirtd file descriptors leaking

2022-02-22 Thread Daniel P . Berrangé
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.el8s The current libvirt shipping in CentOS 8 Stream is 8.0.0-2.module_el8.6.0+1087+b42c8331 which is 6 months newer t

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