~brad-marshall/charms/trusty/percona-cluster/fix-nagios

« back to all changes in this revision

Viewing changes to config.yaml

[mariosplivalo,r=wolsen]

Adds a charm config option which implements a workaround for LP: 1366997
until percona 5.5 version can get fixed with this bug.

Partially Closes-Bug: 1366997

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
      disabled and a non-temporary address must be configured/available on
62
62
      your network interface.
63
63
  innodb-file-per-table:
64
 
     type: boolean
65
 
     default: True
66
 
     description: | 
67
 
       Turns on innodb_file_per_table option, which will make MySQL put each
68
 
       InnoDB table into separate .idb file. Existing InnoDB tables will remain
69
 
       in ibdata1 file - full dump/import is needed to get rid of large
70
 
       ibdata1 file
71
 
     
 
 
b'\\ No newline at end of file'
 
64
    type: boolean
 
65
    default: True
 
66
    description: |
 
67
      Turns on innodb_file_per_table option, which will make MySQL put each
 
68
      InnoDB table into separate .idb file. Existing InnoDB tables will remain
 
69
      in ibdata1 file - full dump/import is needed to get rid of large
 
70
      ibdata1 file
 
71
  lp1366997-workaround:
 
72
    type: boolean
 
73
    default: False
 
74
    description: Adds two config options (wsrep_drupal_282555_workaround and wsrep_retry_autocommit) as a workaround for Percona Primary Key bug (see lplp1366997).
 
75