defect 3414740 Merge aixremoteshell/remoteshell

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13546 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-08-17 11:44:15 +00:00
parent 69684fce04
commit 449278bf97

View File

@ -365,7 +365,7 @@ sub preprocess_updatenode
$postscripts = $::RERUNPS;
my @posts = ();
if ($postscripts eq "allkeys44444444security") {
@posts = ("remoteshell", "aixremoteshell", "servicenode");
@posts = ("remoteshell", "servicenode");
} else {
@posts = split(',', $postscripts);
}
@ -504,7 +504,7 @@ sub preprocess_updatenode
my $req_rs = {%$request};
my $ps;
if (scalar(@{$AIXnodes})) {
$ps = "aixremoteshell,servicenode";
$ps = "remoteshell,servicenode";
$req_rs->{rerunps}->[0] = "yes";
$req_rs->{rerunps4security}->[0] = "yes";
$req_rs->{node} = $AIXnodes;
@ -1142,7 +1142,7 @@ $AIXnodes_nd, $subreq ) != 0 ) {
{
# we have AIX nodes
if ($orig_postscripts eq "allkeys44444444security") {
$postscripts = "aixremoteshell,servicenode";
$postscripts = "remoteshell,servicenode";
} else {
$postscripts = $orig_postscripts;
}