Skip to content
Snippets Groups Projects
Commit 43f7f740 authored by Andrew Perepechko's avatar Andrew Perepechko
Browse files

Branch b1_6

i=Elena Gryaznova
avoid using quota_usr/quota_2usr groups
parent 993ee2b8
No related branches found
No related tags found
No related merge requests found
...@@ -135,10 +135,10 @@ lustre_fail() { ...@@ -135,10 +135,10 @@ lustre_fail() {
esac esac
} }
RUNAS="runas -u $TSTID" RUNAS="runas -u $TSTID -g $TSTID"
RUNAS2="runas -u $TSTID2" RUNAS2="runas -u $TSTID2 -g $TSTID2"
FAIL_ON_ERROR=true check_runas_id $TSTID $RUNAS FAIL_ON_ERROR=true check_runas_id $TSTID $TSTID $RUNAS
FAIL_ON_ERROR=true check_runas_id $TSTID2 $RUNAS2 FAIL_ON_ERROR=true check_runas_id $TSTID2 $TSTID2 $RUNAS2
FAIL_ON_ERROR=false FAIL_ON_ERROR=false
...@@ -1161,7 +1161,7 @@ test_14b(){ ...@@ -1161,7 +1161,7 @@ test_14b(){
MISSING_USERS="" MISSING_USERS=""
for i in `seq 1 30`; do for i in `seq 1 30`; do
check_runas_id_ret quota15_$i "runas -u quota15_$i" >/dev/null 2>/dev/null check_runas_id_ret quota15_$i quota_usr "runas -u quota15_$i -g quota_usr" >/dev/null 2>/dev/null
if [ "$?" != "0" ]; then if [ "$?" != "0" ]; then
MISSING_USERS="$MISSING_USERS quota15_$i" MISSING_USERS="$MISSING_USERS quota15_$i"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment