Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Xfs\s+Access\s+to\s+block\s+zero\s+exception\s+and\s+system\s+crash\s*$/: 144 ]

Total 144 documents matching your query.

1. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Sagar Borikar <sagar_borikar@xxxxxxxxxxxxxx>
Date: Wed, 02 Jul 2008 09:48:46 +0530
Dave Chinner wrote: On Mon, Jun 30, 2008 at 03:54:44PM +0530, Sagar Borikar wrote: After running my test for 20 min, when I check the fragmentation status of file system, I observe that it is severel
/archives/xfs/2008-07/msg00017.html (11,772 bytes)

2. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Wed, 2 Jul 2008 15:13:37 +1000
Yes, but you can run it in your test environment where you are reproducing this problem, right? No, at best it would only delay the problem (whatever it is). I don't have time to try to identify some
/archives/xfs/2008-07/msg00018.html (11,764 bytes)

3. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Sagar Borikar <sagar_borikar@xxxxxxxxxxxxxx>
Date: Wed, 02 Jul 2008 11:05:41 +0530
Dave Chinner wrote: On Wed, Jul 02, 2008 at 09:48:46AM +0530, Sagar Borikar wrote: Dave Chinner wrote: On Mon, Jun 30, 2008 at 03:54:44PM +0530, Sagar Borikar wrote: Sure - just like any other worklo
/archives/xfs/2008-07/msg00019.html (13,073 bytes)

4. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Nathan Scott <nscott@xxxxxxxxxx>
Date: Wed, 02 Jul 2008 16:13:11 +1000
You can always try the reverse - replace fs/xfs from your mips build tree with the one from the current/a recent kernel. Theres very few changes in the surrounding kernel code that xfs needs. cheers.
/archives/xfs/2008-07/msg00020.html (10,709 bytes)

5. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Dave Chinner <dchinner@xxxxxxxxx>
Date: Tue, 1 Jul 2008 23:56:52 -0700
Eric should be able to comment on the pitfalls in doing this having tried to backport a 2.6.25 fs/xfs to a 2.6.18 RHEL kernel. Eric - any comments? Cheers, Dave. -- Dave Chinner dchinner@xxxxxxxxx
/archives/xfs/2008-07/msg00022.html (11,752 bytes)

6. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Sagar Borikar <sagar_borikar@xxxxxxxxxxxxxx>
Date: Wed, 02 Jul 2008 16:32:58 +0530
Dave Chinner wrote: On Wed, Jul 02, 2008 at 04:13:11PM +1000, Nathan Scott wrote: On Wed, 2008-07-02 at 11:05 +0530, Sagar Borikar wrote: Unfortunately the architecture is customized mips for which t
/archives/xfs/2008-07/msg00025.html (12,266 bytes)

7. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Wed, 02 Jul 2008 23:03:21 -0500
http://sandeen.net/rhel5_xfs/xfs-2.6.25-for-rhel5-testing.tar.bz2 should be pretty close. It was quick 'n' dirty and it has some warts but would give an idea of what backporting was done (see patches
/archives/xfs/2008-07/msg00033.html (12,100 bytes)

8. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Sagar Borikar <sagar_borikar@xxxxxxxxxxxxxx>
Date: Thu, 03 Jul 2008 10:44:59 +0530
Eric Sandeen wrote: Sagar Borikar wrote: Dave Chinner wrote: On Wed, Jul 02, 2008 at 04:13:11PM +1000, Nathan Scott wrote: You can always try the reverse - replace fs/xfs from your mips build tree wi
/archives/xfs/2008-07/msg00035.html (14,316 bytes)

9. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Thu, 03 Jul 2008 10:02:02 -0500
Ok, but that won't get to the bottom of the problem. It might alleviate it at best, but if I were shipping a product using xfs I'd want to know that it was properly solved. :) The tarball above shoul
/archives/xfs/2008-07/msg00042.html (14,696 bytes)

10. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Sagar Borikar <sagar_borikar@xxxxxxxxxxxxxx>
Date: Fri, 04 Jul 2008 15:48:24 +0530
Eric Sandeen wrote: Sagar Borikar wrote: Eric Sandeen wrote: Eric, Could you please let me know about bits and pieces that we need to remember while back porting xfs to 2.6.18? If you share patches w
/archives/xfs/2008-07/msg00054.html (22,458 bytes)

11. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Fri, 4 Jul 2008 22:27:26 +1000
And the script that generates the workload can be found where? Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx
/archives/xfs/2008-07/msg00056.html (12,247 bytes)

12. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Fri, 04 Jul 2008 10:33:20 -0500
Repair finding corruption indicates a bug (or hardware problem) somewhere. As a long shot you might re-test with this patch in place: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;
/archives/xfs/2008-07/msg00057.html (12,369 bytes)

13. RE: Xfs Access to block zero exception and system crash (score: 1)
Author: "Sagar Borikar" <Sagar_Borikar@xxxxxxxxxxxxxx>
Date: Fri, 4 Jul 2008 10:30:47 -0700
The script is pretty straight forward: While [ 1 ] Do Cp -f $1 $2 Done Where I pass the first parameter as the 300+ MB file in one directory and $2 are is other directory. I run 30 instances of the s
/archives/xfs/2008-07/msg00058.html (12,673 bytes)

14. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Fri, 04 Jul 2008 12:35:09 -0500
Copying the same file to the same directory, or 30 different files to 30 different directories? Or the ame file to 30 different directories? If different directories what is the layout of the target
/archives/xfs/2008-07/msg00059.html (12,333 bytes)

15. RE: Xfs Access to block zero exception and system crash (score: 1)
Author: "Sagar Borikar" <Sagar_Borikar@xxxxxxxxxxxxxx>
Date: Fri, 4 Jul 2008 10:51:47 -0700
Copy is of the same file to 30 different directories and it is basically Here is the setup: It's a JBOD with Volume size 20 GB. The directories are empty and this is basically continuous copy of the
/archives/xfs/2008-07/msg00060.html (13,552 bytes)

16. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Sat, 05 Jul 2008 11:25:57 -0500
It would probably be best to try a 2.6.26 kernel from rawhide to be sure you're closest to the bleeding edge. I tested on 2.6.24.7-92.fc8 on x86_64, and I did this, specifically, in the root of a 30G
/archives/xfs/2008-07/msg00061.html (13,212 bytes)

17. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Sun, 6 Jul 2008 14:19:45 +1000
Not an overwrite - cp truncates the destination file first: ..... stat("fred", {st_mode=S_IFREG|0644, st_size=5, ...}) = 0 stat("t.t", {st_mode=S_IFREG|0644, st_size=5, ...}) = 0 stat("fred", {st_mod
/archives/xfs/2008-07/msg00073.html (12,259 bytes)

18. RE: Xfs Access to block zero exception and system crash (score: 1)
Author: "Sagar Borikar" <Sagar_Borikar@xxxxxxxxxxxxxx>
Date: Sun, 6 Jul 2008 10:24:32 -0700
basically But It would probably be best to try a 2.6.26 kernel from rawhide to be sure you're closest to the bleeding edge. <Sagar> Sure Eric but I reran the test and I got similar errors with 2.6.24
/archives/xfs/2008-07/msg00078.html (31,573 bytes)

19. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Sun, 06 Jul 2008 14:07:40 -0500
It'd be great if you provided these actual scripts so we don't have to guess at what you're doing or work backwards from the repair output :) and nothing else of interest either? And how did you reco
/archives/xfs/2008-07/msg00079.html (14,839 bytes)

20. Re: Xfs Access to block zero exception and system crash (score: 1)
Author: Sagar Borikar <sagar_borikar@xxxxxxxxxxxxxx>
Date: Mon, 07 Jul 2008 08:32:03 +0530
Eric Sandeen wrote: Sagar Borikar wrote: Sagar Borikar wrote: Copy is of the same file to 30 different directories and it is basically overwrite. Here is the setup: It's a JBOD with Volume size 20 GB
/archives/xfs/2008-07/msg00087.html (16,570 bytes)


This search system is powered by Namazu