remove check for WCOLL env variable and warning, someone is AIX is using it
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13078 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a5c6f451a2
commit
1d56dc9bfa
@ -629,11 +629,6 @@ sub check_invalid_exports
|
||||
"DSH_NODE_LIST is set but is not supported. It will be ignored.\n"
|
||||
);
|
||||
}
|
||||
if ($ENV{'WCOLL'})
|
||||
{
|
||||
xCAT::MsgUtils->message("I",
|
||||
"WCOLL is set but is not supported. It will be ignored.\n");
|
||||
}
|
||||
if ($ENV{'DSH_DEVICE_LIST'})
|
||||
{
|
||||
xCAT::MsgUtils->message(
|
||||
|
Loading…
Reference in New Issue
Block a user