From 193987fbbb7595d29cec47f03f009f56caa90924 Mon Sep 17 00:00:00 2001 From: Kit Westneat Date: Fri, 12 Aug 2016 11:50:09 -0400 Subject: [PATCH] LU-8340 nodemap: debug patch Add some debugging info to the sanity-sec test to figure out why setquota is failing. Run the 'full' test group and sanity-sec multiple times. Test-Parameters: trivial envdefinitions=SLOW=yes testlist=sanity-sec,sanity-sec,sanity-sec,sanity-sec,sanity-sec,sanity-sec,sanity-sec Test-Parameters: trivial envdefinitions=SLOW=yes testgroup=full Signed-off-by: Kit Westneat Change-Id: I2202b9acc006f8f35c65b8c56e6c3c5c6a3852f0 Reviewed-on: http://review.whamcloud.com/21907 Reviewed-by: Andreas Dilger Tested-by: Jenkins Tested-by: Andreas Dilger --- lustre/tests/sanity-sec.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/sanity-sec.sh b/lustre/tests/sanity-sec.sh index bb537da..289711a 100755 --- a/lustre/tests/sanity-sec.sh +++ b/lustre/tests/sanity-sec.sh @@ -1590,6 +1590,9 @@ test_25() { nodemap_test_setup + echo c* nodemaps: + do_facet mgs $LCTL get_param nodemap.c*.* + trap nodemap_test_cleanup EXIT # create a new, empty nodemap, and add fileset info to it -- 1.8.3.1