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:
b8a0806
)
branch: b_new_cmd
author
ericm
<ericm>
Tue, 12 Dec 2006 18:41:25 +0000
(18:41 +0000)
committer
ericm
<ericm>
Tue, 12 Dec 2006 18:41:25 +0000
(18:41 +0000)
sanity-lmv: it's unnecessary to obtain krb5 credential since runas id
is not used even.
lustre/tests/sanity-lmv.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity-lmv.sh
b/lustre/tests/sanity-lmv.sh
index
bccd6d1
..
0c76144
100644
(file)
--- a/
lustre/tests/sanity-lmv.sh
+++ b/
lustre/tests/sanity-lmv.sh
@@
-51,11
+51,6
@@
LUSTRE=${LUSTRE:-`dirname $0`/..}
init_test_env $@
. ${CONFIG:=$LUSTRE/tests/cfg/lmv.sh}
-if [ ! -z "$USING_KRB5" ]; then
- $RUNAS krb5_login.sh || exit 1
- $RUNAS -u $(($RUNAS_ID + 1)) krb5_login.sh || exit 1
-fi
-
cleanup() {
echo -n "cln.."
cleanupall ${FORCE} $* || { echo "FAILed to clean up"; exit 20; }