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
This commit is contained in:
parent
dd2b9d10af
commit
00bf96a52f
@ -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;
|
||||
#
|
||||
# }
|
||||
|
Loading…
Reference in New Issue
Block a user