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:
parent
32da90eec2
commit
5a12985c62
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user