From ef46d32bc5aa713ab55179bd836d750def0022d7 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Mon, 21 Dec 2015 10:39:47 -0800 Subject: [PATCH] LU-7550 tests: wait OSTs up in check_seq_oid() This patch fixes check_seq_oid() to wait for OST up after it's restarted. Test-Parameters: envdefinitions=ONLY=27 \ testlist=sanity,sanity,sanity,sanity Test-Parameters: envdefinitions=ONLY=27 \ mdtfilesystemtype=zfs mdsfilesystemtype=zfs ostfilesystemtype=zfs \ testlist=sanity,sanity,sanity,sanity Test-Parameters: envdefinitions=ONLY=27 \ mdtcount=4 testlist=sanity,sanity,sanity,sanity Signed-off-by: Jian Yu Change-Id: I1bab1749f041b7fdbd7f78fa5f5e312586b5cc8c Reviewed-on: http://review.whamcloud.com/17691 Reviewed-by: James Nunez Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Emoly Liu Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 8a689af..86ea6d0 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -1874,6 +1874,7 @@ check_seq_oid() $(facet_mntpt ost$ost)/$obj_file) unmount_fstype ost$ost start ost$ost $dev $OST_MOUNT_OPTS + clients_up fi [ -z "$ff" ] && error "$obj_file: no filter_fid info" -- 1.8.3.1