Modify calls to xcataixpost
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3058 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
758dfa487a
commit
ec05a6c0b4
Binary file not shown.
Binary file not shown.
@ -1146,7 +1146,7 @@ sub addNodes {
|
||||
$cmd="XCATBYPASS=Y $fanout_string $::XCATROOT/bin/xdsh $nr -s -e /install/postscripts/xcatdsklspost 2 configrmcnode 2>&1";
|
||||
}
|
||||
else {
|
||||
$cmd="XCATBYPASS=Y $fanout_string $::XCATROOT/bin/xdsh $nr -s -e /install/postscripts/xcataixpost 2 configrmcnode 2>&1";
|
||||
$cmd="XCATBYPASS=Y $fanout_string $::XCATROOT/bin/xdsh $nr -s -e /install/postscripts/xcataixpost -c 2 configrmcnode 2>&1";
|
||||
}
|
||||
if (! open (CMD, "$cmd |")) {
|
||||
reportError("Cannot run command $cmd", $callback);
|
||||
|
@ -241,7 +241,7 @@ sub updatenode {
|
||||
$cmd="XCATBYPASS=Y $::XCATROOT/bin/xdsh $nodestring -s -e /install/postscripts/xcatdsklspost 1 $postscripts 2>&1";
|
||||
}
|
||||
else {
|
||||
$cmd="XCATBYPASS=Y $::XCATROOT/bin/xdsh $nodestring -s -e /install/postscripts/xcataixpost 1 $postscripts 2>&1";
|
||||
$cmd="XCATBYPASS=Y $::XCATROOT/bin/xdsh $nodestring -s -e /install/postscripts/xcataixpost -c 1 $postscripts 2>&1";
|
||||
}
|
||||
if (! open (CMD, "$cmd |")) {
|
||||
my $rsp={};
|
||||
|
Loading…
Reference in New Issue
Block a user