aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJames Slagle <jslagle@redhat.com>2017-05-23 14:55:59 -0400
committerJames Slagle <jslagle@redhat.com>2017-06-01 14:55:51 -0400
commitbb826c000ff72f21e88744e4253b3bbf9a86077b (patch)
tree2c730ad189afe2318453938d2f4d98b578be5b58 /releasenotes
parentf77017c8f62c6aa5e59a3036e7abc953657b7894 (diff)
Install rsync package for galera
Since galera is configured to use rsync, we ought to make sure the package is installed. Particularly when using deployed-server, the package is not always installed by default depending on what was used to install the servers. Change-Id: I92ee78f2dd2c0f7fd4d393b104166407d7c654e2 Closes-Bug: #1693003
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