Whamcloud - gitweb
snap/snap.c: snap_do_cow() fixed case with existing indirect object
[fs/lustre-release.git] / lustre / obdclass / setup.sh
index fcd1dec..f905f81 100755 (executable)
@@ -1,6 +1,11 @@
 #! /bin/bash
+dd if=/dev/zero of=/tmp/fs bs=1k count=10000
+
 insmod loop
 losetup /dev/loop0 /tmp/fs
+
+mke2fs -b 4096 /dev/loop0
+
 insmod ../class/obdclass.o
 insmod ../ext2obd/obdext2.o
 insmod ../obdfs/obdfs.o