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:
parent
6a41f40f2a
commit
6519ec52de
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user