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:
df306f8
)
Add more verbose messages.
author
yujian
<yujian>
Thu, 20 Jul 2006 10:20:00 +0000
(10:20 +0000)
committer
yujian
<yujian>
Thu, 20 Jul 2006 10:20:00 +0000
(10:20 +0000)
lustre/scripts/lustre_config.sh.in
patch
|
blob
|
history
diff --git
a/lustre/scripts/lustre_config.sh.in
b/lustre/scripts/lustre_config.sh.in
index
746368d
..
a8dfd9e
100644
(file)
--- a/
lustre/scripts/lustre_config.sh.in
+++ b/
lustre/scripts/lustre_config.sh.in
@@
-944,6
+944,11
@@
mass_config() {
declare -i pid_num=0
declare -i i=0
+ if [ ${#HOST_NAME[@]} -eq 0 ]; then
+ verbose_output "There are no Lustre targets to be formatted."
+ return 0
+ fi
+
# Start lnet network in the MGS node
if ! start_mgs_lnet; then
return 1