From 9e5af6e77ee2277c18bdce05039110b42c5e2c5c Mon Sep 17 00:00:00 2001 From: linggao Date: Tue, 11 Aug 2009 17:59:26 +0000 Subject: [PATCH] minor git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3986 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/prescripts.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xCAT-server/lib/xcat/plugins/prescripts.pm b/xCAT-server/lib/xcat/plugins/prescripts.pm index 36069ede0..16a0e3c88 100644 --- a/xCAT-server/lib/xcat/plugins/prescripts.pm +++ b/xCAT-server/lib/xcat/plugins/prescripts.pm @@ -52,7 +52,7 @@ sub preprocess_request } @ARGV = @args; - print "prepscripts: preprocess_request get called, args=@args, nodes=@$nodes\n"; + #print "prepscripts: preprocess_request get called, args=@args, nodes=@$nodes\n"; #use Getopt::Long; Getopt::Long::Configure("bundling"); @@ -61,7 +61,7 @@ sub preprocess_request my $sn = xCAT::Utils->getSNformattedhash($nodes, $service, "MN"); my @requests; if ($::LOCAL) { #only handle the local nodes - print "process local nodes: @$nodes\n"; + #print "process local nodes: @$nodes\n"; #get its own children only my @hostinfo=xCAT::Utils->determinehostname(); my %iphash=(); @@ -83,7 +83,7 @@ sub preprocess_request return \@requests; } } else { #run on mn and need to dispatch the requests to the service nodes - print "dispatch to sn\n"; + #print "dispatch to sn\n"; # find service nodes for requested nodes # build an individual request for each service node # find out the names for the Management Node