Whamcloud - gitweb
LU-5929 tests: conf-sanity test 72 call tune2fs on MDSs
[fs/lustre-release.git] / lustre / tests / conf-sanity.sh
index c6660d7..16d6125 100644 (file)
@@ -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 ||