Having a heck of a problem just setting our lnet and mounting lustre at boot for some reason. Of course everything works manually.
For some reason /etc/modprobe.d/lustre.conf is not being read so trying to do these commands after boot.
/usr/sbin/lnetctl net add --net o2ib4 --if ib0
mount.lustre 172.40.2.60@o2ib4:172.40.2.61@o2ib4:/lustre4 /lustre4/
Tried putting them in a warewulf script but still cannot get this to work
wwsh file list
dynamic_hosts : rw-r--r-- 0 root root 7708 /etc/hosts
fstab : r-------- 1 root root 1155 /etc/fstab
ifcfg-ib0 : r-------- 1 root root 210 /etc/sysconfig/network-scripts/ifcfg-ib0
...
lustre.sh : rwxr-xr-x 1 root root 125 /etc/rc3.d/S99lustre
munge.key : r-------- 1 munge root 1024 /etc/munge/munge.key
...
[root@cedar-deploy chroots]# wwsh file show lustre.sh
#!/bin/sh
/usr/sbin/lnetctl net add --net o2ib4 --if ib0
mount.lustre 172.40.2.60@o2ib4:172.40.2.61@o2ib4:/lustre4 /lustre4/
Even tried putting this into /etc/rc.local but no glory.
Any suggestions on how to handle this one?
Thanks!
MB