In my.cnf innodb_buffer_pool_size is always empty

Bug #1461669 reported by Mario Splivalo
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
percona-cluster (Juju Charms Collection)
Fix Released
Medium
Jorge Niedbalski

Bug Description

When deploying percona-cluster from charmstore percona-cluster is configured with innodb_buffer_pool_size always being empty:

mario@BUNTOR ~> juju deploy percona-cluster -n3
Added charm "cs:trusty/percona-cluster-22" to the environment.

(wait for the service to be deployed completely)

mario@BUNTOR ~> juju run --service percona-cluster "grep innodb_buffer /etc/mysql/my.cnf" | grep Stdout
  Stdout: "innodb_buffer_pool_size = \n"
  Stdout: "innodb_buffer_pool_size = \n"
  Stdout: "innodb_buffer_pool_size = \n"

mario@BUNTOR ~> juju set percona-cluster dataset-size=1G

(wait for config_changed hooks to complete across the units)

mario@BUNTOR ~> juju run --service percona-cluster "grep innodb_buffer /etc/mysql/my.cnf" | grep Stdout
  Stdout: "innodb_buffer_pool_size = \n"
  Stdout: "innodb_buffer_pool_size = \n"
  Stdout: "innodb_buffer_pool_size = \n"

Tags: sts

Related branches

Changed in percona-cluster (Juju Charms Collection):
assignee: nobody → Jorge Niedbalski (niedbalski)
status: New → In Progress
Changed in percona-cluster (Juju Charms Collection):
status: In Progress → Fix Committed
importance: Undecided → Medium
Changed in percona-cluster (Juju Charms Collection):
status: Fix Committed → Fix Released
Changed in percona-cluster (Juju Charms Collection):
milestone: none → 15.04
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.