From 8e68c6f94ba3cf09682923bfe8f71dc85658c4b9 Mon Sep 17 00:00:00 2001 From: braam Date: Sun, 23 Jun 2002 04:32:15 +0000 Subject: [PATCH] automatic detection of OST/MDS # --- lustre/tests/intent-test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/tests/intent-test.sh b/lustre/tests/intent-test.sh index ed66a30..266da79 100755 --- a/lustre/tests/intent-test.sh +++ b/lustre/tests/intent-test.sh @@ -114,6 +114,9 @@ ls /mnt/lustre umount /mnt/lustre mount -t lustre_lite -o ost=$OST,mds=$MDS none /mnt/lustre +<<<<<<< intent-test.sh +cat /mnt/lustre/iotest +======= echo "Testing truncation..." echo foo > /mnt/lustre/iotest echo bar >> /mnt/lustre/iotest @@ -122,3 +125,4 @@ echo "trucating to 3 bytes now..." ./truncate /mnt/lustre/iotest 4 cat /mnt/lustre/iotest +>>>>>>> 1.5 -- 1.8.3.1