diff options
Diffstat (limited to 'xml/test-2-leave/011-clu-props-cannot.xml')
-rw-r--r-- | xml/test-2-leave/011-clu-props-cannot.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xml/test-2-leave/011-clu-props-cannot.xml b/xml/test-2-leave/011-clu-props-cannot.xml new file mode 100644 index 0000000..c129f57 --- /dev/null +++ b/xml/test-2-leave/011-clu-props-cannot.xml @@ -0,0 +1,16 @@ +<cib validate-with="pacemaker-3.0" admin_epoch="0" epoch="0" num_updates="0"> + <configuration> + <crm_config> + <cluster_property_set id="cluster-opts"> + <nvpair id="cluster-opts-stonith_enabled" name="stonith-enabled" value="off"/> + </cluster_property_set> + <cluster_property_set id="_cibtr-2_cluster-opts"> + <nvpair id="__cibtr-2_cluster-opts__cluster-opts-stonith_enabled" name="stonith-enabled" value="on"/> + </cluster_property_set> + </crm_config> + <nodes/> + <resources/> + <constraints/> + </configuration> + <status/> +</cib> |