mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-12 17:30:19 +00:00
-Do not distribute nodestat calls
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3313 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
@ -75,6 +75,7 @@ sub getstat {
|
||||
sub preprocess_request
|
||||
{
|
||||
my $req = shift;
|
||||
return [$req]; #For now, do not distribute, nodestat seems to lose accuracy and slow down distributed
|
||||
my $cb = shift;
|
||||
my %sn;
|
||||
if ($req->{_xcatdest}) { return [$req]; } #exit if preprocessed
|
||||
|
Reference in New Issue
Block a user