Whamcloud - gitweb
LU-4681 utils: Fix error message when using hostname 48/9848/4
authorBobbie Lind <bobbie.j.lind@intel.com>
Fri, 28 Mar 2014 21:30:48 +0000 (15:30 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 6 May 2014 03:19:41 +0000 (03:19 +0000)
commit545c662f634798d4ce97c25d6749aeba00d87be8
tree92c2602c4f6a78604774e645f1b2c111357f7663
parent2af7b2b33c8255d14eeb6cfb573eac8438e412f3
LU-4681 utils: Fix error message when using hostname

When running llmount.sh for setting up and testing a filesystem
if the system does not have an accurate line in /etc/hosts the build
fails with a cryptic error message.

This patch adds a little more information to the error message
directing the admin to fix the /etc/hosts error.

Signed-off-by: Bobbie Lind <bobbie.j.lind@intel.com>
Change-Id: I426c1f05d2ab5dedc56bd587072882cf78c1bd43
Reviewed-on: http://review.whamcloud.com/9848
Tested-by: Jenkins
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: Jian Yu <jian.yu@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/utils/mkfs_lustre.c