From 0915e9d2f3a66c14fb5300516bee2e1053eda200 Mon Sep 17 00:00:00 2001
From: yury <yury>
Date: Mon, 10 Dec 2007 11:43:42 +0000
Subject: [PATCH] - added missed DEBUG_SIZE which prevented HEAD from being
 used in cmd config.

---
 lustre/tests/cfg/lmv.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lustre/tests/cfg/lmv.sh b/lustre/tests/cfg/lmv.sh
index 8f96af3681..e7ea4d1df0 100644
--- a/lustre/tests/cfg/lmv.sh
+++ b/lustre/tests/cfg/lmv.sh
@@ -21,6 +21,7 @@ STRIPE_BYTES=${STRIPE_BYTES:-1048576}
 STRIPES_PER_OBJ=${STRIPES_PER_OBJ:-$((OSTCOUNT -1))}
 TIMEOUT=${TIMEOUT:-20}
 PTLDEBUG=${PTLDEBUG:-0x33f0404}
+DEBUG_SIZE=${DEBUG_SIZE:-10}
 SUBSYSTEM=${SUBSYSTEM:-0xffb7e3ff}
 
 TMP=${TMP:-/tmp}
-- 
GitLab