conserver plugin does not support AIX, put in check
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2391 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
ad00bf6b77
commit
d31918ad35
@ -20,7 +20,7 @@ use Getopt::Long;
|
||||
#-------------------------------------------------------
|
||||
|
||||
=head3 handled_commands
|
||||
|
||||
Only for Linux now
|
||||
Check to see if on a Service Node
|
||||
Check database to see if this node is going to have Conserver setup
|
||||
should be always
|
||||
@ -37,6 +37,9 @@ sub handled_commands
|
||||
if ($ENV{'XCATBYPASS'}) {
|
||||
return 0;
|
||||
}
|
||||
if (xCAT::Utils->isAIX()) { # do not run on AIX
|
||||
return 0;
|
||||
}
|
||||
|
||||
my $rc = 0;
|
||||
if (xCAT::Utils->isServiceNode())
|
||||
|
Loading…
Reference in New Issue
Block a user