Have nodeset return a more helpful message when passwd table is missing an entry for esxi when doing esxi operations

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12976 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-31 17:39:27 +00:00
parent 32da90eec2
commit 5a12985c62

View File

@ -4294,6 +4294,7 @@ sub makecustomizedmod {
}
}
unless ($password) {
xCAT::SvrUtils::sendmsg([1,": Unable to find a password entry for esxi in passwd table"], $output_handler);
return 0;
}
mkpath("/tmp/xcat");