Blame SOURCES/lrmd-protocol-version.patch

c92e4a
From 8c497bc794e1e6a3ed188a548da771d768cef8f1 Mon Sep 17 00:00:00 2001
c92e4a
From: Ken Gaillot <kgaillot@redhat.com>
c92e4a
Date: Wed, 26 Oct 2016 11:18:17 -0500
c92e4a
Subject: [PATCH] Fix: lrmd: undo unnecessary LRMD protocol version change
c92e4a
c92e4a
The change breaks rolling upgrades in a cluster with Pacemaker Remote nodes,
c92e4a
and was never necessary. This introduces a divergence from upstream that
c92e4a
will need to be reconciled in the future.
c92e4a
---
c92e4a
 include/crm/lrmd.h | 2 +-
c92e4a
 1 file changed, 1 insertion(+), 1 deletion(-)
c92e4a
c92e4a
diff --git a/include/crm/lrmd.h b/include/crm/lrmd.h
c92e4a
index 446b39c..a099315 100644
c92e4a
--- a/include/crm/lrmd.h
c92e4a
+++ b/include/crm/lrmd.h
109fe2
@@ -38,7 +38,7 @@ typedef struct lrmd_key_value_s {
109fe2
 /* This should be bumped every time there is an incompatible change that
109fe2
  * prevents older clients from connecting to this version of the server.
109fe2
  */
c92e4a
-#define LRMD_PROTOCOL_VERSION "1.1"
c92e4a
+#define LRMD_PROTOCOL_VERSION "1.0"
c92e4a
 
109fe2
 /* This is the version that the client version will actually be compared
109fe2
  * against. This should be identical to LRMD_PROTOCOL_VERSION. However, we
c92e4a
-- 
c92e4a
1.8.3.1
c92e4a