* Bug 5177 - got inotify poll request in wrong process
@ 2026-09-18 16:49 Roland
0 siblings, 0 replies; only message in thread
From: Roland @ 2026-09-18 16:49 UTC (permalink / raw)
To: Proxmox VE development discussion
regarding https://bugzilla.proxmox.com/show_bug.cgi?id=5177 ,
what about this one ?
root@s740:/usr/share/perl5# diff -Naur PVE/APIServer/AnyEvent.pm.bak
PVE/APIServer/AnyEvent.pm
--- PVE/APIServer/AnyEvent.pm.bak 2026-09-08 19:40:05.137690089 +0200
+++ PVE/APIServer/AnyEvent.pm 2026-09-18 18:48:54.443095627 +0200
@@ -1847,6 +1847,8 @@
exit(0);
}
+ PVE::INotify::inotify_close();
+
# else we need to wait until all open connections gets closed
my $w;
$w = AnyEvent->timer(
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-21 7:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-18 16:49 Bug 5177 - got inotify poll request in wrong process Roland
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.