On 6/15/24 14:19, Haifeng Xu wrote: > > > On 2024/6/14 18:01, Miklos Szeredi wrote: >> On Thu, 13 Jun 2024 at 12:44, Haifeng Xu <haifeng.xu@xxxxxxxxxx> wrote: >> >>> So why the client doesn't get woken up? >> >> Need to find out what the server (lxcfs) is doing. Can you do a >> strace of lxcfs to see the communication on the fuse device? > > ok, I use strace to track one of the server threads. The output > can be seen in attachment. > > FD: 6 DIR /run/lxcfs/controllers/sys/fs/cgroup/ > FD: 7 CHR /dev/fuse I had missed that there is an strace output. Would it be possible that you describe your issue with all details you have? There is a timeout patch now and it would probably solve your issue https://lore.kernel.org/all/20240813232241.2369855-1-joannelkoong@xxxxxxxxx/T/ but Miklos is asking for a motivation. From point of view that fuse server could abort requests itself Miklos is absolutely right (the product I'm actually working on has that...). And one could even add a timeout mechanism to libfuse. But question to understand your main issue and if there would be a request timeout needed. In general, it would be helpful if you could provide everything you know, already with the initial patch. Later on you posted that you use LXCFS, but personally I don't know anything about it. So it would be good to describe where that actually runs and what you do to trigger the issue, etc. Details... Thanks, Bernd