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