From 5a12985c62d0b35d8fc7f13d2cd91cb63ee1e499 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 31 May 2012 17:39:27 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/esx.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/esx.pm b/xCAT-server/lib/xcat/plugins/esx.pm index 2e03b074e..37b5f5e43 100644 --- a/xCAT-server/lib/xcat/plugins/esx.pm +++ b/xCAT-server/lib/xcat/plugins/esx.pm @@ -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");