Whamcloud - gitweb
LU-8132 tests: do not truncate fsname from paths to ost/mdt
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index 5bde188..b143748 100755 (executable)
@@ -3238,7 +3238,7 @@ facet_mntpt () {
     [[ $facet = mgs ]] && combined_mgs_mds && facet="mds1"
 
     local var=${facet}_MOUNT
-    eval mntpt=${!var:-${MOUNT%/*}/$facet}
+    eval mntpt=${!var:-${MOUNT}-$facet}
 
     echo -n $mntpt
 }