<?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[Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM]]></title><description><![CDATA[<p dir="auto">I've updated a few VM's from Rocky Linux 8.7 to 8.8. Live migrating these 8.8 VM's now causes a reboot of the VM instead of a regular live migrate. This issue doesn't happen with Rocky Linux 8.7.</p>
<p dir="auto">I've tried updating the xe-tools to the latest version available on github (7.20.2-1), this didn't solve the issue.</p>
<p dir="auto">Is this a known issue already? Any idea how to debug this further?</p>
]]></description><link>https://xcp-ng.org/forum/topic/7420/live-migrate-of-rocky-linux-8-8-vm-crashes-reboots-vm</link><generator>RSS for Node</generator><lastBuildDate>Tue, 19 May 2026 13:30:12 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/7420.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Jun 2023 07:04:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Fri, 09 Jun 2023 15:22:04 GMT]]></title><description><![CDATA[<p dir="auto">So, after our investigations, we were able to pinpoint the issue.</p>
<p dir="auto">It seem to happen on most RHEL derivative distributions when migrating from 8.7 to 8.8. As suggested, the bug is in the kernel.</p>
<p dir="auto">Starting with <code>4.18.0-466.el8</code> the <a href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=06184325a1cce27a02a688d98740f90fe06e0133" target="_blank" rel="noopener noreferrer nofollow ugc">patch: x86/idt: Annotate alloc_intr_gate() with __init</a> is integrated and will create the issue. It is missing <a href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/xen/events/events_base.c?id=a0bb51f2638e0810c347024679239fd10a8f7990" target="_blank" rel="noopener noreferrer nofollow ugc">x86/xen: Split HVM vector callback setup and interrupt gate allocation</a> that should have been integrated as well.</p>
<p dir="auto">The migration to 8.8 will move you to <code>4.18.0-477.*</code> versions that are also raising this issue, that's what you reported.</p>
<p dir="auto">We found that the <code>4.18.0-488</code> that can be found in CentOS 8 Stream integrates the missing patch, and do indeed work when installed manually.</p>
<p dir="auto">Your report helped us identify and reproduce the issues. That allowed us to provide a callstack to Xen devs. Then Roger Pau Monné found that it was this patch missing quickly, and we were able to find which versions of the kernel RPMs were integrating it and when the fix was integrated.</p>
<p dir="auto">This means the issue was identified on RH side, and it is now a matter of having an updated kernel in derivative distributions like Rocky and Alma.</p>
]]></description><link>https://xcp-ng.org/forum/post/63061</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63061</guid><dc:creator><![CDATA[bleader]]></dc:creator><pubDate>Fri, 09 Jun 2023 15:22:04 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Wed, 09 Aug 2023 18:07:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/kfc-netearth" aria-label="Profile: KFC-Netearth">@<bdi>KFC-Netearth</bdi></a></p>
<p dir="auto">The Rocky Linux bugtracker indeed mentions it's mostly fixed, but there are still some kernel errors present: <a href="https://bugs.rockylinux.org/view.php?id=3565#c4293" target="_blank" rel="noopener noreferrer nofollow ugc">https://bugs.rockylinux.org/view.php?id=3565#c4293</a></p>
]]></description><link>https://xcp-ng.org/forum/post/64606</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/64606</guid><dc:creator><![CDATA[Weppel]]></dc:creator><pubDate>Wed, 09 Aug 2023 18:07:43 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Wed, 09 Aug 2023 15:31:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/kfc-netearth" aria-label="Profile: KFC-Netearth">@<bdi>KFC-Netearth</bdi></a> Surprising as it is still .477 but maybe the patch was backported, thanks for telling us!</p>
]]></description><link>https://xcp-ng.org/forum/post/64605</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/64605</guid><dc:creator><![CDATA[bleader]]></dc:creator><pubDate>Wed, 09 Aug 2023 15:31:49 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Wed, 09 Aug 2023 14:37:19 GMT]]></title><description><![CDATA[<p dir="auto">Just installed the latest kernel from Rocky and a live migrate seems to work on the 2 dev servers I have tried so far :<br />
4.18.0-477.21.1.el8_8.x86_64 #1 SMP Tue Aug 8 21:30:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux</p>
]]></description><link>https://xcp-ng.org/forum/post/64603</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/64603</guid><dc:creator><![CDATA[KFC-Netearth]]></dc:creator><pubDate>Wed, 09 Aug 2023 14:37:19 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Tue, 04 Jul 2023 06:48:13 GMT]]></title><description><![CDATA[<p dir="auto">Not entirely sure, but that may be related to what's happening on redhat side of things <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=bbd7a2dd886" class="not-responsive emoji emoji-android emoji--confused" style="height:23px;width:auto;vertical-align:middle" title=":/" alt="😕" /></p>
]]></description><link>https://xcp-ng.org/forum/post/63763</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63763</guid><dc:creator><![CDATA[bleader]]></dc:creator><pubDate>Tue, 04 Jul 2023 06:48:13 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Mon, 03 Jul 2023 18:21:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bleader" aria-label="Profile: bleader">@<bdi>bleader</bdi></a> Unfortunately, I think we're stuck on -477 until EL 8.9 comes out <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f615.png?v=bbd7a2dd886" class="not-responsive emoji emoji-android emoji--confused" style="height:23px;width:auto;vertical-align:middle" title=":/" alt="😕" /></p>
<p dir="auto">it's frustrating that it's taking them so long to fix this, especially when it seems like the bug was caused by a human error to begin with.</p>
]]></description><link>https://xcp-ng.org/forum/post/63760</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63760</guid><dc:creator><![CDATA[qnx]]></dc:creator><pubDate>Mon, 03 Jul 2023 18:21:48 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Fri, 30 Jun 2023 05:40:21 GMT]]></title><description><![CDATA[<p dir="auto">Makes sense, I was hoping they would go with a -488 on update... Sorry to hear its not the case <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=bbd7a2dd886" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":(" alt="😞" /></p>
]]></description><link>https://xcp-ng.org/forum/post/63670</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63670</guid><dc:creator><![CDATA[bleader]]></dc:creator><pubDate>Fri, 30 Jun 2023 05:40:21 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Thu, 29 Jun 2023 21:18:23 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for keeping us posted…</p>
<p dir="auto">Hopefully things will be fixed at some point. Maybe Red Hat is focused on doing other things right now…</p>
]]></description><link>https://xcp-ng.org/forum/post/63667</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63667</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Thu, 29 Jun 2023 21:18:23 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Thu, 29 Jun 2023 21:02:38 GMT]]></title><description><![CDATA[<p dir="auto">FYI this is not fixed yet in the latest EL kernel 4.18.0-477.15.1.el8_8.x86_64</p>
]]></description><link>https://xcp-ng.org/forum/post/63666</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63666</guid><dc:creator><![CDATA[Weppel]]></dc:creator><pubDate>Thu, 29 Jun 2023 21:02:38 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Sat, 10 Jun 2023 05:10:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bleader" aria-label="Profile: bleader">@<bdi>bleader</bdi></a> Thank you very much for the quick discovery of this, impressive work! I'm glad I could help!</p>
]]></description><link>https://xcp-ng.org/forum/post/63067</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63067</guid><dc:creator><![CDATA[Weppel]]></dc:creator><pubDate>Sat, 10 Jun 2023 05:10:09 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Fri, 09 Jun 2023 15:22:04 GMT]]></title><description><![CDATA[<p dir="auto">So, after our investigations, we were able to pinpoint the issue.</p>
<p dir="auto">It seem to happen on most RHEL derivative distributions when migrating from 8.7 to 8.8. As suggested, the bug is in the kernel.</p>
<p dir="auto">Starting with <code>4.18.0-466.el8</code> the <a href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=06184325a1cce27a02a688d98740f90fe06e0133" target="_blank" rel="noopener noreferrer nofollow ugc">patch: x86/idt: Annotate alloc_intr_gate() with __init</a> is integrated and will create the issue. It is missing <a href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/xen/events/events_base.c?id=a0bb51f2638e0810c347024679239fd10a8f7990" target="_blank" rel="noopener noreferrer nofollow ugc">x86/xen: Split HVM vector callback setup and interrupt gate allocation</a> that should have been integrated as well.</p>
<p dir="auto">The migration to 8.8 will move you to <code>4.18.0-477.*</code> versions that are also raising this issue, that's what you reported.</p>
<p dir="auto">We found that the <code>4.18.0-488</code> that can be found in CentOS 8 Stream integrates the missing patch, and do indeed work when installed manually.</p>
<p dir="auto">Your report helped us identify and reproduce the issues. That allowed us to provide a callstack to Xen devs. Then Roger Pau Monné found that it was this patch missing quickly, and we were able to find which versions of the kernel RPMs were integrating it and when the fix was integrated.</p>
<p dir="auto">This means the issue was identified on RH side, and it is now a matter of having an updated kernel in derivative distributions like Rocky and Alma.</p>
]]></description><link>https://xcp-ng.org/forum/post/63061</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63061</guid><dc:creator><![CDATA[bleader]]></dc:creator><pubDate>Fri, 09 Jun 2023 15:22:04 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Fri, 09 Jun 2023 09:01:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/stormi" aria-label="Profile: stormi">@<bdi>stormi</bdi></a> Confirmed</p>
]]></description><link>https://xcp-ng.org/forum/post/63058</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63058</guid><dc:creator><![CDATA[Weppel]]></dc:creator><pubDate>Fri, 09 Jun 2023 09:01:30 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Fri, 09 Jun 2023 08:32:53 GMT]]></title><description><![CDATA[<p dir="auto">Adding <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bleader" aria-label="Profile: bleader">@<bdi>bleader</bdi></a> to the discussion. He's trying to debug the issue.</p>
<p dir="auto">It looks like a simple VM suspend + resume also crashes the VM. Do you confirm, <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/weppel" aria-label="Profile: Weppel">@<bdi>Weppel</bdi></a>?</p>
]]></description><link>https://xcp-ng.org/forum/post/63056</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63056</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Fri, 09 Jun 2023 08:32:53 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Fri, 09 Jun 2023 08:19:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/stormi" aria-label="Profile: stormi">@<bdi>stormi</bdi></a> Thanks for noticing, my bad</p>
]]></description><link>https://xcp-ng.org/forum/post/63055</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63055</guid><dc:creator><![CDATA[Weppel]]></dc:creator><pubDate>Fri, 09 Jun 2023 08:19:46 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Fri, 09 Jun 2023 08:15:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/weppel" aria-label="Profile: Weppel">@<bdi>Weppel</bdi></a> It looks like you wrote KVM instead of Xen in the title.</p>
]]></description><link>https://xcp-ng.org/forum/post/63054</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63054</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Fri, 09 Jun 2023 08:15:09 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Fri, 09 Jun 2023 06:57:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/olivierlambert" aria-label="Profile: olivierlambert">@<bdi>olivierlambert</bdi></a></p>
<p dir="auto">I've created a bug report at Rocky Linux: <a href="https://bugs.rockylinux.org/view.php?id=3565" target="_blank" rel="noopener noreferrer nofollow ugc">https://bugs.rockylinux.org/view.php?id=3565</a></p>
<p dir="auto">Feel free to add to this if I missed any relevant information.</p>
]]></description><link>https://xcp-ng.org/forum/post/63051</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63051</guid><dc:creator><![CDATA[Weppel]]></dc:creator><pubDate>Fri, 09 Jun 2023 06:57:49 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Thu, 08 Jun 2023 08:05:20 GMT]]></title><description><![CDATA[<p dir="auto">I had the same problem with Oracle Linux 8. Kernel versions: 4.18.0-477.10 or 4.18.0-477.13.<br />
Previous kernel series, and UEK kernel, no such problem.</p>
<p dir="auto">This is what I saw in the log:</p>
<pre><code>Jun 8 09:40:31 gpool05-nodeA xenopsd-xc: [error||4030359 ||backtrace] Connection to VM console R:a08260fac6a2 failed, exception Xenops_interface.Xenopsd_error([S(Does_not_exist);[S(VM);S(87b062dd-b53f-04d7-c49d-32deec6716d6/config)]])
Jun 8 09:40:31 gpool05-nodeA xenopsd-xc: [error||4030359 ||backtrace] Raised Xenops_interface.Xenopsd_error([S(Does_not_exist);[S(VM);S(87b062dd-b53f-04d7-c49d-32deec6716d6/config)]])
Jun 8 09:40:31 gpool05-nodeA xenopsd-xc: [error||4030359 ||xenops_interface] Xenops_interface.Xenopsd_error([S(Does_not_exist);[S(VM);S(87b062dd-b53f-04d7-c49d-32deec6716d6/config)]]) (File "xen/xenops_interface.ml", line 165, characters 51-58)
</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/63027</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63027</guid><dc:creator><![CDATA[bogikornel]]></dc:creator><pubDate>Thu, 08 Jun 2023 08:05:20 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Thu, 08 Jun 2023 07:59:14 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the investigation. I think that might worth an upstream report to Rocky, right?</p>
]]></description><link>https://xcp-ng.org/forum/post/63026</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63026</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Thu, 08 Jun 2023 07:59:14 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Thu, 08 Jun 2023 07:58:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/olivierlambert" aria-label="Profile: olivierlambert">@<bdi>olivierlambert</bdi></a> Thank you very much for the quick follow-up.</p>
<p dir="auto">I've done some testing with a colleague and it looks to be kernel related. The stock Rocky Linux 8.8 kernel (4.18.0-477.13.1.el8_8.x86_64) causes the reboot to happen. Upgrading the kernel to kernel-lt (5.4.245-1.1.el8.elrepo.x86_64) allows the VM to be live-migrated again without reboot/crash.</p>
]]></description><link>https://xcp-ng.org/forum/post/63025</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63025</guid><dc:creator><![CDATA[Weppel]]></dc:creator><pubDate>Thu, 08 Jun 2023 07:58:00 GMT</pubDate></item><item><title><![CDATA[Reply to Live migrate of Rocky Linux 8.8 VM crashes&#x2F;reboots VM on Thu, 08 Jun 2023 07:50:21 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">We managed to reproduce the issue. We are investigating, thinking on a bug on 8.8 or a component inside it.</p>
]]></description><link>https://xcp-ng.org/forum/post/63024</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/63024</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Thu, 08 Jun 2023 07:50:21 GMT</pubDate></item></channel></rss>