Skip to content
Snippets Groups Projects
Commit 3037e29b authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=17477

i=Huang Hua
check_config fn default network type fix
parent c07c9137
No related branches found
No related tags found
No related merge requests found
......@@ -1299,6 +1299,7 @@ check_config () {
echo Checking config lustre mounted on $mntpt
local mgshost=$(mount | grep " $mntpt " | awk -F@ '{print $1}')
mgshost=$(echo $mgshost | awk -F: '{print $1}')
if [ "$mgshost" != "$mgs_HOST" ]; then
FAIL_ON_ERROR=true \
error "Bad config file: lustre is mounted with mgs $mgshost, but mgs_HOST=$mgs_HOST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment