For now always mount /tftpboot and /install on the service nodes.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1212 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-04-28 12:42:21 +00:00
parent 6a41f40f2a
commit 6519ec52de
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ sub handled_commands
my @nodeipaddr = @nodeinfo; # get ip addresses
my $service = "nfsserver";
$rc = xCAT::Utils->isServiceReq($nodename, $service, \@nodeipaddr);
if ($rc == 1)
if ($rc == 1 || $rc == 0) # for now always mount install
{
# service needed on this Service Node

View File

@ -39,7 +39,7 @@ sub handled_commands
my $service = "tftpserver";
$rc = xCAT::Utils->isServiceReq($nodename, $service, \@nodeipaddr);
if ($rc == 1)
if ($rc == 1 || $rc == 0) # for now always mount tftpboot
{
$rc = &setup_TFTP(); # setup TFTP (ATFTP)