only read site.master and xcatmaster to set up master node, not the servicenode attribute from noderes

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2830 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-03-03 16:37:11 +00:00
parent 5ac0c7406c
commit 767d5494d8
2 changed files with 1 additions and 5 deletions

View File

@ -513,7 +513,7 @@ site => {
" domain (DNS domain name used for the cluster)\n".
" installdir (the local directory name used to hold the node deployment pkgs)\n".
" installloc (location to mount the installdir from in format hostname:/path)\n".
" sharedftp (set to no/0 if xCAT should not assume /tftpboot is mounted on all service nodes)\n".
" sharedtftp (set to no/0 if xCAT should not assume /tftpboot is mounted on all service nodes)\n".
" xcatdport (port used by xcatd daemon for client/server communication)\n".
" xcatiport (port used by xcatd to receive install status updates from nodes)\n".
" timezone (e.g. America/New_York)\n".

View File

@ -46,10 +46,6 @@ sub subvars {
if ($et and $et->{value}) {
$master = $et->{value};
}
$et = $noderestab->getNodeAttribs($node,['servicenode']);
if ($et and $et->{'servicenode'}) {
$master = $et->{'servicenode'};
}
$et = $noderestab->getNodeAttribs($node,['xcatmaster']);
if ($et and $et->{'xcatmaster'}) {
$master = $et->{'xcatmaster'};