File pacemaker-pengine-unique-ids-for-meta-guest-connection.patch of Package pacemaker

commit 43450d8bfabc981b2637189e9872aaa0b7cdccb3
Author: Klaus Wenninger <klaus.wenninger@aon.at>
Date:   Fri May 5 00:50:33 2017 +0200

    Fix: pengine: unique ids for meta-attributes of guest-connection

diff --git a/lib/pengine/unpack.c b/lib/pengine/unpack.c
index 29a1013e0..0e9f2b1ff 100644
--- a/lib/pengine/unpack.c
+++ b/lib/pengine/unpack.c
@@ -463,7 +463,7 @@ expand_remote_rsc_meta(xmlNode *xml_obj, xmlNode *parent, pe_working_set_t *data
 
     if (remote_allow_migrate) {
         attr = create_xml_node(xml_tmp, XML_CIB_TAG_NVPAIR);
-        crm_xml_set_id(attr, "%s_%s", remote_name, "meta-attributes-container");
+        crm_xml_set_id(attr, "%s_%s", remote_name, "meta-attributes-migrate");
         crm_xml_add(attr, XML_NVPAIR_ATTR_NAME, XML_OP_ATTR_ALLOW_MIGRATE);
         crm_xml_add(attr, XML_NVPAIR_ATTR_VALUE, remote_allow_migrate);
     }
openSUSE Build Service is sponsored by