Whamcloud - gitweb
fix setup method for ext2 obd devices
[fs/lustre-release.git] / lustre / demos / obdfsclean.sh
index 19fc321..6a888a7 100755 (executable)
@@ -4,8 +4,8 @@ OBDDIR="`dirname $0`/.."
 . $OBDDIR/demos/config.sh
 
 plog umount $MNTOBD
-plog killall pupd      # stop the OBDFS flush daemon
-rmmod obdfs
+#killall pupdated      # stop the OBDFS flush daemon
+plog rmmod obdfs
 
 plog log "CLEANUP/DETACH"
 $OBDDIR/class/obdcontrol -f << EOF
@@ -14,7 +14,7 @@ detach
 quit
 EOF
 
-rmmod obdext2
-rmmod obdclass
+plog rmmod obdext2
+plog rmmod obdclass
 
 $OBDDIR/demos/baseclean.sh