From 95c110b1ccb53e3a3e0bf985ded178700ed8dab6 Mon Sep 17 00:00:00 2001 From: jjhua Date: Wed, 30 Nov 2011 08:22:25 +0000 Subject: [PATCH] add the syspowerinterval description git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11074 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 739dd0d57..f40e10122 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -844,7 +844,10 @@ site => { " the node deployment, node discovery and power operations.\n\n". " ntpservers: A comma delimited list of NTP servers for the cluster - often the\n". " xCAT management node.\n\n". - " powerinterval: The time of seconds that rpower command will wait between\n". + " syspowerinterval: The time of seconds that rpower command on CECs will wait between.\n". + " The CECs should be in the same frame. It is used for controlling the\n". + " CECs boot up speed. Default is 0.\n\n". + " powerinterval: The time of seconds that rpower command on lpars will wait between\n". " performing action on each target object.\n". " It is used for controlling the cluster boot up speed\n". " in large clusters. Default is 0.\n\n".