From: Jian Yu Date: Mon, 21 Dec 2015 18:39:47 +0000 (-0800) Subject: LU-7550 tests: wait OSTs up in check_seq_oid() X-Git-Tag: 2.7.65~41 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=ef46d32bc5aa713ab55179bd836d750def0022d7 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 --- 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"