Remove DSH_LIST support

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@338 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-01-28 14:47:17 +00:00
parent 5218177975
commit c8cbb66518

View File

@ -90,14 +90,6 @@ if (!($::NODE_RSH))
}
}
if (!($cmdref->{noderange}->[0])) # if no node range defined
{
if ($ENV{'DSH_LIST'}) # if file of nodes input
{
push(@{$cmdref->{env}}, "DSH_LIST=$ENV{'DSH_LIST'}");
}
}
if (!($::NODE_OPTS))
{
if ($ENV{'DSH_NODE_OPTS'})
@ -312,6 +304,14 @@ sub check_invalid_exports
# DSH_NODEGROUP_PATH
# For support Env Variables tell them to use the command line flag
##
if ($ENV{'DSH_LIST'}) # if file of nodes input
{
xCAT::MsgUtils->message(
"I",
"DSH_LIST is set but is not supported. It will be ignored.\n"
);
}
if ($ENV{'DSH_NODE_LIST'})
{
xCAT::MsgUtils->message(