From: yujian Date: Thu, 20 Jul 2006 10:20:00 +0000 (+0000) Subject: Add more verbose messages. X-Git-Tag: v1_7_0_51~2^13~5^2~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2716933a029abe6a9bf43046dea43cebd005ac17;p=fs%2Flustre-release.git Add more verbose messages. --- diff --git a/lustre/scripts/lustre_config.sh.in b/lustre/scripts/lustre_config.sh.in index 746368d..a8dfd9e 100644 --- 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