[tripleo] puppet-tripleo 5.6.3 (newton)
We are happy to announce the release of: puppet-tripleo 5.6.3 This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/puppet-tripleo/ For more details, please see below. 5.6.3 ^^^^^ New Features ************ * Enable innodb_flush_log_at_trx_commit configuration for Galera only. Upgrade Notes ************* * Setting the innodb_flush_log_at_trx_commit flag to the value of "2" instead of its default value of "1" means that the underlying MySQL/MariaDB engine will no longer flush transactions to disk on a per-transaction basis; instead, flushes occur once per second. This leads to far fewer disk writes and can dramatically improve write performance, at the cost of durability (e.g. will lose the last second's worth of transactions) if the database engine is ungracefully shut down. The clustered nature of Galera mitigates this risk in that transactions are replicated to other nodes before completion, and the setting of "2" is considered to be generally safe for a Galera cluster, with the exception case of simultaneous power loss for all nodes. Changes in puppet-tripleo 5.6.2..5.6.3 -------------------------------------- 6838726 Release 5.6.3 f34138d Migrate Swift ring handling from tripleo-heat-templates to puppet-tripleo 72fb76c firewall: generally accept "jump" param and use tripleo:firewall for log rule ac3741d Repair immediate VF configuration for PCI SR-IOV 38da59b Add option for innodb_flush_log_at_trx_commit = 2 for Galera only Diffstat (except docs and test files) ------------------------------------- manifests/firewall/post.pp | 2 +- manifests/firewall/rule.pp | 16 +++++- manifests/host/sriov.pp | 2 +- manifests/profile/base/swift/ringbuilder.pp | 36 ++++++++++++ manifests/profile/pacemaker/database/mysql.pp | 67 ++++++++++++---------- metadata.json | 2 +- ...b_flush_log_at_trx_commit-eb7d99749ca3c911.yaml | 17 ++++++ spec/classes/tripleo_host_sriov_spec.rb | 4 +- .../tripleo_profile_base_swift_ringbuilder.rb | 65 +++++++++++++++++++++ 9 files changed, 176 insertions(+), 35 deletions(-)
participants (1)
-
no-reply@openstack.org