in DFM, getIPaddress() will replace the getNodeIPaddress()

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11348 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2012-01-05 04:53:04 +00:00
parent 2ad866b22a
commit 55deb895fb

View File

@ -232,7 +232,8 @@ sub getfspcon {
my $fsp_name = $att->{hcp};
my $id = $att->{id};
my $fsp_ip = xCAT::Utils::getNodeIPaddress( $fsp_name );
#my $fsp_ip = xCAT::Utils::getNodeIPaddress( $fsp_name );
my $fsp_ip = xCAT::Utils::getIPaddress( $fsp_name );
if(!defined($fsp_ip)) {
#return "Failed to get the $fsp_name\'s ip";
$rsp->{node}->[0]->{error}=["Can't get node address"];