aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-11 16:01:33 +0000
committerGerrit Code Review <review@openstack.org>2017-06-11 16:01:33 +0000
commitb8a10fbc15fcffed9e5925fbe496762e0739d086 (patch)
treec18a6948d66d05d8a86467847e22c85d1d7d0fb2 /releasenotes
parentd2f525cf7f30c182a035d91a1c2a9f06590b0d2b (diff)
parentbb826c000ff72f21e88744e4253b3bbf9a86077b (diff)
Merge "Install rsync package for galera"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/galera-install-rsync-b2f2504f12cc0cfd.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/galera-install-rsync-b2f2504f12cc0cfd.yaml b/releasenotes/notes/galera-install-rsync-b2f2504f12cc0cfd.yaml
new file mode 100644
index 0000000..4b2fe0d
--- /dev/null
+++ b/releasenotes/notes/galera-install-rsync-b2f2504f12cc0cfd.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - The mysql pacemaker profile now makes sure that the
+ rsync package is installed since it configures
+ wsrep_sst_method for galera to use rsync. See
+ https://bugs.launchpad.net/tripleo/+bug/1693003