Remove noderes.nfsserver population on discovery, favor more dynamic runtime operation

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11528 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-02-09 16:20:23 +00:00
parent b201b45c7f
commit 8f05382865

View File

@ -235,14 +235,6 @@ sub process_request {
my $hosttag = gethosttag($node,$netn,@ifinfo[1],\%usednames);
print Dumper($hosttag) . "\n";
if ($hosttag) {
#(my $rent) = $nrtab->getNodeAttribs($node,['primarynic','nfsserver']);
(my $rent) = $nrtab->getNodeAttribs($node,['nfsserver']);
#unless ($rent and $rent->{primarynic}) { #if primarynic not set, set it to this nic
# $nrtab->setNodeAttribs($node,{primarynic=>@ifinfo[1]});
#}
unless ($rent and $rent->{nfsserver}) {
$nrtab->setNodeAttribs($node,{nfsserver=>xCAT::Utils->my_ip_facing($hosttag)});
}
$usednames{$hosttag}=1;
if ($hosttag eq $node) {
$macstring .= $currmac."|";