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