<?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[Migration doesn&#x27;t work in XCP-ng Centar after successful backup with Xen Orchestra]]></title><description><![CDATA[<p dir="auto">After performing backup job, options "migrate_send" and "pool_migrate" disappear from "allowed-operations" parametar. In such state, VM can be migrated with Xen Orchestra and xe toolstack (CLI), but cannot be migrated from XCP-NG Centar.</p>
<p dir="auto">Before backup job:</p>
<pre><code>allowed-operations (SRO): changing_dynamic_range; migrate_send; pool_migrate; changing_VCPUs_live; suspend; hard_reboot; hard_shutdown; clean_reboot; clean_shutdown; pause; checkpoint; snapshot
blocked-operations (MRW): 
</code></pre>
<p dir="auto">during backup:</p>
<pre><code>allowed-operations (SRO): changing_dynamic_range; changing_VCPUs_live; suspend; hard_reboot; hard_shutdown; clean_reboot; clean_shutdown; pause; checkpoint; snapshot
blocked-operations (MRW): migrate_send: VM migration is blocked during backup; pool_migrate: VM migration is blocked during backup
</code></pre>
<p dir="auto">after backup is finished:</p>
<pre><code>allowed-operations (SRO): changing_dynamic_range; changing_VCPUs_live; suspend; hard_reboot; hard_shutdown; clean_reboot; clean_shutdown; pause; checkpoint; snapshot
blocked-operations (MRW): 
</code></pre>
<p dir="auto">If we perform reset of XAPI toolstack, everything is OK (options "migrate_send" and "pool_migrate" are back on "allowed-operations"). Also, if we perform migration with Xen Orchestra or power cycle VM, everything works temporarily, until next backup job.</p>
<p dir="auto">We have latest Xen Orchestra from sources (Xen Orchestra: commit 0e6bc, Master: commit 0e6bc).<br />
This bug was also present on older Xen Orchestra (also from sources, installed at 19.06.2024).<br />
XCP-ng Centar is also latest release (20.04.01.33). XCP-ng Pool is at 8.2, all updates applied.<br />
We use Delta backups, and did a test with creating new job (with just one VM).</p>
<p dir="auto">Best regards!</p>
]]></description><link>https://xcp-ng.org/forum/topic/9486/migration-doesn-t-work-in-xcp-ng-centar-after-successful-backup-with-xen-orchestra</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 00:53:45 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/9486.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Aug 2024 08:34:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Migration doesn&#x27;t work in XCP-ng Centar after successful backup with Xen Orchestra on Tue, 20 Aug 2024 09:33:10 GMT]]></title><description><![CDATA[<p dir="auto">Hello all!</p>
<p dir="auto">It should be fixed <a href="https://github.com/vatesfr/xen-orchestra/commit/72592a54d2225d5368a3410e4b3c19039f8e5df1" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/vatesfr/xen-orchestra/commit/72592a54d2225d5368a3410e4b3c19039f8e5df1</a> <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=ab1daa29750" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<div class="row github-embeds-container">

<div class="col-md-6">
<div class="github-embed card">
<div class="card-body">



<div class="meta">
<span class="float-end">0 <i class="fa fa-comment"></i></span>
<img class="author-picture not-responsive" src="https://avatars.githubusercontent.com/u/150058367?v=4" title="b-Nollet" />
<a href="https://github.com/b-Nollet"><span class="username">b-Nollet</span></a> committed <span class="timeago" title="2024-08-20T09:11:48Z"></span> to <a href="//github.com/vatesfr/xen-orchestra">vatesfr/xen-orchestra</a>
</div>
<a href="https://github.com/vatesfr/xen-orchestra/commit/72592a54d2225d5368a3410e4b3c19039f8e5df1"><pre>fix(backups): correctly update allowed_operations - temporary fix (#7924)

Fixes https://xcp-ng.org/forum/post/81327

`allowed_operations` are currently not updated correctly when `blocked_operations` are modified, which causes backup jobs to remove `migrate_send` and `pool_migrate` from VM's `allowed_operations`. This commit fixes that, until `allowed_operations` updates correctly again.</pre></a>

</div>
</div>
</div>

</div>]]></description><link>https://xcp-ng.org/forum/post/81751</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/81751</guid><dc:creator><![CDATA[julien-f]]></dc:creator><pubDate>Tue, 20 Aug 2024 09:33:10 GMT</pubDate></item><item><title><![CDATA[Reply to Migration doesn&#x27;t work in XCP-ng Centar after successful backup with Xen Orchestra on Fri, 09 Aug 2024 16:22:12 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/nicols" aria-label="Profile: nicols">@<bdi>nicols</bdi></a> ,</p>
<p dir="auto">As Dan said, we are indeed investigation this issue, and we will try to provide a fix during the next weeks. We will keep you informed.</p>
<p dir="auto">Regards</p>
]]></description><link>https://xcp-ng.org/forum/post/81370</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/81370</guid><dc:creator><![CDATA[Bastien Nollet]]></dc:creator><pubDate>Fri, 09 Aug 2024 16:22:12 GMT</pubDate></item><item><title><![CDATA[Reply to Migration doesn&#x27;t work in XCP-ng Centar after successful backup with Xen Orchestra on Thu, 08 Aug 2024 11:06:29 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/nicols" aria-label="Profile: nicols">@<bdi>nicols</bdi></a>,</p>
<p dir="auto">Thanks for the report. I believe that our developers are already investigating this issue.</p>
<p dir="auto">Regards,<br />
Dan</p>
]]></description><link>https://xcp-ng.org/forum/post/81330</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/81330</guid><dc:creator><![CDATA[Danp]]></dc:creator><pubDate>Thu, 08 Aug 2024 11:06:29 GMT</pubDate></item><item><title><![CDATA[Reply to Migration doesn&#x27;t work in XCP-ng Centar after successful backup with Xen Orchestra on Thu, 08 Aug 2024 08:56:21 GMT]]></title><description><![CDATA[<p dir="auto">Probably related and/or similar (but not the same) as: <a href="https://xcp-ng.org/forum/topic/9087/migrate-vm-disk-operation-blocked">https://xcp-ng.org/forum/topic/9087/migrate-vm-disk-operation-blocked</a></p>
]]></description><link>https://xcp-ng.org/forum/post/81328</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/81328</guid><dc:creator><![CDATA[nicols]]></dc:creator><pubDate>Thu, 08 Aug 2024 08:56:21 GMT</pubDate></item></channel></rss>