- 1. Re: shutdown umount hangs (score: 1)
- Author: Utz Lehmann <leh@xxxxxxxxxx>
- Date: Mon, 2 Apr 2001 14:06:48 +0200
- For your information: I just test a 2.4.3 kernel + prerelease 0.10 patch. It hangs also during shutdown umount. utz
- /archives/xfs/2001-04/msg00013.html (8,969 bytes)
- 2. Re: shutdown umount hangs (score: 1)
- Author: Utz Lehmann <leh@xxxxxxxxxx>
- Date: Mon, 2 Apr 2001 15:16:37 +0200
- Resend, because my original mail seems to be lost.
- /archives/xfs/2001-04/msg00014.html (14,368 bytes)
- 3. Re: shutdown umount hangs (score: 1)
- Author: Russell Cattelan <cattelan@xxxxxxxxxxx>
- Date: Tue, 03 Apr 2001 18:47:39 -0400
- I assume these are lvm volumes? Could you sent configuration of these volumes. Also one more kdb command. Back trace all. We need to find out why the pagebuf pagebuf_delwri_flush is currently working
- /archives/xfs/2001-04/msg00046.html (9,432 bytes)
- 4. Re: shutdown umount hangs (score: 1)
- Author: "Martin K. Petersen" <mkp@xxxxxxxxxxxxx>
- Date: 03 Apr 2001 19:41:59 -0400
- ^^^ I just noticed this - we don't support kio with LVM. -- Martin K. Petersen, Principal Linux Consultant, Linuxcare, Inc. mkp@xxxxxxxxxxxxx, http://www.linuxcare.com/ SGI XFS for Linux Developer,
- /archives/xfs/2001-04/msg00049.html (9,125 bytes)
- 5. Re: shutdown umount hangs (score: 1)
- Author: Russell Cattelan <cattelan@xxxxxxxxxxx>
- Date: Tue, 03 Apr 2001 21:44:40 -0500
- Hmm good point. I assume the option has no affect at this point, but it still would be worth turning it off and see what happens.
- /archives/xfs/2001-04/msg00055.html (9,176 bytes)
- 6. Re: shutdown umount hangs (score: 1)
- Author: Rajagopal Ananthanarayanan <ananth@xxxxxxx>
- Date: Tue, 03 Apr 2001 21:45:37 -0700
- Apparently Utz already tried this: -- btw: i test it without the kio,logbufs=4,logbsize=32768 mount option, it hangs also. -- See http://linux-xfs.sgi.com/projects/xfs/indexed/msg03989.html -- Rajago
- /archives/xfs/2001-04/msg00057.html (9,800 bytes)
- 7. Re: shutdown umount hangs (score: 1)
- Author: Utz Lehmann <leh@xxxxxxxxxx>
- Date: Wed, 4 Apr 2001 13:06:41 +0200
- Sorry, i think i send too little information about the system. It's my workstation at my job. It's a thunderbrid 800, 256MB RAM, 18GB IBM DDYS-T18350N attached to a Adaptec 7892A running SuSE 7.1. It
- /archives/xfs/2001-04/msg00061.html (24,077 bytes)
- 8. Re: shutdown umount hangs (score: 1)
- Author: Steve Lord <lord@xxxxxxx>
- Date: Wed, 04 Apr 2001 06:27:52 -0500
- And now we don't support kio at all! hmm, I removed the mount option maybe I should have left it a noop. Steve
- /archives/xfs/2001-04/msg00062.html (9,339 bytes)
- 9. Re: shutdown umount hangs (score: 1)
- Author: Russell Cattelan <cattelan@xxxxxxxxxxx>
- Date: Wed, 04 Apr 2001 21:13:08 -0400
- Ok try this patch... Since we haven't been able to reproduce the problem here I don't know if it will help or not, but give it a try. It doesn't appear to make thing any worse :-) -- Russell Cattelan
- /archives/xfs/2001-04/msg00112.html (13,709 bytes)
- 10. Re: shutdown umount hangs (score: 1)
- Author: cattelan@xxxxxxxxxxx
- Date: Thu, 05 Apr 2001 00:02:05 -0500
- Updated patch.... Realized something while driving home, small bug in the list walking code. Attachment: pb_patch Description: Binary data
- /archives/xfs/2001-04/msg00123.html (9,684 bytes)
- 11. Re: shutdown umount hangs (score: 1)
- Author: Utz Lehmann <leh@xxxxxxxxxx>
- Date: Thu, 5 Apr 2001 14:46:27 +0200
- The patch doesn't work .-( But the backtraces are different: Entering kdb (current=0xc0358000, pid 0) due to Keyboard Entry Task Addr Pid Parent [*] cpu State Thread Command 0xc15fe000 00000001 0000
- /archives/xfs/2001-04/msg00136.html (25,539 bytes)
- 12. Re: shutdown umount hangs (score: 1)
- Author: Steve Lord <lord@xxxxxxx>
- Date: Thu, 05 Apr 2001 09:12:22 -0500
- OK, you made it a lot further through unmount than before, there are two disk I/O's left until you are unmounted from here, and you are waiting for one of them to complete - not sure why it is not co
- /archives/xfs/2001-04/msg00141.html (29,931 bytes)
- 13. Re: shutdown umount hangs (score: 1)
- Author: Utz Lehmann <leh@xxxxxxxxxx>
- Date: Thu, 5 Apr 2001 16:51:44 +0200
- I think it's a knfsd - xfs issue. I just make test without starting knfsd and it works (with and without the pb_patch). Sorry, i had forgotten to test this earlier .-((( Even when i exported nothing
- /archives/xfs/2001-04/msg00150.html (10,528 bytes)
- 14. Re: shutdown umount hangs (score: 1)
- Author: Utz Lehmann <leh@xxxxxxxxxx>
- Date: Thu, 5 Apr 2001 17:23:44 +0200
- here it is: Entering kdb (current=0xc0358000, pid 0) due to Keyboard Entry Task Addr Pid Parent [*] cpu State Thread Command 0xc15fe000 00000001 00000000 0 000 stop 0xc15fe260 init 0xc15f0000 0000000
- /archives/xfs/2001-04/msg00154.html (13,721 bytes)
- 15. Re: shutdown umount hangs (score: 1)
- Author: Russell Cattelan <cattelan@xxxxxxxxxxx>
- Date: Thu, 05 Apr 2001 12:28:04 -0400
- Hmm I think see part of the problem; this pagebuf is still ASYNC and DELWRI previously pagebuf_delwri_flush was blindly unsetting both of these even if it skipped doing the io. pagebuf_iorequest will
- /archives/xfs/2001-04/msg00158.html (11,360 bytes)
- 16. Re: shutdown umount hangs (score: 1)
- Author: Russell Cattelan <cattelan@xxxxxxxxxxx>
- Date: Thu, 05 Apr 2001 14:17:11 -0400
- Ok one more shot at it. I'm not convinced this is entirely correct, but is closer to the irix semantics notable exception; the pagebuf lock is not grabbed before checking the pin count. I'm trying to
- /archives/xfs/2001-04/msg00165.html (15,822 bytes)
- 17. Re: shutdown umount hangs (score: 1)
- Author: Utz Lehmann <leh@xxxxxxxxxx>
- Date: Thu, 5 Apr 2001 22:11:41 +0200
- it still hangs. utz Entering kdb (current=0xc0358000, pid 0) due to Keyboard Entry Task Addr Pid Parent [*] cpu State Thread Command 0xc15fe000 00000001 00000000 0 000 stop 0xc15fe260 init 0xc15f0000
- /archives/xfs/2001-04/msg00170.html (21,172 bytes)
- 18. Re: shutdown umount hangs (score: 1)
- Author: Russell Cattelan <cattelan@xxxxxxxxxxx>
- Date: Thu, 05 Apr 2001 16:50:59 -0400
- Arggg... ok now I'm stuck... the flags look better... not DELWRI and not ASYNC. Let me look some more. -- Russell Cattelan -- Digital Elves inc. -- Currently on loan to SGI Linux XFS core developer.
- /archives/xfs/2001-04/msg00173.html (9,783 bytes)
- 19. Re: shutdown umount hangs (score: 1)
- Author: utz lehmann <xfs@xxxxxxxxxx>
- Date: Thu, 5 Apr 2001 23:23:32 +0200
- btw: can you give me a short explanation for the flags and values. im just thanks. utz
- /archives/xfs/2001-04/msg00175.html (10,512 bytes)
- 20. Re: shutdown umount hangs (score: 1)
- Author: Steve Lord <lord@xxxxxxx>
- Date: Thu, 05 Apr 2001 17:16:27 -0500
- The explaination gets long quickly! PBF_READ = (1 << 0), /* buffer intended for reading from device */ PBF_WRITE = (1 << 1), /* buffer intended for writing to device */ PBF_MAPPED = (1 << 2), /* buf
- /archives/xfs/2001-04/msg00177.html (12,988 bytes)
This search system is powered by
Namazu