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:
parent
2ad866b22a
commit
55deb895fb
@ -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"];
|
||||
|
Loading…
x
Reference in New Issue
Block a user