From 4a81878ec78f9136099cd8ac913a01482120d24c Mon Sep 17 00:00:00 2001 From: linggao Date: Wed, 30 Mar 2011 18:09:51 +0000 Subject: [PATCH] changed site.mnroutes to site.mnroutenames git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9192 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 d1cfddbb1..638656206 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -795,7 +795,7 @@ site => { " iscsidir: The path to put the iscsi disks in on the mgmt node.\n\n". " master: The hostname of the xCAT management node, as known by the nodes.\n\n". " maxssh: The max # of SSH connections at any one time to the hw ctrl point for PPC\n\n". - " mnroutes: The name of the routes to be setup on the management node.\n\n". + " mnroutenames: The name of the routes to be setup on the management node.\n\n". " It is a comma separated list of route names that are defined in the routes table.\n\n". " nameservers: A comma delimited list of DNS servers that each node in the cluster\n". " should use - often the xCAT management node.\n\n".