<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[VM&#x27;s with around 24GB+ crashes on migration.]]></title><description><![CDATA[<p dir="auto">HI all,</p>
<p dir="auto">When i do a VM migration from node to node with the use of a shared storage and this vm has more then 24GB of memory it always crashes.<br />
Making a kdump to vmcore-dmesg</p>
<p dir="auto">This are the lines:<br />
<a href="/forum/assets/uploads/files/1683406883852-vmcore-dmesg.txt">vmcore-dmesg.txt</a></p>
<p dir="auto">Anyone knows why this gets triggered? The VM's uses static memory with the same min/max limit. So its not trying to lower the memory before the migration.<br />
Also the VM is not really busy, and is transferred over 10Gbit network in less then a minute.</p>
<p dir="auto">Kind regards,</p>
<p dir="auto">Kevin</p>
]]></description><link>https://xcp-ng.org/forum/topic/7292/vm-s-with-around-24gb-crashes-on-migration</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 06:11:28 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/7292.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 06 May 2023 21:03:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to VM&#x27;s with around 24GB+ crashes on migration. on Tue, 09 May 2023 14:52:12 GMT]]></title><description><![CDATA[<p dir="auto">Dear,</p>
<p dir="auto">There is indeed enough memory on the recieving node. We are having nodes with 1TB of memory, and currently they are loaded with around 500GB each. Ill try to reproduce it with a cloned production server. So i can reproduce it a few times with and without network and to a empty receiving node. Ill keep you updated.</p>
]]></description><link>https://xcp-ng.org/forum/post/61997</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/61997</guid><dc:creator><![CDATA[Kevin87]]></dc:creator><pubDate>Tue, 09 May 2023 14:52:12 GMT</pubDate></item><item><title><![CDATA[Reply to VM&#x27;s with around 24GB+ crashes on migration. on Tue, 09 May 2023 14:28:00 GMT]]></title><description><![CDATA[<p dir="auto">It's obviously is not exluded that the issue is related to the memory footprint. Moreover the first warning "complains" about failure on memory allocation. (I suppose that the "receiver" node has enough memory to host the VM).</p>
<p dir="auto">Normally XEN hasn't limitations on Live Migration 24GB VM. So, it's difficult to say what's the issue here.  But clearly there's a possibity that this is a bug in XEN/toolstack... Memory fragmentation on the receiver" node can be an issue too.</p>
<p dir="auto">You can probably run some different configurations to try to pinpoint this issue.<br />
May be for the start try to migrate a VM when no other VMs are running on the "receiver" node. Also try to migrate a VM with no network connections (as the issue seems to be related to network backend status changes)....</p>
]]></description><link>https://xcp-ng.org/forum/post/61995</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/61995</guid><dc:creator><![CDATA[andSmv]]></dc:creator><pubDate>Tue, 09 May 2023 14:28:00 GMT</pubDate></item><item><title><![CDATA[Reply to VM&#x27;s with around 24GB+ crashes on migration. on Tue, 09 May 2023 13:50:33 GMT]]></title><description><![CDATA[<p dir="auto">I have not tested what happens if i reduce the memory of that VM cause the VM need that amount of memory. I do know that we have around 190 vm's and it only happens with vm's with alot of memory.</p>
]]></description><link>https://xcp-ng.org/forum/post/61992</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/61992</guid><dc:creator><![CDATA[Kevin87]]></dc:creator><pubDate>Tue, 09 May 2023 13:50:33 GMT</pubDate></item><item><title><![CDATA[Reply to VM&#x27;s with around 24GB+ crashes on migration. on Tue, 09 May 2023 13:29:14 GMT]]></title><description><![CDATA[<p dir="auto">Hmmm, there's two poblems here (page alloc failure warning and NULL pointer BUG) in context of xenwatch kernel thread and basically both of them  happenning when configuring XEN network frontend/backend communications.</p>
<p dir="auto">Normally this isn't related to memory footprint of the VM, but rather to XEN frontend/backend xenbus communication framework.  Does the bugs desappear when you reduce the memory size for the VM and when all others params/environnement are the same?</p>
]]></description><link>https://xcp-ng.org/forum/post/61990</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/61990</guid><dc:creator><![CDATA[andSmv]]></dc:creator><pubDate>Tue, 09 May 2023 13:29:14 GMT</pubDate></item><item><title><![CDATA[Reply to VM&#x27;s with around 24GB+ crashes on migration. on Sat, 06 May 2023 22:06:09 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">xenwatch: page allocation failure: order:5, mode:0xc0d0</p>
</blockquote>
<p dir="auto">Not a good sign <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=977a46e9d9a" class="not-responsive emoji emoji-android emoji--confused" style="height:23px;width:auto;vertical-align:middle" title=":/" alt="😕" /></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/andsmv" aria-label="Profile: andSmv">@<bdi>andSmv</bdi></a> can you take a look when you can?</p>
]]></description><link>https://xcp-ng.org/forum/post/61898</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/61898</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Sat, 06 May 2023 22:06:09 GMT</pubDate></item><item><title><![CDATA[Reply to VM&#x27;s with around 24GB+ crashes on migration. on Sat, 06 May 2023 22:00:01 GMT]]></title><description><![CDATA[<p dir="auto">Hi Danp,</p>
<p dir="auto">I am using XCP-NG8.2 latest updates.<br />
The VM OS is in most cases Centos7.9 With guest tools installed.</p>
]]></description><link>https://xcp-ng.org/forum/post/61895</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/61895</guid><dc:creator><![CDATA[Kevin87]]></dc:creator><pubDate>Sat, 06 May 2023 22:00:01 GMT</pubDate></item><item><title><![CDATA[Reply to VM&#x27;s with around 24GB+ crashes on migration. on Sat, 06 May 2023 21:40:00 GMT]]></title><description><![CDATA[<p dir="auto">Hi Kevin,</p>
<p dir="auto">Are you running Xen or XCP-ng? Which OS is being used in the VM?</p>
<p dir="auto">Dan</p>
]]></description><link>https://xcp-ng.org/forum/post/61894</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/61894</guid><dc:creator><![CDATA[Danp]]></dc:creator><pubDate>Sat, 06 May 2023 21:40:00 GMT</pubDate></item></channel></rss>