Whamcloud - gitweb
LU-11743 utils: allow lctl pool_list on separate MGS
[fs/lustre-release.git] / lustre / tests / replay-single.sh
index 69cda14..d588042 100755 (executable)
@@ -3110,10 +3110,6 @@ test_85b() { #bug 16774
 
        lctl set_param -n ldlm.cancel_unused_locks_before_replay "1"
 
-       if ! combined_mgs_mds ; then
-               mount_mgs_client
-       fi
-
        $LFS setstripe -c 1 -i 0 $DIR/$tdir
 
        for i in $(seq 100); do
@@ -3141,10 +3137,6 @@ test_85b() { #bug 16774
                 -n ldlm.namespaces.*OST0000*$addr.lock_unused_count)
        echo "after recovery: unused locks count = $count2"
 
-       if ! combined_mgs_mds ; then
-               umount_mgs_client
-       fi
-
        if [ $count2 -ge $count ]; then
                error "unused locks are not canceled"
        fi