Hi Alexey, On Mon, Jul 02, 2007 at 12:10:13PM +0300, Alexey Lyashkov wrote: >Thanks for sumbit bug, but looks client log is to short, can you check >it? is sysctl variable 'lnet.debug' set to -1 ?
I'm afraid that's all there is :-/ they're set to debug. bugzilla has logs where I set lnet debug after the fs was setup, but (see below) I also tried modprobe'ing lnet, setting it to debug, and then mkfs and mounting the rest of lustre. it made no difference. below is a script I used to build the fs for this test. let me know if you can see a problem with it. the 'check lnet debug' step below reports (same for every node): lnet.debug = trace inode super ext2 malloc cache info ioctl neterror net warning buffs other dentry nettrace page dlmtrace error emerg ha rpctrace vfstrace reada mmap config console quota sec cheers, robin #!/bin/sh # resetLustreWithDebug # tidy cexec :10-14,16 umount /mnt/testfs cexec :1 umount /mnt/ost0 /mnt/ost1 cexec :17 umount /mnt/mdt cexec :1,10-14,16-17 /usr/sbin/lustre_rmmod cexec :1,10-14,16-17 /usr/sbin/lustre_rmmod # check cexec :1,10-14,16-17 'lsmod | wc -l' cexec :1,10-14,16-17 'mount | grep lustre' # lnet into debug mode cexec :1,10-14,16-17 modprobe lnet cexec :1,10-14,16-17 sysctl lnet.debug=-1 # check cexec :1,10-14,16-17 sysctl lnet.debug # mkfs cexec :17 mkfs.lustre --fsname=testfs --mdt --mgs --reformat /dev/loop0 & cexec :1 mkfs.lustre --fsname=testfs --ost [EMAIL PROTECTED] --reformat /dev/md0 & cexec :1 mkfs.lustre --fsname=testfs --ost [EMAIL PROTECTED] --reformat /dev/md1 & wait # mount cexec :17 mount -t lustre /dev/loop0 /mnt/mdt cexec :1 mount -t lustre /dev/md0 /mnt/ost0 cexec :1 mount -t lustre /dev/md1 /mnt/ost1 cexec :10-14,16 mount -t lustre [EMAIL PROTECTED]:/testfs /mnt/testfs # prep for test cexec :10 chmod 1777 /mnt/testfs cexec :10 mkdir /mnt/testfs/rjh cexec :10 chown rjh.rjh /mnt/testfs/rjh # then run the test as a the user... # then gather logs with # ssh x1 lctl dk > dk.x1.oss # ssh x17 lctl dk > dk.x17.mds # cexec :10-14,16 lctl dk > dk.nodes _______________________________________________ Lustre-discuss mailing list [email protected] https://mail.clusterfs.com/mailman/listinfo/lustre-discuss
