On Wed, Jan 17, 2007 at 12:50:49PM +0300, Alex Tomas wrote:
>  >> > This patches work with OSS and clients on vanilla 2.6.18.
>  >> > MDS has problem in mballoc code on 2.6.18, so I use 2.6.12.6 on MDS.
>  >> 
>  >> You shouldn't use mballoc on the MDS at all.
> 
>  SR> And what is that?
> 
> the filesystem was corrupted. the block mballoc is asked to release
> is already free.

No. time to change EXT3_MOUNT_MBALLOC to 0x8000000

Lustre: Lustre Client File System; [EMAIL PROTECTED]
...
Lustre: options: errors=remount-ro,iopen_nopriv,user_xattr
...
LDISKFS FS on md0, internal journal
LDISKFS-fs: mounted filesystem with ordered data mode.
LDISKFS-fs: mballoc enabled
^^^^^^^^^^^^^^^^^^^^^^^^^^^

in linux-2.6.18:
#define EXT3_MOUNT_IOPEN_NOPRIV        0x800000/* Make iopen world-readable */
and
#define EXT3_MOUNT_MBALLOC             0x800000/* Buddy allocation support */

in linux-2.6.12 was:
#define EXT3_MOUNT_IOPEN_NOPRIV        0x100000/* Make iopen world-readable */
#define EXT3_MOUNT_MBALLOC             0x800000/* Buddy allocation support */

_______________________________________________
Lustre-discuss mailing list
Lustre-discuss@clusterfs.com
https://mail.clusterfs.com/mailman/listinfo/lustre-discuss

Reply via email to