diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 54af73404..6a6de6683 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -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". diff --git a/perl-xCAT/xCAT/Template.pm b/perl-xCAT/xCAT/Template.pm index 73647f691..db6cfeaab 100644 --- a/perl-xCAT/xCAT/Template.pm +++ b/perl-xCAT/xCAT/Template.pm @@ -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'};