mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-31 00:31:19 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user