26ad17
From 7ed7675615ada7d0be5654e0dcb26de60cf5b5e9 Mon Sep 17 00:00:00 2001
26ad17
From: Ken Gaillot <kgaillot@redhat.com>
26ad17
Date: Mon, 22 Jun 2020 20:03:56 -0500
26ad17
Subject: [PATCH] Test: scheduler: explicitly disable concurrent-fencing in
26ad17
 on_fail_demote4
26ad17
26ad17
... so the expected output is the same regardless of what default the build was
26ad17
compiled with
26ad17
---
26ad17
 cts/scheduler/on_fail_demote4.xml | 1 +
26ad17
 1 file changed, 1 insertion(+)
26ad17
26ad17
diff --git a/cts/scheduler/on_fail_demote4.xml b/cts/scheduler/on_fail_demote4.xml
26ad17
index eb4c4cc..1082266 100644
26ad17
--- a/cts/scheduler/on_fail_demote4.xml
26ad17
+++ b/cts/scheduler/on_fail_demote4.xml
26ad17
@@ -8,6 +8,7 @@
26ad17
         <nvpair id="cts-shutdown-escalation" name="shutdown-escalation" value="5min"/>
26ad17
         <nvpair id="cts-batch-limit" name="batch-limit" value="10"/>
26ad17
         <nvpair id="cts-dc-deadtime" name="dc-deadtime" value="5s"/>
26ad17
+        <nvpair id="cts-concurrent-fencing" name="concurrent-fencing" value="false"/>
26ad17
         <nvpair id="cib-bootstrap-options-have-watchdog" name="have-watchdog" value="false"/>
26ad17
         <nvpair id="cib-bootstrap-options-dc-version" name="dc-version" value="2.0.4-578.6e1b582.git.el7_8-6e1b582"/>
26ad17
         <nvpair id="cib-bootstrap-options-cluster-infrastructure" name="cluster-infrastructure" value="corosync"/>
26ad17
-- 
26ad17
1.8.3.1
26ad17