Blame SOURCES/108-bundle-migrate.patch

399718
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
399718
From: Ken Gaillot <kgaillot@redhat.com>
399718
Date: Tue, 19 Dec 2017 19:00:00 -0600
399718
Subject: [PATCH 1/1] Equivalent of 2948a8e3 for 7.4 code base
399718
399718
allow container remote connections to migrate
399718
---
399718
 pengine/container.c | 2 +-
399718
 1 file changed, 1 insertion(+), 1 deletion(-)
399718
399718
diff --git a/lib/pengine/container.c b/lib/pengine/container.c
399718
index 0665a41..934eb54 100644
399718
--- a/lib/pengine/container.c
399718
+++ b/lib/pengine/container.c
399718
@@ -418,7 +418,7 @@ create_remote_resource(
399718
         xml_obj = create_xml_node(xml_remote, XML_TAG_META_SETS);
399718
         crm_xml_set_id(xml_obj, "%s-meta-%d", data->prefix, tuple->offset);
399718
 
399718
-        create_nvp(xml_obj, XML_OP_ATTR_ALLOW_MIGRATE, "false");
399718
+        //create_nvp(xml_obj, XML_OP_ATTR_ALLOW_MIGRATE, "false");
399718
 
399718
         /* This sets tuple->docker as tuple->remote's container, which is
399718
          * similar to what happens with guest nodes. This is how the PE knows