From 1e220db1f028a2b5f3bccaa30ae1cd77234a72c8 Mon Sep 17 00:00:00 2001 From: ligc Date: Wed, 30 Dec 2009 03:15:52 +0000 Subject: [PATCH] add sleep in rpower for scaling through site attribute powerinterval git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4861 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/perl/xCAT/PPC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/PPC.pm b/xCAT-server/lib/perl/xCAT/PPC.pm index 26d4e1f12..30c8053c9 100644 --- a/xCAT-server/lib/perl/xCAT/PPC.pm +++ b/xCAT-server/lib/perl/xCAT/PPC.pm @@ -126,7 +126,7 @@ sub process_command { my %nodes = (); my $callback = $request->{callback}; my $sitetab = xCAT::Table->new( 'site' ); - my @site = qw(ppcmaxp ppctimeout maxssh ppcretry fsptimeout); + my @site = qw(ppcmaxp ppctimeout maxssh ppcretry fsptimeout powerinterval); my $start; #######################################