Blame SOURCES/fix-skip-offline-in-pcs-quorum-device-remove.patch

a3a2ad
From 51485a618da52af2c6bb114e70a52a51b68e6a09 Mon Sep 17 00:00:00 2001
a3a2ad
From: Tomas Jelinek <tojeline@redhat.com>
a3a2ad
Date: Tue, 21 Nov 2017 17:05:35 +0100
a3a2ad
Subject: [PATCH] fix --skip-offline in 'pcs quorum device remove'
a3a2ad
a3a2ad
---
a3a2ad
 pcs/lib/commands/quorum.py | 2 +-
a3a2ad
 1 file changed, 1 insertion(+), 1 deletion(-)
a3a2ad
a3a2ad
diff --git a/pcs/lib/commands/quorum.py b/pcs/lib/commands/quorum.py
a3a2ad
index 3e9db0e..6b869ed 100644
a3a2ad
--- a/pcs/lib/commands/quorum.py
a3a2ad
+++ b/pcs/lib/commands/quorum.py
a3a2ad
@@ -325,7 +325,7 @@ def _remove_device_model_net(lib_env, cluster_nodes, skip_offline_nodes):
a3a2ad
     reporter.process(
a3a2ad
         reports.qdevice_certificate_removal_started()
a3a2ad
     )
a3a2ad
-    com_cmd = qdevice_net_com.ClientDestroy(reporter)
a3a2ad
+    com_cmd = qdevice_net_com.ClientDestroy(reporter, skip_offline_nodes)
a3a2ad
     com_cmd.set_targets(
a3a2ad
         lib_env.get_node_target_factory().get_target_list(cluster_nodes)
a3a2ad
     )
a3a2ad
-- 
a3a2ad
1.8.3.1
a3a2ad