From 5f0da1b2de8a7a87442c1374091f2c04b9638a0b Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 18 Sep 2013 14:08:34 -0400 Subject: [PATCH] document xcatmaxbatchconnections, try --- perl-xCAT/xCAT/Schema.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index a14b958eb..ead50b7c0 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -1049,6 +1049,8 @@ site => { " xcatmaxconnections: Number of concurrent xCAT protocol requests before requests\n". " begin queueing. This applies to both client command requests\n". " and node requests, e.g. to get postscripts. Default is 64.\n\n". + " xcatmaxbatchconnections: Number of concurrent xCAT remote protocol requests allowed.\n". + " Value must be less than xcatmaxconnections. Default is 50.\n". " xcatdport: The port used by the xcatd daemon for client/server communication.\n\n". " xcatiport: The port used by xcatd to receive install status updates from nodes.\n\n", " xcatsslversion: The ssl version by xcatd. Default is SSLv3.\n\n",