Release notes ha composable
authorMichele Baldessari <michele@acksyn.org>
Thu, 9 Feb 2017 10:04:34 +0000 (11:04 +0100)
committerMichele Baldessari <michele@acksyn.org>
Tue, 14 Feb 2017 16:40:09 +0000 (17:40 +0100)
Add some release notes about the composable ha work

Change-Id: I8975c3f597d1affbe6e52d4e16a2aad527006264

releasenotes/notes/composable-ha-37e2d7e1f57f5c10.yaml [new file with mode: 0644]

diff --git a/releasenotes/notes/composable-ha-37e2d7e1f57f5c10.yaml b/releasenotes/notes/composable-ha-37e2d7e1f57f5c10.yaml
new file mode 100644 (file)
index 0000000..e560fe9
--- /dev/null
@@ -0,0 +1,12 @@
+---
+features:
+  - With the composable HA work landed it is now possible
+    to split pacemaker-managed services like galera, rabbit,
+    redis, haproxy and any A/P resource, off to dedicated
+    nodes. These services can be split off to separate nodes
+    either via the normal Pacemaker service (which has a limit
+    of 16 maximum number of nodes) or via the newer PacemakerRemote
+    service (but not both on the same node). Note that until
+    https://bugzilla.redhat.com/show_bug.cgi?id=1417936 is fixed,
+    PacemakerRemote should only be used for Cinder A/P resources
+    and Manila A/P resources.