From: Bob Glossman Date: Tue, 18 Nov 2014 01:33:57 +0000 (-0800) Subject: LU-5641 tests: ensure user daemon is in group bin on mds X-Git-Tag: 2.6.91~52 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=31832fab6d6da74e627133139b0c59c1dc07e62c;p=fs%2Flustre-release.git LU-5641 tests: ensure user daemon is in group bin on mds The previous fix for this problem only fixed groups on client. That worked as long as we were only testing with el7 client, but was an incomplete solution for el7 client/servers. Need to apply the same fix to mds too to keep things consistent. Signed-off-by: Bob Gossman Change-Id: I411970c591a72b0393ed892f15da1f5d6340df8c Reviewed-on: http://review.whamcloud.com/12762 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Minh Diep Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 64d952b..4dc8ecd 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -6866,7 +6866,8 @@ test_103a() { skip_env "could not find setfacl" && return $GSS && skip "could not run under gss" && return - gpasswd -a daemon bin # LU-5641 + gpasswd -a daemon bin # LU-5641 + do_facet $SINGLEMDS gpasswd -a daemon bin # LU-5641 declare -a identity_old