thanks for the catch. tough: 1) we don't support server on 2.6.18 yet 2) even so, the filesystem looks corrupted because mballoc was asked to free non-used block.
thanks, Alex >>>>> Serge Ryabchun (SR) writes: SR> No. time to change EXT3_MOUNT_MBALLOC to 0x8000000 SR> Lustre: Lustre Client File System; [EMAIL PROTECTED] SR> ... SR> Lustre: options: errors=remount-ro,iopen_nopriv,user_xattr SR> ... SR> LDISKFS FS on md0, internal journal SR> LDISKFS-fs: mounted filesystem with ordered data mode. SR> LDISKFS-fs: mballoc enabled SR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^ SR> in linux-2.6.18: SR> #define EXT3_MOUNT_IOPEN_NOPRIV 0x800000/* Make iopen world-readable */ SR> and SR> #define EXT3_MOUNT_MBALLOC 0x800000/* Buddy allocation support */ SR> in linux-2.6.12 was: SR> #define EXT3_MOUNT_IOPEN_NOPRIV 0x100000/* Make iopen world-readable */ SR> #define EXT3_MOUNT_MBALLOC 0x800000/* Buddy allocation support */ _______________________________________________ Lustre-discuss mailing list [email protected] https://mail.clusterfs.com/mailman/listinfo/lustre-discuss
