From 98712b5cb3350a6a75bb9cab290abcf8678ab4a3 Mon Sep 17 00:00:00 2001
From: shadow <shadow>
Date: Tue, 5 Aug 2008 09:05:47 +0000
Subject: [PATCH] don't fail open with -ERANGE. if client connected until mds
 will be know about real ost count, getting LOV EA can be fail because mds not
 allocate enougth buffer for LOV EA. Branch b1_8_gate b=16080 i=tappro
 i=johann

---
 lustre/tests/conf-sanity.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh
index 6f62196b95..034217d9bb 100644
--- a/lustre/tests/conf-sanity.sh
+++ b/lustre/tests/conf-sanity.sh
@@ -799,11 +799,6 @@ test_22() {
         #reformat to remove all logs
         reformat
 	start_mds
-	echo Client mount before any osts are in the logs
-	mount_client $MOUNT
-	check_mount && return 41
-	umount_client $MOUNT
-	pass
 
 	echo Client mount with ost in logs, but none running
 	start_ost
-- 
GitLab