Whamcloud - gitweb
LU-491 conf-sanity/50g fails on a local setup
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index c4f97bf..95d5a17 100644 (file)
@@ -3735,7 +3735,8 @@ convert_facet2label() {
 get_clientosc_proc_path() {
     local ost=$1
 
-    echo "${1}-osc-*"
+    # exclude -osc-M*
+    echo "${1}-osc-[!M]*"
 }
 
 get_lustre_version () {