Remove obsolete code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13728 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
c5f1214469
commit
a53aa1be66
@ -1276,14 +1276,7 @@ sub updatenode
|
||||
if (scalar(@$Linuxnodes))
|
||||
{
|
||||
my $DBname = xCAT::Utils->get_DBName;
|
||||
if ($orig_postscripts eq "allkeys44444444security")
|
||||
{
|
||||
$postscripts = "remoteshell,servicenode";
|
||||
}
|
||||
else
|
||||
{
|
||||
$postscripts = $orig_postscripts;
|
||||
}
|
||||
$postscripts = $orig_postscripts;
|
||||
|
||||
# we have Linux nodes
|
||||
my $cmd;
|
||||
@ -1369,14 +1362,7 @@ sub updatenode
|
||||
{
|
||||
|
||||
# we have AIX nodes
|
||||
if ($orig_postscripts eq "allkeys44444444security")
|
||||
{
|
||||
$postscripts = "remoteshell,servicenode";
|
||||
}
|
||||
else
|
||||
{
|
||||
$postscripts = $orig_postscripts;
|
||||
}
|
||||
$postscripts = $orig_postscripts;
|
||||
|
||||
# need to pass the name of the server on the xcataixpost cmd line
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user