Whamcloud - gitweb
LU-5641 tests: ensure user daemon is in group bin on mds 62/12762/2
authorBob Glossman <bob.glossman@intel.com>
Tue, 18 Nov 2014 01:33:57 +0000 (17:33 -0800)
committerOleg Drokin <oleg.drokin@intel.com>
Sun, 23 Nov 2014 07:14:09 +0000 (07:14 +0000)
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 <bob.glossman@intel.com>
Change-Id: I411970c591a72b0393ed892f15da1f5d6340df8c
Reviewed-on: http://review.whamcloud.com/12762
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Minh Diep <minh.diep@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/tests/sanity.sh

index 64d952b..4dc8ecd 100644 (file)
@@ -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