From cb7022030ed9baf7d27c1102878c6090aabb7e1b Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 23 Aug 2010 12:04:56 +0000 Subject: [PATCH] add default to powerinterval and fix formatting git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7188 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 195c447e7..8ff1f18f5 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -721,8 +721,9 @@ 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 performing action on each target object,\n". - " it is useful especially for controlling the cluster boot up speed in large clusters.\n\n". + " powerinterval: The time of seconds that rpower command will wait \n between performing action on each target object.\n". + " It is used for controlling the cluster boot up speed + in large p-Series clusters. Default is 0\n\n". " ppcmaxp: The max # of processes for PPC hw ctrl.\n\n". " ppcretry: The max # of PPC hw connection attempts before failing.\n\n". " ppctimeout: The timeout, in milliseconds, to use when communicating with PPC hw.\n\n".