Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d39508
)
b=20953
author
panda
<panda>
Tue, 8 Dec 2009 21:19:07 +0000
(21:19 +0000)
committer
panda
<panda>
Tue, 8 Dec 2009 21:19:07 +0000
(21:19 +0000)
debug patch for sanity-quota test_30
lustre/tests/sanity-quota.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity-quota.sh
b/lustre/tests/sanity-quota.sh
index
84f6679
..
021107f
100644
(file)
--- a/
lustre/tests/sanity-quota.sh
+++ b/
lustre/tests/sanity-quota.sh
@@
-2078,6
+2078,7
@@
test_30()
cancel_lru_locks osc
sleep 5
$LFS setquota -u $TSTUSR -B 0 $DIR
+ $SHOW_QUOTA_USER
output=`$SHOW_QUOTA_USER | grep $MOUNT | awk '{ print $5 }' | tr -d s`
[ "$output" -le "$((GRACE - 5))" ] || error "grace times were reset or unexpectedly high latency"
rm -f $TESTFILE