Whamcloud - gitweb
LU-12166 test: fix broken detection on ZFS
[fs/lustre-release.git] / lustre / tests / sanity-quota.sh
index 54e1bf6..14a20cd 100755 (executable)
@@ -85,7 +85,8 @@ is_project_quota_supported() {
                [ $(lustre_version_code $SINGLEMDS) -le \
                        $(version_code 2.10.53) ] && return 1
 
-               $ZPOOL upgrade -v | grep project_quota && return 0
+               do_facet mds1 $ZPOOL upgrade -v |
+                       grep project_quota && return 0
        fi
 
        return 1