From c7adfdeb749c6bc1ff014bb88308d35480218854 Mon Sep 17 00:00:00 2001 From: linggao Date: Fri, 6 Mar 2009 00:08:05 +0000 Subject: [PATCH] added desscription for consoleondemand for the site table git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2843 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 86864f234..7a90923d3 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -529,6 +529,7 @@ site => { " iscsidir (the path to put the iscsi disks in on the mgmt node)\n". " xcatservers (Deprecated! Will be replaced by the servicenode table. List service nodes)\n". " svloglocal (syslog on the service node does not get forwarded to the mgmt node - default is 0)\n". + " consoleondemand (when set to 'yes', it connects and creates the console output only when the user opens the console)\n". " dhcpinterfaces (network interfaces DHCP should listen on. If same for all nodes, use simple comma-separated list of NICs. Also support: mn|eth1,eth2;service|bond0;compute|eth0)\n". " forwarders (DNS servers at your site that can provide names outside of the cluster)\n". " genpasswords (automatically generate random passwords for BMCs when configuring them)\n".