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