From 85ba17462f0605b1ef609ad333cde5a71767b4e2 Mon Sep 17 00:00:00 2001 From: Bob Glossman Date: Wed, 24 Sep 2014 12:09:53 -0700 Subject: [PATCH 1/1] LU-5641 tests: ensure user daemon is in group bin sanity test_103a assumes user daemon is a member of group bin. This addition makes that so even in el7 where it's not true by default. Test-Parameters: clientdistro=el7 mdsfilesystemtype=ldiskfs mdtfilesystemtype=ldiskfs ostfilesystemtype=ldiskfs Signed-off-by: Bob Glossman Change-Id: I180479e80d4da5f1bfec98c25676feaae85c29d7 Reviewed-on: http://review.whamcloud.com/12044 Reviewed-by: Andreas Dilger Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Jian Yu --- lustre/tests/sanity.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index c04d64d..96a7081 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -6857,6 +6857,8 @@ test_103a() { skip_env "could not find setfacl" && return $GSS && skip "could not run under gss" && return + gpasswd -a daemon bin # LU-5641 + declare -a identity_old for num in $(seq $MDSCOUNT); do -- 1.8.3.1