Blame SOURCES/bz1415197-01-fix-pcs-cluster-auth.patch

a3a2ad
From 9ec76750dc457e0a445fd43bbc172ab3c3de1a23 Mon Sep 17 00:00:00 2001
a3a2ad
From: Tomas Jelinek <tojeline@redhat.com>
a3a2ad
Date: Thu, 1 Feb 2018 11:10:27 +0100
a3a2ad
Subject: [PATCH 1/2] fix 'pcs cluster auth'
a3a2ad
a3a2ad
---
a3a2ad
 pcsd/cfgsync.rb | 2 +-
a3a2ad
 1 file changed, 1 insertion(+), 1 deletion(-)
a3a2ad
a3a2ad
diff --git a/pcsd/cfgsync.rb b/pcsd/cfgsync.rb
a3a2ad
index 14b55736..36ae1abb 100644
a3a2ad
--- a/pcsd/cfgsync.rb
a3a2ad
+++ b/pcsd/cfgsync.rb
a3a2ad
@@ -795,7 +795,7 @@ module Cfgsync
a3a2ad
     # we run in a cluster so we need to sync the config
a3a2ad
     publisher = ConfigPublisher.new(
a3a2ad
       PCSAuth.getSuperuserAuth(), [config_new], nodes, cluster_name,
a3a2ad
-      new_tokens
a3a2ad
+      new_tokens, new_ports
a3a2ad
     )
a3a2ad
     old_configs, node_responses = publisher.publish()
a3a2ad
     if not old_configs.include?(config_new.class.name)
a3a2ad
-- 
a3a2ad
2.13.6
a3a2ad