fix changed routine
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13499 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
abd6e28509
commit
58543b771c
@ -901,7 +901,7 @@ sub initDB
|
||||
# don't use if the address is this machine (Management Node)
|
||||
my $forwarders;
|
||||
# find out the names for the Management Node
|
||||
my @MNnodeinfo = xCAT::Utils->determinehostname;
|
||||
my @MNnodeinfo = xCAT::NetworkUtils->determinehostname;
|
||||
my $MNnodename = pop @MNnodeinfo; # hostname
|
||||
my @MNnodeipaddr = @MNnodeinfo; # ipaddresses
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user