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:
39c9ad2
)
Add warning to identify which UID is being used, if UID is not root.
author
mjmac
<mjmac>
Wed, 17 Aug 2005 18:31:45 +0000
(18:31 +0000)
committer
mjmac
<mjmac>
Wed, 17 Aug 2005 18:31:45 +0000
(18:31 +0000)
lustre/tests/sanity.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/sanity.sh
b/lustre/tests/sanity.sh
index
3c1e00d
..
52dac6d
100644
(file)
--- a/
lustre/tests/sanity.sh
+++ b/
lustre/tests/sanity.sh
@@
-47,6
+47,7
@@
MEMHOG=${MEMHOG:-memhog}
DIRECTIO=${DIRECTIO:-directio}
if [ $UID -ne 0 ]; then
+ echo "Warning: running as non-root uid $UID"
RUNAS_ID="$UID"
RUNAS=""
else