Whamcloud - gitweb
Cleanup : no more "sim" now "ext2"
[fs/lustre-release.git] / lustre / obdclass / setup.sh
index e88faee..24abc26 100755 (executable)
@@ -3,10 +3,10 @@
 insmod loop
 losetup /dev/loop0 /tmp/fs
 insmod obdclass.o
-insmod obdsim.o
+insmod ../ext2obd/obdext2.o
 insmod ../obdfs/obdfs.o
 ./obdcontrol -f << EOF
-attach sim_obd
+attach ext2_obd
 setup
 quit
 EOF