From 514f028104bbdbb48a9e5a22b27d71508cdda87b Mon Sep 17 00:00:00 2001 From: James Nunez Date: Mon, 17 Nov 2014 18:32:29 -0700 Subject: [PATCH] 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 --- lustre/tests/conf-sanity.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 || -- 1.8.3.1