diff options
Diffstat (limited to 'xml/test-2-enter/010-clu-props.ref')
-rw-r--r-- | xml/test-2-enter/010-clu-props.ref | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/xml/test-2-enter/010-clu-props.ref b/xml/test-2-enter/010-clu-props.ref new file mode 100644 index 0000000..86369fb --- /dev/null +++ b/xml/test-2-enter/010-clu-props.ref @@ -0,0 +1,17 @@ +<cib validate-with="pacemaker-2.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> + <!-- this doesn't make any sense, i.e., a design flaw --> + <cluster_property_set id="_cibtr-2_cluster-opts"> + <nvpair id="__cibtr-2_cluster-opts__cluster-opts-stonith_enabled" name="stonith_enabled" value="off"/> + </cluster_property_set> + </crm_config> + <nodes/> + <resources/> + <constraints/> + </configuration> + <status/> +</cib> |