From ef9a8e2e9f8d3feef817d21f8b2cf84c85dbe8b1 Mon Sep 17 00:00:00 2001 From: Oleg Drokin Date: Fri, 28 Jun 2019 11:57:07 -0400 Subject: [PATCH] LU-12484 tests: correct typo in test-framework::is_project_quota_supported() do_facet was misspelled as do_fact on the zfs side. Change-Id: Idc112802a6817e5128799cb6059040c6b3021791 Signed-off-by: Oleg Drokin Fixes: f172b116885 (LU-10092 llite: Add persistent cache on client) Reviewed-on: https://review.whamcloud.com/35362 Reviewed-by: James Nunez Reviewed-by: Li Xi Tested-by: jenkins Reviewed-by: Shaun Tancheff Tested-by: Maloo Reviewed-by: Patrick Farrell --- lustre/tests/test-framework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/test-framework.sh b/lustre/tests/test-framework.sh index c730fa7..0169d6c 100755 --- a/lustre/tests/test-framework.sh +++ b/lustre/tests/test-framework.sh @@ -9687,7 +9687,7 @@ is_project_quota_supported() { [ $(lustre_version_code $SINGLEMDS) -le \ $(version_code 2.10.53) ] && return 1 - do_fact mds1 $ZPOOL upgrade -v | + do_facet mds1 $ZPOOL upgrade -v | grep project_quota && return 0 fi -- 1.8.3.1