From 971d9600300a542f8170d2a906c57cc72badc00d Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 13 May 2008 19:00:18 +0000 Subject: [PATCH] define ntpservers in site table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1378 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/Schema.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-xCAT-2.0/xCAT/Schema.pm b/perl-xCAT-2.0/xCAT/Schema.pm index ecd982a61..84c9e77b7 100644 --- a/perl-xCAT-2.0/xCAT/Schema.pm +++ b/perl-xCAT-2.0/xCAT/Schema.pm @@ -409,7 +409,8 @@ site => { " xcatdport (port used by xcatd daemon for client/server communication)\n". " xcatiport (port used by xcatd to receive install status updates from nodes)\n". " timezone (e.g. America/New_York)\n". - " nameservers (list of DNS servers for the cluster)\n". + " nameservers (comma delimited list of DNS servers for the cluster)\n". + " ntpservers (comma delimited list of NTP servers for the cluster)\n". " rsh (path of remote shell command)\n". " rcp (path of remote copy command)\n". " blademaxp (max # of processes for blade hw ctrl)\n".