I''m just starting to reconfigure our OST nodes and I''m having a problem. I''m using my commands from 1.6.0 and they are not working. Formatting a OST node: mkfs.lustre --fsname=bcffs --ost --mgsnode=lustre-meta at tcp0 /dev/md0 This works fine, and a few minutes later its ready to be mounted. However, when I try to mount it I get: [root at compute-0-0 ~]# mount -t lustre /dev/md0 /lustre-storage mount.lustre: mount /dev/md0 at /lustre-storage failed: No such device Are the lustre modules loaded? Check /etc/modprobe.conf and /proc/filesystems My modprobe.conf has: # Module information for NIC bonding and Lustre alias bond0 bonding options lnet networks=tcp(bond0) options bonding miimon=100 mode=802.3ad xmit_hash_policy=layer3+4 Has something changed from 1.6.0 to 1.6.5.1? -- Jeremy Mann jeremy at biochem.uthscsa.edu University of Texas Health Science Center Bioinformatics Core Facility http://www.bioinformatics.uthscsa.edu Phone: (210) 567-2672
Answering my own email here, there''s a problem with the RHEL5 RPMS for x86_64. They don''t get install in the lustre.1.6.5.1smp lib directory. uname -a Linux compute-0-0.local 2.6.18-53.1.14.el5_lustre.1.6.5.1smp #1 SMP Wed Jun 18 19:45:15 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux rpm -ql lustre-modules /lib/modules/2.6.18-53.1.14.el5/kernel/fs/lustre/llite_lloop.ko /lib/modules/2.6.18-53.1.14.el5/kernel/fs/lustre/lov.ko /lib/modules/2.6.18-53.1.14.el5/kernel/fs/lustre/lquota.ko /lib/modules/2.6.18-53.1.14.el5/kernel/fs/lustre/lustre.ko /lib/modules/2.6.18-53.1.14.el5/kernel/fs/lustre/lvfs.ko /lib/modules/2.6.18-53.1.14.el5/kernel/fs/lustre/mdc.ko /lib/modules/2.6.18-53.1.14.el5/kernel/fs/lustre/mgc.ko /lib/modules/2.6.18-53.1.14.el5/kernel/fs/lustre/obdclass.ko /lib/modules/2.6.18-53.1.14.el5/kernel/fs/lustre/obdecho.ko /lib/modules/2.6.18-53.1.14.el5/kernel/fs/lustre/osc.ko /lib/modules/2.6.18-53.1.14.el5/kernel/fs/lustre/ptlrpc.ko /lib/modules/2.6.18-53.1.14.el5/kernel/net/lustre/ko2iblnd.ko /lib/modules/2.6.18-53.1.14.el5/kernel/net/lustre/ksocklnd.ko /lib/modules/2.6.18-53.1.14.el5/kernel/net/lustre/libcfs.ko /lib/modules/2.6.18-53.1.14.el5/kernel/net/lustre/lnet.ko /lib/modules/2.6.18-53.1.14.el5/kernel/net/lustre/lnet_selftest.ko Is there anyway to get this fixed ASAP? Jeremy Mann wrote:> I''m just starting to reconfigure our OST nodes and I''m having a problem. > I''m using my commands from 1.6.0 and they are not working. > > Formatting a OST node: > mkfs.lustre --fsname=bcffs --ost --mgsnode=lustre-meta at tcp0 /dev/md0 > > This works fine, and a few minutes later its ready to be mounted. However, > when I try to mount it I get: > > [root at compute-0-0 ~]# mount -t lustre /dev/md0 /lustre-storage > mount.lustre: mount /dev/md0 at /lustre-storage failed: No such device > Are the lustre modules loaded? > Check /etc/modprobe.conf and /proc/filesystems > > My modprobe.conf has: > # Module information for NIC bonding and Lustre > alias bond0 bonding > options lnet networks=tcp(bond0) > options bonding miimon=100 mode=802.3ad xmit_hash_policy=layer3+4 > > Has something changed from 1.6.0 to 1.6.5.1? > > > -- > Jeremy Mann > jeremy at biochem.uthscsa.edu > > University of Texas Health Science Center > Bioinformatics Core Facility > http://www.bioinformatics.uthscsa.edu > Phone: (210) 567-2672 > > _______________________________________________ > Lustre-discuss mailing list > Lustre-discuss at lists.lustre.org > http://lists.lustre.org/mailman/listinfo/lustre-discuss >-- Jeremy Mann jeremy at biochem.uthscsa.edu University of Texas Health Science Center Bioinformatics Core Facility http://www.bioinformatics.uthscsa.edu Phone: (210) 567-2672
On Fri, 2008-08-01 at 11:01 -0500, Jeremy Mann wrote:> Answering my own email here, there''s a problem with the RHEL5 RPMS for > x86_64. They don''t get install in the lustre.1.6.5.1smp lib directory.The RPM I have here, which should be the same one as is on the download site sure does: $ rpm -qlp lustre-modules-1.6.5.1-2.6.18_53.1.14.el5_lustre.1.6.5.1smp.x86_64.rpm /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/fsfilt_ldiskfs.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/llite_lloop.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/lov.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/lquota.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/lustre.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/lvfs.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/mdc.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/mds.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/mgc.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/mgs.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/obdclass.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/obdecho.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/obdfilter.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/osc.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/ost.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/fs/lustre/ptlrpc.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/net/lustre/ko2iblnd.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/net/lustre/ksocklnd.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/net/lustre/libcfs.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/net/lustre/lnet.ko /lib/modules/2.6.18-53.1.14.el5_lustre.1.6.5.1smp/kernel/net/lustre/lnet_selftest.ko /usr/share/doc/lustre-modules-1.6.5.1 /usr/share/doc/lustre-modules-1.6.5.1/COPYING This above rpm''s md5sum is: $ md5sum lustre-modules-1.6.5.1-2.6.18_53.1.14.el5_lustre.1.6.5.1smp.x86_64.rpm 7d6561a9bd55178e63f977af69377854 lustre-modules-1.6.5.1-2.6.18_53.1.14.el5_lustre.1.6.5.1smp.x86_64.rpm b. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.lustre.org/pipermail/lustre-discuss/attachments/20080801/56e0a151/attachment.bin