From: James Nunez Date: Tue, 18 Nov 2014 01:32:29 +0000 (-0700) Subject: LU-5929 tests: conf-sanity test 72 call tune2fs on MDSs X-Git-Tag: 2.7.51~23 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=514f028104bbdbb48a9e5a22b27d71508cdda87b;p=fs%2Flustre-release.git LU-5929 tests: conf-sanity test 72 call tune2fs on MDSs The call to tune2fs tuning MDTs with "-O extents" is now run on the MDS node(s) and not the client. Test-Parameters: alwaysuploadlogs testlist=conf-sanity Signed-off-by: James Nunez Change-Id: Ie4e1bb2d9447d86c9b0144e8f2564b5c2444842d Reviewed-on: http://review.whamcloud.com/12761 Tested-by: Jenkins Reviewed-by: Jian Yu Tested-by: Maloo Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index c6660d7..16d6125 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -4539,7 +4539,8 @@ test_72() { #LU-2634 add mds${num} $(mkfs_opts mds$num $(mdsdevname $num)) \ --reformat $(mdsdevname $num) $(mdsvdevname $num) || error "add mds $num failed" - $TUNE2FS -O extents $(mdsdevname $num) + do_facet mds${num} "$TUNE2FS -O extents $(mdsdevname $num)" || + error "$TUNE2FS failed on mds${num}" done add ost1 $(mkfs_opts ost1 $ostdev) --reformat $ostdev ||