From: Alberto Di Meglio Date: Wed, 22 Feb 2006 00:12:59 +0000 (+0000) Subject: Aded comment about the need for unit of measure in max_allowed_packet X-Git-Tag: glite-deployment-lb_R_2_1_2~8 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=5858c7bbc17436283dac25658a8a319660de7600;p=jra1mw.git Aded comment about the need for unit of measure in max_allowed_packet --- diff --git a/org.glite.deployment.lb/config/scripts/glite-lb-config.py b/org.glite.deployment.lb/config/scripts/glite-lb-config.py index 167539a..f7f3729 100644 --- a/org.glite.deployment.lb/config/scripts/glite-lb-config.py +++ b/org.glite.deployment.lb/config/scripts/glite-lb-config.py @@ -6,7 +6,7 @@ # 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 > @@ -48,7 +48,7 @@ class glite_lb: 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" @@ -246,7 +246,7 @@ python %s-config [OPTION...]""" % (self.name, os.environ['GLITE_LOCATION'], \ #-------------------------------------------------------- # 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 diff --git a/org.glite.deployment.lb/config/templates/glite-lb.cfg.xml b/org.glite.deployment.lb/config/templates/glite-lb.cfg.xml index 25891ed..4e11e33 100644 --- a/org.glite.deployment.lb/config/templates/glite-lb.cfg.xml +++ b/org.glite.deployment.lb/config/templates/glite-lb.cfg.xml @@ -51,8 +51,9 @@ + 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"/> diff --git a/org.glite.deployment.lb/project/version.properties b/org.glite.deployment.lb/project/version.properties index fd56734..4d67068 100644 --- a/org.glite.deployment.lb/project/version.properties +++ b/org.glite.deployment.lb/project/version.properties @@ -1,4 +1,4 @@ -module.version = 2.1.1 +module.version = 2.1.2 module.age = 1 \ No newline at end of file