From ac579fbaa4731c582a41543785f8ab2bed0a29d9 Mon Sep 17 00:00:00 2001 From: linggao Date: Wed, 25 Mar 2009 00:23:04 +0000 Subject: [PATCH] minor fix git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2975 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 8d62241f6..4fcb2fe37 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -532,7 +532,7 @@ site => { " master:\tThe hostname of the xCAT management node.\n\n". " maxssh:\tThe max # of SSH connections for hw ctrl purposes to PPC hw.\n\n". " nameservers:\tA comma delimited list of DNS servers for the cluster - often the xCAT management node.\n\n". - " nodestatus:\tIf set to 0, the nodelist.status column will not be updated during the node deployment, node discovery and power operation.\n\n". + " nodestatus:\tIf set to 'n', the nodelist.status column will not be updated during the node deployment, node discovery and power operation.\n\n". " ntpservers:\tA comma delimited list of NTP servers for the cluster - often the xCAT management node.\n\n". " ppcmaxp:\tThe max # of processes for PPC hw ctrl.\n\n". " ppcretry:\tThw max # of PPC hw connection attempts before failing.\n\n".