-Fix problem where discovery overwrites nfsserver field erroneously
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3511 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
2fd76e94c0
commit
5b071e01cd
@ -144,7 +144,7 @@ sub process_request {
|
||||
unless ($rent and $rent->{primarynic}) { #if primarynic not set, set it to this nic
|
||||
$nrtab->setNodeAttribs($node,{primarynic=>@ifinfo[1]});
|
||||
}
|
||||
unless ($rent and $rent->{primarynic}) {
|
||||
unless ($rent and $rent->{nfsserver}) {
|
||||
$nrtab->setNodeAttribs($node,{nfsserver=>xCAT::Utils->my_ip_facing($hosttag)});
|
||||
}
|
||||
$usednames{$hosttag}=1;
|
||||
|
Loading…
Reference in New Issue
Block a user