Whamcloud - gitweb
LU-15259 tests: use existing usernames for setfacl
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index 7046666..4a95e84 100755 (executable)
@@ -7415,6 +7415,9 @@ add_group() {
                        rc=1
                }
        else
+               echo "adding group $group_name:$group_id"
+               getent group $group_name || true
+               getent group $group_id || true
                groupadd -g $group_id $group_name
                rc=${PIPESTATUS[0]}
        fi