From a95cc50c4bc48fe0deaefeecf09cf36d3e0b9e02 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 6 Sep 2011 11:11:12 +0000 Subject: [PATCH] Fixed one issue that there will be an error in mkdsklsnode if nfsserver is set on AIX. This is introduced by the enabling /proc filesystem for diskless node, it is not required to check nfsserver git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10446 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 8e522346e..06d6c99e4 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -9063,14 +9063,6 @@ sub mkdsklsnode my $filesystemsfile; my $osimg = $nodeosi{$snd}; - my ($nfshost,$nfsip) = xCAT::NetworkUtils->gethostnameandip($nfshash->{$snd}->[0]->{'nfsserver'}); - if (!$nfshost || !$nfsip) - { - my $rsp = {}; - $rsp->{data}->[0] = "Can not resolve the nfsserver $nfshost for node $snd"; - xCAT::MsgUtils->message("E", $rsp, $callback); - next; - } #shared_root or root configuration if($imagehash{$osimg}{'shared_root'})