Whamcloud - gitweb
b=8080
authornathan <nathan>
Tue, 25 Oct 2005 15:20:15 +0000 (15:20 +0000)
committernathan <nathan>
Tue, 25 Oct 2005 15:20:15 +0000 (15:20 +0000)
create /dev/lnet

build/lustre-kernel-2.4.spec.in
build/lustre.spec.in

index e3fa2fe..1477916 100644 (file)
@@ -852,8 +852,8 @@ rm -rf $RPM_BUILD_ROOT
 if [ ! -e /dev/obd ]; then
    mknod /dev/obd c 10 241
 fi
 if [ ! -e /dev/obd ]; then
    mknod /dev/obd c 10 241
 fi
-if [ ! -e /dev/portals ]; then
-   mknod /dev/portals c 10 240
+if [ ! -e /dev/lnet ]; then
+   mknod /dev/lnet c 10 240
 fi
 if [ -f /etc/init.d/lustre ] ; then
        /sbin/chkconfig --add lustre
 fi
 if [ -f /etc/init.d/lustre ] ; then
        /sbin/chkconfig --add lustre
index 73b31a6..4b13804 100644 (file)
@@ -165,8 +165,8 @@ rm -f %{_libdir}/lustre/python/Lustre/*.pyc
 if [ ! -e /dev/obd ]; then
    mknod /dev/obd c 10 241
 fi
 if [ ! -e /dev/obd ]; then
    mknod /dev/obd c 10 241
 fi
-if [ ! -e /dev/portals ]; then
-   mknod /dev/portals c 10 240
+if [ ! -e /dev/lnet ]; then
+   mknod /dev/lnet c 10 240
 fi
 if [ -f /boot/System.map-%{kversion} ]; then
        depmod -ae -F /boot/System.map-%{kversion} %{kversion} || exit 0
 fi
 if [ -f /boot/System.map-%{kversion} ]; then
        depmod -ae -F /boot/System.map-%{kversion} %{kversion} || exit 0