Re: NFS / FuseFS Kernel Hangs Bug

2015-10-01 Thread Austin S Hemmelgarn
On 2015-10-01 10:45, sascha a. wrote: Hello, Okay, i was wrong with FUSE and NFS thanks for the hint. About the Problem: Without digging deep into the kernel sources, your explaination is more or less that was i thinking about whats happening. Anyways, the reason why i report the Problem is tha

Re: NFS / FuseFS Kernel Hangs Bug

2015-10-01 Thread sascha a.
Hello, Okay, i was wrong with FUSE and NFS thanks for the hint. About the Problem: Without digging deep into the kernel sources, your explaination is more or less that was i thinking about whats happening. Anyways, the reason why i report the Problem is that during this 120 Seconds (until the Ker

Re: NFS / FuseFS Kernel Hangs Bug

2015-10-01 Thread Austin S Hemmelgarn
On 2015-10-01 09:06, sascha a. wrote: Hello, I want to report a Bug with NFS / FuseFS. Theres trouble with mounting a NFS FS with FuseFS, if the NFS Server is slowly responding. The problem occurs, if you mount a NFS FS with FuseFS driver for example with this command: mount -t nfs -o vers=3

NFS / FuseFS Kernel Hangs Bug

2015-10-01 Thread sascha a.
Hello, I want to report a Bug with NFS / FuseFS. Theres trouble with mounting a NFS FS with FuseFS, if the NFS Server is slowly responding. The problem occurs, if you mount a NFS FS with FuseFS driver for example with this command: mount -t nfs -o vers=3,nfsvers=3,hard,intr,tcp server /dest W