<?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[XCP-ng 7.5.0 Release Candidate]]></title><description><![CDATA[<p dir="auto"><strong>Update: RC phase is over. See <a href="https://xcp-ng.org/forum/post/2568">https://xcp-ng.org/forum/post/2568</a> to switch your RC system to 7.5.0 final.</strong></p>
<h2>A release candidate before the final release</h2>
<p dir="auto">The online RPM repositories and installation ISO are ready for XCP-ng 7.5.0, and our internal tests did not reveal bugs.</p>
<p dir="auto">But before we release the final version to everyone, this time we'll start with a Release Candidate (RC). A RC is a pre-release that the developers consider ready but that hasn't faced testing from a broader audience yet. It's the last chance to spot potentially nasty bugs, and that's where you can help.</p>
<h2>What changed in a few words</h2>
<p dir="auto">We'll list the changes in a more detailed way for the final release announcement. Here's a quick <em>bullet-point</em> list.</p>
<ul>
<li>Based on XenServer 7.5 (see <a href="https://xen-orchestra.com/blog/xenserver-7-5/" target="_blank" rel="noopener noreferrer nofollow ugc">https://xen-orchestra.com/blog/xenserver-7-5/</a>)</li>
<li>Proprietary packages removed because we can't distribute them:
<ul>
<li>emu-manager (replaced by the new xcp-emu-manager, but lost vGPU migration support)</li>
<li>vgpu (nvidia vGPU support)</li>
</ul>
</li>
<li>Experimental packages can be installed for:
<ul>
<li>ZFS support: <a href="https://github.com/xcp-ng/xcp/wiki/ZFS-on-XCP-ng-7.5-and-later" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/xcp-ng/xcp/wiki/ZFS-on-XCP-ng-7.5-and-later</a></li>
<li>Ceph support: <a href="https://github.com/xcp-ng/xcp/wiki/Ceph-on-XCP-ng-7.5-or-later" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/xcp-ng/xcp/wiki/Ceph-on-XCP-ng-7.5-or-later</a></li>
</ul>
</li>
<li>Fixed some remaining bugs from XCP-ng 7.4.1</li>
<li>Fixed a regression of XenServer 7.5 that could make VHD export fail</li>
<li>Fixed some smaller bugs from XenServer 7.5</li>
</ul>
<p dir="auto">And also those invisible things in the background:</p>
<ul>
<li>Streamlined build process: <a href="https://github.com/xcp-ng/xcp-ng-build-env" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/xcp-ng/xcp-ng-build-env</a></li>
<li>New RPM repository structure on <a href="http://updates.xcp-ng.org" target="_blank" rel="noopener noreferrer nofollow ugc">updates.xcp-ng.org</a></li>
<li>Source RPMs are now available on <a href="http://updates.xcp-ng.org" target="_blank" rel="noopener noreferrer nofollow ugc">updates.xcp-ng.org</a></li>
<li>New git repositories for RPM sources on <a href="http://github.com/xcp-ng-rpms" target="_blank" rel="noopener noreferrer nofollow ugc">github.com/xcp-ng-rpms</a></li>
</ul>
<h2>How to upgrade</h2>
<p dir="auto">There are two different upgrade methods: classical upgrade via installation ISO or upgrade using <code>yum</code>.</p>
<p dir="auto">Before upgrading, remember that it is a pre-release, so the risks are higher than with a final release. But if you can take the risk, please do and tell us how it went and what method you used!</p>
<p dir="auto">Reminder: <strong>always upgrade the master first</strong> (reboot it first, THEN the slaves).<br />
Also <strong>disable HA</strong> before upgrading.</p>
<p dir="auto">Now to the upgrade methods:</p>
<p dir="auto"><strong>Upgrade via the installation ISO image</strong></p>
<ul>
<li>Download <a href="https://xcp-ng.org/7.5/xcp-ng-7.5.0-RC1.iso" target="_blank" rel="noopener noreferrer nofollow ugc">https://xcp-ng.org/7.5/xcp-ng-7.5.0-RC1.iso</a></li>
<li>Check integrity of the downloaded ISO:
<ul>
<li>MD5: <code>080521f3f9f3cef21f8ad3eafd521335</code></li>
<li>SHA256: <code>3fa5ab4c7ff4fb2f50402f58b3a037fdd3bc46916b71369be06885da24936c54</code></li>
</ul>
</li>
<li>Copy the ISO (byte to byte copy, such as using <code>dd</code>) to an usb stick and boot it. Or find another way to boot the ISO <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=0594cb2b96d" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></li>
</ul>
<p dir="auto"><strong>Upgrade with yum, as root on the server</strong></p>
<p dir="auto">This method is still experimental, because there are more things that can go wrong when you upgrade 500 packages one by one than when you reinstall from scratch (which is what the installation ISO does, without losing your data of course). Actually, we did find a few bugs in packages from XenServer that give a different result depending on the upgrade method. See for example <a href="https://bugs.xenserver.org/browse/XSO-877" target="_blank" rel="noopener noreferrer nofollow ugc">https://bugs.xenserver.org/browse/XSO-877</a> that we reported to XenServer teams.</p>
<p dir="auto">Upgrade via installation ISO is also the only upgrade method that creates a backup of the old system to a backup partition before installing the new version.</p>
<p dir="auto">With all these warnings given, we still think we made it stable enough for you to try it!</p>
<pre><code class="language-bash"># Download repository file for the RC. This step will not be needed for final release.
wget https://updates.xcp-ng.org/7/xcp-ng-7.5.repo -O /etc/yum.repos.d/xcp-ng-7.5.repo
yum install xcp-ng-deps
yum update
reboot
# then either keep the xcp-ng-7.5.repo file to benefit from bugfix updates during the RC phase or remove it
# in any case remember to remove it when 7.5 final is released, or it will pollute your repository list for nothing.
</code></pre>
<h2>What to test</h2>
<p dir="auto">Well, mostly that what used to work still works! Report or ask anything as replies to this thread. If some matters happen to deserve their own threads or bug reports, we can move when needed.</p>
]]></description><link>https://xcp-ng.org/forum/topic/241/xcp-ng-7-5-0-release-candidate</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 13:04:12 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/241.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Jul 2018 13:10:38 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Fri, 10 Aug 2018 08:29:52 GMT]]></title><description><![CDATA[<p dir="auto">Hello dear RC testers!</p>
<p dir="auto">We are releasing 7.5.0 final today, so here's how to go from 7.5.0RC to 7.5.0.</p>
<p dir="auto"><strong>Warning: this is only for people who installed the RC. Detailed procedure will be given in the release announcement for upgrading an XCP-ng 7.4 server</strong></p>
<h2>Option 1, upgrade using the installation ISO</h2>
<p dir="auto">Will work, although may be a little overkill since you already have a nearly-final 7.5.0.</p>
<h2>Option 2, update yum repository files and update the system</h2>
<pre><code># remove the RC-specific repository file if present
rm /etc/yum.repos.d/xcp-ng-7.5.repo -f
# install the 7.5 official repository file
wget https://updates.xcp-ng.org/7/xcp-ng-7.5.repo -O /etc/yum.repos.d/xcp-ng.repo
# update. If you had updated your RC regularly, this will install nothing, else you'll get a few packages
yum update
# if the kernel or xen-* packages got updated, reboot your server

# that's it, you've got 7.5.0 final!
</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/2568</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2568</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Fri, 10 Aug 2018 08:29:52 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Tue, 07 Aug 2018 08:04:42 GMT]]></title><description><![CDATA[<p dir="auto">Nope I'm using Lili USB creator and so far it was working fine as I mentioned even if I use Citrix Xen server or XCP-NG.<br />
But sorry I just realize something and want to make a remark . This software has an option to hide some files . And because I was in a hurry yesterday and  forgot to remove the option. I have a backup of my VM's , that is why will test it again today without this option.<br />
If it is working will update you , as well for those which are not comfortable to use command line <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=0594cb2b96d" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /></p>
<p dir="auto">Thanks Borzel</p>
]]></description><link>https://xcp-ng.org/forum/post/2398</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2398</guid><dc:creator><![CDATA[asus]]></dc:creator><pubDate>Tue, 07 Aug 2018 08:04:42 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Tue, 07 Aug 2018 07:58:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/asus" aria-label="Profile: asus">@<bdi>asus</bdi></a> said in <a href="/forum/post/2396">XCP-ng 7.5.0 Release Candidate</a>:</p>
<blockquote>
<p dir="auto">Whenever I use bootable USB</p>
</blockquote>
<p dir="auto">Did you create your USB bootmedia using <code>dd</code> on commandline?</p>
]]></description><link>https://xcp-ng.org/forum/post/2397</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2397</guid><dc:creator><![CDATA[borzel]]></dc:creator><pubDate>Tue, 07 Aug 2018 07:58:47 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Tue, 07 Aug 2018 07:52:13 GMT]]></title><description><![CDATA[<p dir="auto">Whenever I use bootable USB , it is booting properly and going to the part of actual installation where it asking for the media (Local,HTTP,NFS) and choose local media it says that media was not found.</p>
<p dir="auto">Once I use burned CD all it's OK.</p>
<p dir="auto">IN 7.4 release I haven't such kind of problem at all. Installation form USB going smoothly.Suppose this is a problem in this release. Just to clarify that in some very old versions of Xen server the same problem has been found but there it was related with USB 3.0 and USB 2.0.</p>
<p dir="auto">Anyone met this issue ?</p>
]]></description><link>https://xcp-ng.org/forum/post/2396</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2396</guid><dc:creator><![CDATA[asus]]></dc:creator><pubDate>Tue, 07 Aug 2018 07:52:13 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Mon, 06 Aug 2018 06:46:08 GMT]]></title><description><![CDATA[<p dir="auto">It's maybe not impossible, but you can't count on Citrix to achieve it, at least with their current priorities.</p>
<p dir="auto">One of our objective is to master <code>smapiv3</code> (which is the new storage stack of XS) to be able to build something thin on LVM (amongst other things), but this will require to hire people with advanced knowledge in both XAPI and SR. As you can imagine, there isn't a lot of places where you can find those.</p>
]]></description><link>https://xcp-ng.org/forum/post/2369</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2369</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Mon, 06 Aug 2018 06:46:08 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Sun, 05 Aug 2018 23:27:47 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> the fact they didn't succeded doesn't means necessary it does not work.<br />
I'm still surprise they didn't add for ages what you add in few months (ceph, gluster, zfs)</p>
]]></description><link>https://xcp-ng.org/forum/post/2367</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2367</guid><dc:creator><![CDATA[buzzzo]]></dc:creator><pubDate>Sun, 05 Aug 2018 23:27:47 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Sun, 05 Aug 2018 09:32:52 GMT]]></title><description><![CDATA[<p dir="auto">@Ruskofff LVM thin won't happen I'm afraid. They had to many issues doing it when they tried (data corruption). The path they are using not for thin pro on block based (eg iSCSI) is GFS2. But this require a cluster working, and this part isn't Open Source…</p>
]]></description><link>https://xcp-ng.org/forum/post/2359</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2359</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Sun, 05 Aug 2018 09:32:52 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Sat, 04 Aug 2018 17:50:11 GMT]]></title><description><![CDATA[<p dir="auto">I installed this RC1 version via a fresh install using the ISO image (from Proxmox). I used EXT3 thin provisioning as usual (one day Citrix will give us the opportunity to use LVM Thin <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f614.png?v=0594cb2b96d" class="not-responsive emoji emoji-android emoji--pensive" style="height:23px;width:auto;vertical-align:middle" title=":pensive:" alt="😔" />).</p>
<p dir="auto">No problem at all ! Great ! XenOrchestra 5.22 works great, same for XCP.</p>
<p dir="auto">However, I have not yet had the opportunity to test the USB Passthrough. And finally, my network card does not support SR-IOV, so no opinion on it.</p>
]]></description><link>https://xcp-ng.org/forum/post/2356</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2356</guid><dc:creator><![CDATA[ruskofd]]></dc:creator><pubDate>Sat, 04 Aug 2018 17:50:11 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Sat, 04 Aug 2018 10:11:39 GMT]]></title><description><![CDATA[<p dir="auto">Ran, tested, all as expected.  Thanks.</p>
]]></description><link>https://xcp-ng.org/forum/post/2354</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2354</guid><dc:creator><![CDATA[Bungo]]></dc:creator><pubDate>Sat, 04 Aug 2018 10:11:39 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Fri, 03 Aug 2018 15:49:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/bungo" aria-label="Profile: bungo">@<bdi>bungo</bdi></a> I uploaded a fixed package, can you test it?</p>
<pre><code># only needed if you test so quickly that yum's cache couldn't expire
yum clean metadata --enablerepo='*'

# install the update candidate
yum install xcp-ng-pv-tools --enablerepo='xcp-ng-updates_testing*'
</code></pre>
<p dir="auto">Here's what you should see in the Windows section of <code>README.txt</code></p>
<pre><code>We are not allowed to redistribute the windows tools built and signed by
Citrix, so they are not included here.

If you are using Xen Orchestra, you can switch the "Windows Update tools"
advanced parameter on from the "Advanced" tab of the VM view. This will
allow you to install the tools directly from Windows Updates.

Any help in building the tools from the sources to add them back in this
ISO image is welcome. See https://github.com/xcp-ng/xcp/issues/23
</code></pre>
<div class="row github-embeds-container">

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

<div class="meta">
<img class="author-picture not-responsive" src="https://avatars.githubusercontent.com/u/1241401?v=4" title="olivierlambert" />
<a href="https://github.com/olivierlambert"><span class="username">olivierlambert</span></a> created this issue <span class="timeago" title="2018-04-10T16:05:39Z"></span> in <a href="//github.com/xcp-ng/xcp">xcp-ng/xcp</a>
</div>
<h3>
<span class="badge closed float-end">closed</span>
<a href="https://github.com/xcp-ng/xcp/issues/23">Windows PV tools</a>
<span class="number">#23</span>
</h3>



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

</div>]]></description><link>https://xcp-ng.org/forum/post/2335</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2335</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Fri, 03 Aug 2018 15:49:36 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Fri, 03 Aug 2018 14:54:17 GMT]]></title><description><![CDATA[<p dir="auto">Indeed. I'll fix it.</p>
]]></description><link>https://xcp-ng.org/forum/post/2329</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2329</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Fri, 03 Aug 2018 14:54:17 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Fri, 03 Aug 2018 14:48:14 GMT]]></title><description><![CDATA[<p dir="auto">The readme doesn't say that.  Might need to adjust it.</p>
]]></description><link>https://xcp-ng.org/forum/post/2326</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2326</guid><dc:creator><![CDATA[Bungo]]></dc:creator><pubDate>Fri, 03 Aug 2018 14:48:14 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Fri, 03 Aug 2018 14:32:35 GMT]]></title><description><![CDATA[<p dir="auto">The windows tools are not free software, we can't distribute them. There's a way to install them though: <a href="https://xcp-ng.org/2018/04/23/the-future-of-vm-tools/" target="_blank" rel="noopener noreferrer nofollow ugc">https://xcp-ng.org/2018/04/23/the-future-of-vm-tools/</a> (see "a better model")</p>
]]></description><link>https://xcp-ng.org/forum/post/2325</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2325</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Fri, 03 Aug 2018 14:32:35 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Fri, 03 Aug 2018 14:20:06 GMT]]></title><description><![CDATA[<p dir="auto">Updated via YUM, all seemed to go well, except the xcp-ng tools ISO only seems to have the Linux directory and the readme.txt file on it, no windows tools.</p>
<p dir="auto">Guests on 3 hosts same.</p>
<p dir="auto">file appears to be "guest-tools-7.29.0-2.iso" in /opt/xensource/packages/iso</p>
<p dir="auto">cheers.</p>
]]></description><link>https://xcp-ng.org/forum/post/2322</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2322</guid><dc:creator><![CDATA[Bungo]]></dc:creator><pubDate>Fri, 03 Aug 2018 14:20:06 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Fri, 03 Aug 2018 12:19:37 GMT]]></title><description><![CDATA[<p dir="auto">I think ballooning + PCI passthrough can cause some crashes, so that's why there is a check to avoid using both at the same time.</p>
]]></description><link>https://xcp-ng.org/forum/post/2319</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2319</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Fri, 03 Aug 2018 12:19:37 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Fri, 03 Aug 2018 12:18:47 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">Hi<br />
After a bit of googling on populate on demand I realized.<br />
strange that it worked under 7.4.1.</p>
<p dir="auto">if I understood correctly, it is the dynamic ram assign with min / max.</p>
<p dir="auto">after I entered a fixed size for ram, the start worked fine.</p>
<p dir="auto">thank you for the great work <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=0594cb2b96d" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
<p dir="auto">Christian</p>
]]></description><link>https://xcp-ng.org/forum/post/2318</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2318</guid><dc:creator><![CDATA[christianuhlmann]]></dc:creator><pubDate>Fri, 03 Aug 2018 12:18:47 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Fri, 03 Aug 2018 12:16:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/christianuhlmann" aria-label="Profile: christianuhlmann">@<bdi>christianuhlmann</bdi></a> said in <a href="/forum/post/2316">XCP-ng 7.5.0 Release Candidate</a>:</p>
<blockquote>
<p dir="auto">Populate on Demand</p>
</blockquote>
<p dir="auto">Do you know what's this? It seems incompatible to have it enable in parallel with PCI Passthrought.</p>
<p dir="auto">edit: it seems your dynamix min/max and static max aren't set at the same value.</p>
]]></description><link>https://xcp-ng.org/forum/post/2317</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2317</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Fri, 03 Aug 2018 12:16:43 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Fri, 03 Aug 2018 11:57:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/christianuhlmann" aria-label="Profile: christianuhlmann">@<bdi>christianuhlmann</bdi></a> said in <a href="/forum/post/2163">XCP-ng 7.5.0 Release Candidate</a>:</p>
<blockquote>
<p dir="auto">my first host with xcp-ng upgraded successful to 7.5 (Intel NUC) without an error.<br />
thanks for the great job !</p>
</blockquote>
<p dir="auto">second server has also been updated successfully.</p>
<p dir="auto">the third server I use pci passthroug for 2 DVB cards.<br />
So far that was excellent under 7.4.1.</p>
<p dir="auto">Since upgrading to 7.5 I get the following error if i want to start the vm with the passthroug pci devices:</p>
<pre><code>vm.start
{
  "id": "40bcca30-d07a-db7c-5744-c134a30af5d1"
}
{
  "message": "INTERNAL_ERROR(xenopsd internal error: (Failure
  \"Error from xenguesthelper: Populate on Demand and PCI Passthrough are mutually exclusive\"))",
  "stack": "XapiError: INTERNAL_ERROR(xenopsd internal error: (Failure
  \"Error from xenguesthelper: Populate on Demand and PCI Passthrough are mutually exclusive\"))
    at wrapError (/home/node/xen-orchestra/packages/xen-api/src/index.js:197:9)
    at /home/node/xen-orchestra/packages/xen-api/src/index.js:1064:18
    at run (/home/node/xen-orchestra/node_modules/core-js/modules/es6.promise.js:75:22)
    at /home/node/xen-orchestra/node_modules/core-js/modules/es6.promise.js:92:30
    at flush (/home/node/xen-orchestra/node_modules/core-js/modules/_microtask.js:18:9)
    at _combinedTickCallback (internal/process/next_tick.js:131:7)
    at process._tickCallback (internal/process/next_tick.js:180:9)",
  "code": "INTERNAL_ERROR",
  "params": [
    "xenopsd internal error: (Failure
  \"Error from xenguesthelper: Populate on Demand and PCI Passthrough are mutually exclusive\")"
  ],
  "method": "VM.start"
}
</code></pre>
<p dir="auto">all seem ok</p>
<pre><code># lspci
.....
02:00.0 Multimedia controller: Digital Devices GmbH Octopus DVB Adapter
......
08:00.0 Multimedia controller: Digital Devices GmbH Cine V7
</code></pre>
<pre><code># xl pci-assignable-list
0000:02:00.0
0000:08:00.0
</code></pre>
<pre><code># xe vm-param-get uuid=40bcca30-d07a-db7c-5744-c134a30af5d1 param-name=other-config
pci: 0/0000:02:00.0,0/0000:08:00.0; base_template_name: Debian Stretch 9.0; import_task: OpaqueRef:83a9253c-f3c0-448f-aba6-df5efa2c1c4a; mac_seed: 1113ba83-5709-4ca5-a292-f8b81a047db4; install-methods: cdrom,nfs,http,ftp; linux_template: true
</code></pre>
<p dir="auto">Does anyone have any idea what that might be?<br />
does anyone have an upgrade to 7.5 with pci passthroug on the run?</p>
<p dir="auto">Thanks and Greetings</p>
<p dir="auto">Christian</p>
]]></description><link>https://xcp-ng.org/forum/post/2316</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2316</guid><dc:creator><![CDATA[christianuhlmann]]></dc:creator><pubDate>Fri, 03 Aug 2018 11:57:52 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Fri, 03 Aug 2018 11:10:10 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=0594cb2b96d" class="not-responsive emoji emoji-android emoji--+1" style="height:23px;width:auto;vertical-align:middle" title=":+1:" alt="👍" /> Great!</p>
]]></description><link>https://xcp-ng.org/forum/post/2310</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2310</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Fri, 03 Aug 2018 11:10:10 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Fri, 03 Aug 2018 11:09:19 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> No issue to do it.</p>
]]></description><link>https://xcp-ng.org/forum/post/2308</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2308</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Fri, 03 Aug 2018 11:09:19 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Fri, 03 Aug 2018 11:02:25 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> said in <a href="/forum/post/2304">XCP-ng 7.5.0 Release Candidate</a>:</p>
<blockquote>
<p dir="auto">yum update --enablerepo='xcp-ng-updates_testing*'</p>
</blockquote>
<p dir="auto">Is this interfering with the ZFS packages or there is no issue to do it? (especially blktap)</p>
]]></description><link>https://xcp-ng.org/forum/post/2306</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2306</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Fri, 03 Aug 2018 11:02:25 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Fri, 03 Aug 2018 10:47:30 GMT]]></title><description><![CDATA[<p dir="auto">I pushed several update candidates to the RC in the <code>updates_testing</code> repository:</p>
<ul>
<li>vhd-tool fixing two bugs:
<ul>
<li>"VDI import seems broken for large VHD files" <a href="https://bugs.xenserver.org/browse/XSO-868" target="_blank" rel="noopener noreferrer nofollow ugc">https://bugs.xenserver.org/browse/XSO-868</a></li>
<li>"VDI export fails with VDI I/O error" <a href="https://bugs.xenserver.org/browse/XSO-873" target="_blank" rel="noopener noreferrer nofollow ugc">https://bugs.xenserver.org/browse/XSO-873</a></li>
</ul>
</li>
<li>xen security update</li>
</ul>
<p dir="auto">To test: <code>yum update --enablerepo='xcp-ng-updates_testing*'</code> and reboot.</p>
<p dir="auto">What we need is to make sure they cause no regressions.</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://xcp-ng.org/forum/post/2304</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2304</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Fri, 03 Aug 2018 10:47:30 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Fri, 03 Aug 2018 09:36:40 GMT]]></title><description><![CDATA[<p dir="auto">This thread is having several discussions in parallel. If nobody minds, I'll move them to separate threads soon.</p>
<p dir="auto">Update: done.</p>
<ul>
<li>Update with HA enabled / or not upgrading master first : <a href="https://xcp-ng.org/forum/topic/265/issues-when-upgrading-with-ha-enabled">https://xcp-ng.org/forum/topic/265/issues-when-upgrading-with-ha-enabled</a></li>
<li>USB passthrough: <a href="https://xcp-ng.org/forum/topic/266/usb-passthrough-test-reports-in-7-5rc1">https://xcp-ng.org/forum/topic/266/usb-passthrough-test-reports-in-7-5rc1</a></li>
</ul>
]]></description><link>https://xcp-ng.org/forum/post/2299</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2299</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Fri, 03 Aug 2018 09:36:40 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 7.5.0 Release Candidate on Wed, 01 Aug 2018 18:26:46 GMT]]></title><description><![CDATA[<ol>
<li>Nope</li>
<li>Yes.</li>
</ol>
]]></description><link>https://xcp-ng.org/forum/post/2192</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2192</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Wed, 01 Aug 2018 18:26:46 GMT</pubDate></item></channel></rss>