# For license conditions see the license file or http://eu-egee.org/license.html
#
################################################################################
-# glite-lb-config v. 2.1.1
+# glite-lb-config v. 2.1.2
#
# Post-installation script for configuring the gLite Logging and Bookkeping Server
# Robert Harakaly < robert.harakaly@cern.ch >
def __init__(self):
self.mysql = MySQL.Mysql()
self.verbose = 0
- self.version = "2.1.1"
+ self.version = "2.1.2"
self.name = "glite-lb"
self.friendly_name = "gLite Logging and Bookkeeping"
#--------------------------------------------------------
# Set mysql parameters
- #self.mysql.setConfiguration('client','max_allowed_packet',params['mysql.max_allowed_packet'])
+ #self.mysql.setConfiguration('mysql','loose-max_allowed_packet',params['mysql.max_allowed_packet'])
self.mysql.setConfiguration('mysqld','max_allowed_packet',params['mysql.max_allowed_packet'])
# start MySQL
<mysql.max_allowed_packet
description="This parameter allows to set the max_allowed_packet parameter in the mysql
configuration file /etc/my.cnf. The default recommended value for the LB server is 17MB
- [Example: 17][Type: Integer][Unit: MB]"
- value="17"/>
+ It must be a number followed by a unit symbol, like M for megabytes or G for gigabytes.
+ [Example: 17M][Type: Integer][Unit: MB]"
+ value="17M"/>
<!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -->
<!-- System parameters - You should leave these alone -->