From 05a1d3dfcd16fd53016ca85efca9ba192585dc8f Mon Sep 17 00:00:00 2001
From: grev <grev>
Date: Thu, 16 Aug 2007 01:15:15 +0000
Subject: [PATCH] b=13306 i=Nathan i=Adilger

Set stripe_count to 1 for $tdir.
---
 lustre/tests/sanity.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh
index 719778008a..d848522437 100644
--- a/lustre/tests/sanity.sh
+++ b/lustre/tests/sanity.sh
@@ -3888,6 +3888,7 @@ test_116() {
 
 	# now fill using QOS
 	echo writing a bunch of files to QOS-assigned OSTs
+	$SETSTRIPE $DIR/$tdir 0 -1 1
 	i=1
 	while [ $FILL -gt 0 ]; do
 	    dd if=/dev/zero of=$DIR/$tdir/$tfile-$i bs=1024 count=200 2>/dev/null
-- 
GitLab