132 lines
7.2 KiB
Diff
132 lines
7.2 KiB
Diff
From d6e2db2702aa533bca7208bbdc18cb4254cc89d2 Mon Sep 17 00:00:00 2001
|
|
From: Ken Gaillot <kgaillot@redhat.com>
|
|
Date: Thu, 6 Jun 2019 14:18:37 -0500
|
|
Subject: [PATCH] Test: scheduler: explicitly set concurrent-fencing in
|
|
relevant regression tests
|
|
|
|
... since concurrent-fencing's default is likely to eventually change,
|
|
which would otherwise affect the results of these tests
|
|
---
|
|
cts/scheduler/rec-node-14.xml | 1 +
|
|
cts/scheduler/remote-connection-unrecoverable.xml | 1 +
|
|
cts/scheduler/remote-recover-all.xml | 1 +
|
|
cts/scheduler/remote-recover-no-resources.xml | 1 +
|
|
cts/scheduler/remote-recover-unknown.xml | 1 +
|
|
cts/scheduler/stonith-4.xml | 1 +
|
|
cts/scheduler/suicide-needed-inquorate.xml | 1 +
|
|
cts/scheduler/ticket-clone-21.xml | 1 +
|
|
cts/scheduler/ticket-clone-9.xml | 1 +
|
|
9 files changed, 9 insertions(+)
|
|
|
|
diff --git a/cts/scheduler/rec-node-14.xml b/cts/scheduler/rec-node-14.xml
|
|
index 60307ba..aefa410 100644
|
|
--- a/cts/scheduler/rec-node-14.xml
|
|
+++ b/cts/scheduler/rec-node-14.xml
|
|
@@ -4,6 +4,7 @@
|
|
<cluster_property_set id="cib-bootstrap-options">
|
|
<nvpair id="nvpair.id21835" name="stonith-enabled" value="true"/>
|
|
<nvpair id="nvpair.id21844" name="no-quorum-policy" value="ignore"/>
|
|
+ <nvpair id="options-concurrent-fencing" name="concurrent-fencing" value="false"/>
|
|
</cluster_property_set>
|
|
</crm_config>
|
|
<nodes>
|
|
diff --git a/cts/scheduler/remote-connection-unrecoverable.xml b/cts/scheduler/remote-connection-unrecoverable.xml
|
|
index df9fee2..efec646 100644
|
|
--- a/cts/scheduler/remote-connection-unrecoverable.xml
|
|
+++ b/cts/scheduler/remote-connection-unrecoverable.xml
|
|
@@ -7,6 +7,7 @@
|
|
<nvpair id="cib-bootstrap-options-cluster-infrastructure" name="cluster-infrastructure" value="corosync"/>
|
|
<nvpair id="cib-bootstrap-options-cluster-name" name="cluster-name" value="mycluster"/>
|
|
<nvpair id="cib-bootstrap-options-last-lrm-refresh" name="last-lrm-refresh" value="1459735110"/>
|
|
+ <nvpair id="options-concurrent-fencing" name="concurrent-fencing" value="false"/>
|
|
</cluster_property_set>
|
|
</crm_config>
|
|
<nodes>
|
|
diff --git a/cts/scheduler/remote-recover-all.xml b/cts/scheduler/remote-recover-all.xml
|
|
index 0ade7cd..1680166 100644
|
|
--- a/cts/scheduler/remote-recover-all.xml
|
|
+++ b/cts/scheduler/remote-recover-all.xml
|
|
@@ -10,6 +10,7 @@
|
|
<nvpair id="cib-bootstrap-options-cluster-recheck-interval" name="cluster-recheck-interval" value="60s"/>
|
|
<nvpair id="cib-bootstrap-options-maintenance-mode" name="maintenance-mode" value="false"/>
|
|
<nvpair id="cib-bootstrap-options-last-lrm-refresh" name="last-lrm-refresh" value="1493817755"/>
|
|
+ <nvpair id="options-concurrent-fencing" name="concurrent-fencing" value="false"/>
|
|
</cluster_property_set>
|
|
<cluster_property_set id="redis_replication">
|
|
<nvpair id="redis_replication-redis_REPL_INFO" name="redis_REPL_INFO" value="controller-0"/>
|
|
diff --git a/cts/scheduler/remote-recover-no-resources.xml b/cts/scheduler/remote-recover-no-resources.xml
|
|
index 37708bb..602ed2b 100644
|
|
--- a/cts/scheduler/remote-recover-no-resources.xml
|
|
+++ b/cts/scheduler/remote-recover-no-resources.xml
|
|
@@ -10,6 +10,7 @@
|
|
<nvpair id="cib-bootstrap-options-cluster-recheck-interval" name="cluster-recheck-interval" value="60s"/>
|
|
<nvpair id="cib-bootstrap-options-maintenance-mode" name="maintenance-mode" value="false"/>
|
|
<nvpair id="cib-bootstrap-options-last-lrm-refresh" name="last-lrm-refresh" value="1493817755"/>
|
|
+ <nvpair id="options-concurrent-fencing" name="concurrent-fencing" value="false"/>
|
|
</cluster_property_set>
|
|
<cluster_property_set id="redis_replication">
|
|
<nvpair id="redis_replication-redis_REPL_INFO" name="redis_REPL_INFO" value="controller-0"/>
|
|
diff --git a/cts/scheduler/remote-recover-unknown.xml b/cts/scheduler/remote-recover-unknown.xml
|
|
index f070f11..f47a841 100644
|
|
--- a/cts/scheduler/remote-recover-unknown.xml
|
|
+++ b/cts/scheduler/remote-recover-unknown.xml
|
|
@@ -10,6 +10,7 @@
|
|
<nvpair id="cib-bootstrap-options-cluster-recheck-interval" name="cluster-recheck-interval" value="60s"/>
|
|
<nvpair id="cib-bootstrap-options-maintenance-mode" name="maintenance-mode" value="false"/>
|
|
<nvpair id="cib-bootstrap-options-last-lrm-refresh" name="last-lrm-refresh" value="1493817755"/>
|
|
+ <nvpair id="options-concurrent-fencing" name="concurrent-fencing" value="false"/>
|
|
</cluster_property_set>
|
|
<cluster_property_set id="redis_replication">
|
|
<nvpair id="redis_replication-redis_REPL_INFO" name="redis_REPL_INFO" value="controller-0"/>
|
|
diff --git a/cts/scheduler/stonith-4.xml b/cts/scheduler/stonith-4.xml
|
|
index 7979462..dd7af8d 100644
|
|
--- a/cts/scheduler/stonith-4.xml
|
|
+++ b/cts/scheduler/stonith-4.xml
|
|
@@ -4,6 +4,7 @@
|
|
<cluster_property_set id="cib-bootstrap-options">
|
|
<nvpair id="cib-bootstrap-options-dc-version" name="dc-version" value="1.1.8-0.772.26fe3e5.git.fc17-26fe3e52d259e4726699300d27991fc1a80c556b"/>
|
|
<nvpair id="cib-bootstrap-options-cluster-infrastructure" name="cluster-infrastructure" value="corosync"/>
|
|
+ <nvpair id="options-concurrent-fencing" name="concurrent-fencing" value="false"/>
|
|
</cluster_property_set>
|
|
</crm_config>
|
|
<nodes>
|
|
diff --git a/cts/scheduler/suicide-needed-inquorate.xml b/cts/scheduler/suicide-needed-inquorate.xml
|
|
index e626ea6..f87422b 100644
|
|
--- a/cts/scheduler/suicide-needed-inquorate.xml
|
|
+++ b/cts/scheduler/suicide-needed-inquorate.xml
|
|
@@ -6,6 +6,7 @@
|
|
<nvpair id="cib-bootstrap-options-dc-version" name="dc-version" value="1.1.17-1"/>
|
|
<nvpair id="cib-bootstrap-options-cluster-infrastructure" name="cluster-infrastructure" value="corosync"/>
|
|
<nvpair id="cib-bootstrap-options-no-quorum-policy" name="no-quorum-policy" value="suicide"/>
|
|
+ <nvpair id="options-concurrent-fencing" name="concurrent-fencing" value="false"/>
|
|
</cluster_property_set>
|
|
</crm_config>
|
|
<nodes>
|
|
diff --git a/cts/scheduler/ticket-clone-21.xml b/cts/scheduler/ticket-clone-21.xml
|
|
index bb1f044..efd5294 100644
|
|
--- a/cts/scheduler/ticket-clone-21.xml
|
|
+++ b/cts/scheduler/ticket-clone-21.xml
|
|
@@ -4,6 +4,7 @@
|
|
<cluster_property_set id="cib-bootstrap-options">
|
|
<nvpair id="cib-bootstrap-options-stonith-enabled" name="stonith-enabled" value="true"/>
|
|
<nvpair id="cib-bootstrap-options-no-quorum-policy" name="no-quorum-policy" value="ignore"/>
|
|
+ <nvpair id="options-concurrent-fencing" name="concurrent-fencing" value="false"/>
|
|
</cluster_property_set>
|
|
</crm_config>
|
|
<nodes>
|
|
diff --git a/cts/scheduler/ticket-clone-9.xml b/cts/scheduler/ticket-clone-9.xml
|
|
index e77210d..c6d5809 100644
|
|
--- a/cts/scheduler/ticket-clone-9.xml
|
|
+++ b/cts/scheduler/ticket-clone-9.xml
|
|
@@ -4,6 +4,7 @@
|
|
<cluster_property_set id="cib-bootstrap-options">
|
|
<nvpair id="cib-bootstrap-options-stonith-enabled" name="stonith-enabled" value="true"/>
|
|
<nvpair id="cib-bootstrap-options-no-quorum-policy" name="no-quorum-policy" value="ignore"/>
|
|
+ <nvpair id="options-concurrent-fencing" name="concurrent-fencing" value="false"/>
|
|
</cluster_property_set>
|
|
</crm_config>
|
|
<nodes>
|
|
--
|
|
1.8.3.1
|
|
|