Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*different\s+behaviour\s+between\s+XFS\s+and\s+ext3\s*$/: 26 ]

Total 26 documents matching your query.

1. Re: different behaviour between XFS and ext3 (score: 1)
Author: Blair Barnett <bbarnett@xxxxxxxxxx>
Date: Mon, 04 Aug 2003 14:46:11 -0700
Need any help chasing this down? Let me know. -blair
/archives/xfs/2003-08/msg00031.html (7,865 bytes)

2. Re: different behaviour between XFS and ext3 (score: 1)
Author: Steve Lord <lord@xxxxxxx>
Date: 04 Aug 2003 17:09:35 -0500
Thanks, I have some code which fixes this, causes some other strange behavior though (including corruption in other ways), so it needs work. Basically the file data is on disk, and before remounting
/archives/xfs/2003-08/msg00032.html (8,812 bytes)

3. Re: different behaviour between XFS and ext3 (score: 1)
Author: Steve Lord <lord@xxxxxxx>
Date: 06 Aug 2003 16:26:46 -0500
This should be fixed in the 2.4 cvs tree now (or within the hour), I will push it into 2.6 tomorrow. Steve -- Steve Lord voice: +1-651-683-3511 Principal Engineer, Filesystem Software email: lord@xxx
/archives/xfs/2003-08/msg00048.html (8,238 bytes)

4. Re: different behaviour between XFS and ext3 (score: 1)
Author: Blair Barnett <bbarnett@xxxxxxxxxx>
Date: Thu, 07 Aug 2003 18:57:12 -0700
Hi Steve, I downloaded the 2.4 cvs tree, built a kernel, and tested my script on the same system that failed before. The script worked as expected. Thanks for fixing this problem so quickly! -blair
/archives/xfs/2003-08/msg00071.html (8,651 bytes)

5. Re: different behaviour between XFS and ext3 (score: 1)
Author: Blair Barnett <bbarnett@xxxxxxxxxx>
Date: Mon, 04 Aug 2003 14:46:11 -0700
Need any help chasing this down? Let me know. -blair
/archives/xfs/2003-08/msg00383.html (7,865 bytes)

6. Re: different behaviour between XFS and ext3 (score: 1)
Author: Steve Lord <lord@xxxxxxx>
Date: 04 Aug 2003 17:09:35 -0500
Thanks, I have some code which fixes this, causes some other strange behavior though (including corruption in other ways), so it needs work. Basically the file data is on disk, and before remounting
/archives/xfs/2003-08/msg00384.html (8,812 bytes)

7. Re: different behaviour between XFS and ext3 (score: 1)
Author: Steve Lord <lord@xxxxxxx>
Date: 06 Aug 2003 16:26:46 -0500
This should be fixed in the 2.4 cvs tree now (or within the hour), I will push it into 2.6 tomorrow. Steve -- Steve Lord voice: +1-651-683-3511 Principal Engineer, Filesystem Software email: lord@xxx
/archives/xfs/2003-08/msg00400.html (8,238 bytes)

8. Re: different behaviour between XFS and ext3 (score: 1)
Author: Blair Barnett <bbarnett@xxxxxxxxxx>
Date: Thu, 07 Aug 2003 18:57:12 -0700
Hi Steve, I downloaded the 2.4 cvs tree, built a kernel, and tested my script on the same system that failed before. The script worked as expected. Thanks for fixing this problem so quickly! -blair
/archives/xfs/2003-08/msg00423.html (8,651 bytes)

9. different behaviour between XFS and ext3 (score: 1)
Author: x>
Date: Wed, 30 Jul 2003 14:52:54 -0700
I have a simple shell script that writes numbers to a file and every 10 numbers does a sync and after 40 does a reboot. I've attached the script to this email. If the file is written to an EXT3 file
/archives/xfs/2003-07/msg00311.html (8,179 bytes)

10. Re: different behaviour between XFS and ext3 (score: 1)
Author: x>
Date: Thu, 31 Jul 2003 10:08:03 +0200
I have a simple shell script that writes numbers to a file and every 10 numbers does a sync and after 40 does a reboot. I've attached the script to this email. If the file is written to an EXT3 files
/archives/xfs/2003-07/msg00319.html (10,978 bytes)

11. Re: different behaviour between XFS and ext3 (score: 1)
Author: x>
Date: Thu, 31 Jul 2003 10:54:01 +0200
[snip] What buffles me a bit is that he does a "reboot -f" and, according to the man page on my RedHat 7.3 system, reboot should sync the filesystems prior to reboot. If he'd done a "reboot -fn" (-n
/archives/xfs/2003-07/msg00320.html (9,575 bytes)

12. Re: different behaviour between XFS and ext3 (score: 1)
Author: x>
Date: 31 Jul 2003 11:19:42 +0200
Hi, It is even worse. He does sync after write of every 10 numbers. So after writing 40 he does sync (!) and afterward he reboots. So after next booting he should see this "40", and it shouldn't be d
/archives/xfs/2003-07/msg00321.html (9,258 bytes)

13. Re: different behaviour between XFS and ext3 (score: 1)
Author: xx>
Date: Thu, 31 Jul 2003 11:37:17 +0200
Blair Barnett schrieb: What kind of Linux distribution and kernel are you using? Simon
/archives/xfs/2003-07/msg00322.html (8,928 bytes)

14. Re: different behaviour between XFS and ext3 (score: 1)
Author: xx>
Date: 31 Jul 2003 11:21:51 +0200
Hi, If after sync you don't see data, it looks like a big bug for me. Regards, Olaf Fraczyk
/archives/xfs/2003-07/msg00323.html (8,483 bytes)

15. Re: different behaviour between XFS and ext3 (score: 1)
Author: xxx>
Date: Thu, 31 Jul 2003 06:35:28 -0700
Hi Klaus Thanks for the pointer. I'm probably just naive, but I thought a sync call forced the data to secondary storage. Maybe sync doesn't guaruntee that: NAME sync - flush filesystem buffers SYNOP
/archives/xfs/2003-07/msg00326.html (8,617 bytes)

16. Re: different behaviour between XFS and ext3 (score: 1)
Author: xxx>
Date: Thu, 31 Jul 2003 06:59:00 -0700
Hi Simon, et al, I used stock kernel.org sources with SGI's XFS patches: for XFS 1.1, I used the 2.4.18 kernel for XFS 1.2, I used the 2.4.19 kernel for XFS 1.3pre, I used the 2.4.21 kernel I thought
/archives/xfs/2003-07/msg00327.html (9,010 bytes)

17. Re: different behaviour between XFS and ext3 (score: 1)
Author: xxx>
Date: 31 Jul 2003 09:47:53 -0500
Its a bug, not sure what it is yet, those subsequent syncs should be working. In testing sync and reboot I was untaring a linux kernel doing sync followed by immediate reset of the box. I can build t
/archives/xfs/2003-07/msg00328.html (9,140 bytes)

18. different behaviour between XFS and ext3 (score: 1)
Author: xxxxxx>
Date: Wed, 30 Jul 2003 14:52:54 -0700
I have a simple shell script that writes numbers to a file and every 10 numbers does a sync and after 40 does a reboot. I've attached the script to this email. If the file is written to an EXT3 file
/archives/xfs/2003-07/msg00643.html (8,179 bytes)

19. Re: different behaviour between XFS and ext3 (score: 1)
Author: xxxxxx>
Date: Thu, 31 Jul 2003 10:08:03 +0200
I have a simple shell script that writes numbers to a file and every 10 numbers does a sync and after 40 does a reboot. I've attached the script to this email. If the file is written to an EXT3 files
/archives/xfs/2003-07/msg00651.html (10,978 bytes)

20. Re: different behaviour between XFS and ext3 (score: 1)
Author: xxxxxx>
Date: Thu, 31 Jul 2003 10:54:01 +0200
[snip] What buffles me a bit is that he does a "reboot -f" and, according to the man page on my RedHat 7.3 system, reboot should sync the filesystems prior to reboot. If he'd done a "reboot -fn" (-n
/archives/xfs/2003-07/msg00652.html (9,575 bytes)


This search system is powered by Namazu