From 00bf96a52f490b810cf72db31e500ff1e3d052eb Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 15 Jul 2009 15:15:40 +0000 Subject: [PATCH] update with use of _xcatpreprocessed git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3792 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/sinv.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/sinv.pm b/xCAT-server/lib/xcat/plugins/sinv.pm index 9e6dedb20..7b189ce25 100644 --- a/xCAT-server/lib/xcat/plugins/sinv.pm +++ b/xCAT-server/lib/xcat/plugins/sinv.pm @@ -51,7 +51,7 @@ sub handled_commands # $::CALLBACK = $cb; # my %sn; # my $sn; -# if ($req->{_xcatdest}) { return [$req]; } #exit if preprocessed +# if ($req->{_xcatpreprocessed}->[0] == 1) { return [$req]; } # my $nodes = $req->{node}; # my $service = "xcat"; # my @requests; @@ -95,6 +95,7 @@ sub handled_commands # my $reqcopy = {%$req}; # $reqcopy->{node} = $sn->{$snkey}; # $reqcopy->{'_xcatdest'} = $snkey; +# $reqcopy->{_xcatpreprocessed}->[0] = 1 # push @requests, $reqcopy; # # }