<?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 8.1.0 beta now available!]]></title><description><![CDATA[<p dir="auto"><strong>This thread is now read-only. Testing feedback now happens <a href="https://xcp-ng.org/forum/topic/2703/xcp-ng-8-1-release-candidate-now-available">on the thread dedicated to the 8.1 RC release</a>.</strong></p>
<p dir="auto">Hello to everyone.</p>
<p dir="auto">The <em>beta</em> release of XCP-ng 8.1 is available right now <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f680.png?v=0594cb2b96d" class="not-responsive emoji emoji-android emoji--rocket" style="height:23px;width:auto;vertical-align:middle" title=":rocket:" alt="🚀" /> .</p>
<h3>What changed</h3>
<p dir="auto">Non-exhaustive list:</p>
<ul>
<li>Based on Citrix Hypervisor 8.1 (<a href="https://docs.citrix.com/en-us/citrix-hypervisor/whats-new.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.citrix.com/en-us/citrix-hypervisor/whats-new.html</a>).</li>
<li>Same base version of CentOS (7.5), same base version of kernel (4.19, with more patches of course)</li>
<li>Xen 4.13</li>
<li>UEFI support for guests is not experimental anymore</li>
<li>Support for Secure Boot is <em>NOT INCLUDED</em> because it relies on Proprietary packages. We're raising the issue with the Xen community to see how to provide a FOSS implementation.</li>
<li>Citrix announces:
<ul>
<li>"Improved performance for VM imports and exports that use the XVA format" thanks to the use of a very efficient hash algorithm</li>
<li>"Storage performance improvements"</li>
<li>"New Windows I/O drivers with improved performance"</li>
<li>(From <a href="https://bugs.xenserver.org/browse/XSO-951" target="_blank" rel="noopener noreferrer nofollow ugc">https://bugs.xenserver.org/browse/XSO-951</a>) The next update (apparently not published yet as of 2020-01-27) of the Windows Drivers through Windows Update should at last be compatible with non-english locales!</li>
</ul>
</li>
<li><code>chrony</code> replaces <code>ntp</code></li>
<li>Support for PV guests is now deprecated
<ul>
<li>templates for creating PV guests have been removed</li>
<li>existing guests will still run</li>
<li>it is advised to convert them to HVM guests</li>
<li>a compatibility layer should be provided in the future for PV guests that really can't be converted. But really anyone who can convert to HVM, should</li>
<li>due to how 32-bit PV guests work, keeping it functioning on newer hardware with newer features comes with an increasing performance cost, and the linux kernel is about to drop support for 32-bit PV guests</li>
</ul>
</li>
<li>Support for AMD EPYC 7xx2(P) added</li>
<li>Dynamic Memory Control (DMC) is deprecated and will be removed in the future.</li>
<li>VSS and quiesced snapshots support is removed, because it never worked correctly and caused more harm than good.
<ul>
<li>For backups, we are working on support for backups that include the guest RAM to replace the need for quiesced snapshots.</li>
<li>Note that Windows guest tools version 9 (the default for recent versions of Windows if you install through Windows Update) already removed VSS support, even for older versions of CH / XCP-ng</li>
</ul>
</li>
<li>For new local storage repositories using the EXT filesystem, it now defaults to <code>ext4</code>.
<ul>
<li>The transition from our experimental <code>ext4</code> storage driver is not automatic so you still need the <code>sm-additional-drivers</code> package if you have such a local storage repository.</li>
<li>We will try to provide an automated conversion from the <code>ext4</code> experimental driver to the <code>ext</code> driver for the RC (release candidate) release of XCP-ng. If we can't, we'll document the transition.</li>
</ul>
</li>
<li>Status of our specific packages:
<ul>
<li>Support for XFS in local storage repository still available through the <code>sm-additional-drivers</code> package.</li>
<li>ZFS still available as an additional package and updated to 0.8.2. We may update to 0.8.3 for the RC release of XCP-ng.</li>
<li>Alternate kernel: none available yet for 8.1, work in progress</li>
<li>netdata RPMs are <s>not</s> ready <s>yet</s>: <s>waiting for</s> Xen 4.13 support added by <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/r1" aria-label="Profile: r1">@<bdi>r1</bdi></a>, needs testing: <a href="https://github.com/netdata/netdata/issues/7803" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/netdata/netdata/issues/7803</a></li>
</ul>
</li>
</ul>
<p dir="auto"><strong>2020-02-20 update</strong></p>
<p dir="auto">Announcement about our former experimental ext4 SR driver:</p>
<p dir="auto">It is now deprecated in 8.1. For a good reason: in XCP-ng 8.1 and above, following upstream changes, the ext driver now formats new SRs as EXT4.</p>
<p dir="auto">There is no easy way to convert an existing SR created with our driver, so those using it will need to move the VDIs out (to another SR or to export them), destroy the SR and create an EXT SR instead. Make sure to do this on XCP-ng 8.1.</p>
<p dir="auto">The sm-additional-drivers package remains available in XCP-ng 8.1 in order to ease the transition. However I've broken the sr-create command on purpose. Any attempt to create a SR of type ext4 will result in an error with a message that explains that you need to use the ext type instead.</p>
<p dir="auto">Our experimental driver will be completely removed in a later release, possibly XCP-ng 8.2. Unless someone convinces me to delay the removal for a good reason. I will accept reasons such as "I know I shouldn't have used the experimental driver in production, but I did and need more time to convert my SR while at the same time I really need feature xxx from XCP-ng 8.2", but I really would prefer to drop it in 8.2.</p>
<p dir="auto">Feedback from people doing the transition is welcome to make sure we document the transition in the best way possible.</p>
<h3>Documentation</h3>
<p dir="auto">At this stage you should already be aware that our main documentation is in our <a href="https://github.com/xcp-ng/xcp/wiki" target="_blank" rel="noopener noreferrer nofollow ugc">wiki</a> and you should also know that you can all take part in completing it. It's improving continuously and still has room for improvement.</p>
<h3>How to upgrade</h3>
<p dir="auto">Since XCP-ng 8.1.0 is a minor release, both upgrade methods are supported:</p>
<ul>
<li>From the installation ISO</li>
<li>From command line using <code>yum</code></li>
</ul>
<p dir="auto">Refer to the upgrade howto: <a href="https://github.com/xcp-ng/xcp/wiki/Upgrade-Howto" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/xcp-ng/xcp/wiki/Upgrade-Howto</a></p>
<p dir="auto">Downloads:</p>
<ul>
<li>Standard ISO: <a href="http://mirrors.xcp-ng.org/isos/8.1/xcp-ng-8.1.0-beta.iso" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrors.xcp-ng.org/isos/8.1/xcp-ng-8.1.0-beta.iso</a></li>
<li>Net-install ISO: <a href="http://mirrors.xcp-ng.org/isos/8.1/xcp-ng-8.1.0-beta-netinstall.iso" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrors.xcp-ng.org/isos/8.1/xcp-ng-8.1.0-beta-netinstall.iso</a></li>
<li>SHA256SUMS: <a href="http://mirrors.xcp-ng.org/isos/8.1/SHA256SUMS" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrors.xcp-ng.org/isos/8.1/SHA256SUMS</a></li>
<li>Signatures of the sums: <a href="http://mirrors.xcp-ng.org/isos/8.1/SHA256SUMS.asc" target="_blank" rel="noopener noreferrer nofollow ugc">http://mirrors.xcp-ng.org/isos/8.1/SHA256SUMS.asc</a></li>
</ul>
<p dir="auto"><em><strong>If your browser tells you that the page is redirected in a way that prevents from loading the page correctly, this is a know issue. Long story short, it's caused by a wrong security header sent by the forum software, which impacts all non HTTPS requests to the <a href="http://xcp-ng.org" target="_blank" rel="noopener noreferrer nofollow ugc">xcp-ng.org</a> domain. Try in Private Navigation mode or use curl or wget.</strong></em></p>
<p dir="auto">It's a good habit to check your downloaded ISO against the SHA256 sum and for better security also check the signature of those sums. Although our mirror redirector does try to detect file changes on mirrors, it's should always be envisioned that a mirror (or in the worst case our source mirror) gets hacked and managed to provide both fake ISOs and SHA256 sums. But they <strong>can't</strong> fake the signature. See <a href="https://github.com/xcp-ng/xcp/wiki/How-to-check-the-authenticity-of-files-downloaded-from-XCP-mirrors" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/xcp-ng/xcp/wiki/How-to-check-the-authenticity-of-files-downloaded-from-XCP-mirrors</a>.</p>
<h3>Stay up to date</h3>
<p dir="auto">Run <code>yum update</code> regularly. We'll fix bugs that are detected regularly until the final release. Subscribe to this thread (and make sure to activate mail notifications in the forum parameters if you need them): we'll announce every important update to the RC here.</p>
<h3>What to test</h3>
<p dir="auto">Everything and Anything!</p>
<p dir="auto">Report or ask anything as replies to this thread.</p>
<p dir="auto">A community effort to list things to be tested has been started at <a href="https://github.com/xcp-ng/xcp/wiki/Test-XCP" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/xcp-ng/xcp/wiki/Test-XCP</a></p>
<p dir="auto">Feedback is welcome both about successes and failures.</p>
<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/451043?v=4" title="stormi" />
<a href="https://github.com/stormi"><span class="username">stormi</span></a> created this issue <span class="timeago" title="2020-01-20T17:00:44Z"></span> in <a href="//github.com/netdata/netdata">netdata/netdata</a>
</div>
<h3>
<span class="badge closed float-end">closed</span>
<a href="https://github.com/netdata/netdata/issues/7803">xenstat plugin doesn't build against Xen 4.13</a>
<span class="number">#7803</span>
</h3>



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

</div>]]></description><link>https://xcp-ng.org/forum/topic/2516/xcp-ng-8-1-0-beta-now-available</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 00:02:44 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/2516.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Jan 2020 14:28:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 06 Mar 2020 16:05:38 GMT]]></title><description><![CDATA[<p dir="auto">This thread is now dead, long live the <a href="https://xcp-ng.org/forum/topic/2703/xcp-ng-8-1-release-candidate-now-available">8.1 RC thread</a>!</p>
]]></description><link>https://xcp-ng.org/forum/post/23304</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/23304</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Fri, 06 Mar 2020 16:05:38 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Mon, 02 Mar 2020 22:16:41 GMT]]></title><description><![CDATA[<p dir="auto">I've not imported full VM's but have imported a number of disks and they worked reasonably quickly I guess, although I have only very limited reference from another much more powerful setup to compare with.</p>
<p dir="auto">Peter.</p>
]]></description><link>https://xcp-ng.org/forum/post/23149</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/23149</guid><dc:creator><![CDATA[pnunn]]></dc:creator><pubDate>Mon, 02 Mar 2020 22:16:41 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Mon, 02 Mar 2020 18:51:38 GMT]]></title><description><![CDATA[<p dir="auto">Did anyone try the performance of VM export/import yet?<br />
I am really excited to see the increase since this was one of the improvements mentioned by Citrix.</p>
]]></description><link>https://xcp-ng.org/forum/post/23140</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/23140</guid><dc:creator><![CDATA[nikade]]></dc:creator><pubDate>Mon, 02 Mar 2020 18:51:38 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Mon, 02 Mar 2020 12:03:03 GMT]]></title><description><![CDATA[<p dir="auto">Same here, a single host as well as two host pool are running fine so far. All upgraded via yum from 7.6.</p>
]]></description><link>https://xcp-ng.org/forum/post/23097</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/23097</guid><dc:creator><![CDATA[cnaumer]]></dc:creator><pubDate>Mon, 02 Mar 2020 12:03:03 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Sat, 29 Feb 2020 09:28:10 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the feedback!</p>
]]></description><link>https://xcp-ng.org/forum/post/23026</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/23026</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Sat, 29 Feb 2020 09:28:10 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Sat, 29 Feb 2020 02:16:38 GMT]]></title><description><![CDATA[<p dir="auto">Running two hosts on the beta in my lab and so far have had no issues at all (touch wood). Looking forward to this hitting production.</p>
<p dir="auto">P.</p>
]]></description><link>https://xcp-ng.org/forum/post/23020</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/23020</guid><dc:creator><![CDATA[pnunn]]></dc:creator><pubDate>Sat, 29 Feb 2020 02:16:38 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 28 Feb 2020 18:01:04 GMT]]></title><description><![CDATA[<p dir="auto">A better label would just be "ext" so that it works both for ext3 and ext4.</p>
]]></description><link>https://xcp-ng.org/forum/post/23014</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/23014</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Fri, 28 Feb 2020 18:01:04 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 28 Feb 2020 16:54:45 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/22985">XCP-ng 8.1.0 beta now available!</a>:</p>
<blockquote>
<p dir="auto">I don't think you should trust XCP-ng Center on this. What do you think <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/borzel" aria-label="Profile: borzel">@<bdi>borzel</bdi></a>?</p>
<p dir="auto">Check the output of <code>mount</code> instead.</p>
</blockquote>
<p dir="auto">I think we should not trust <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="🙂" /> I assume the ext4 uses internally the same xapi-ID like the old ext.</p>
]]></description><link>https://xcp-ng.org/forum/post/23011</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/23011</guid><dc:creator><![CDATA[borzel]]></dc:creator><pubDate>Fri, 28 Feb 2020 16:54:45 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 28 Feb 2020 14:33:30 GMT]]></title><description><![CDATA[<p dir="auto">Yes, it was just to be sure it's a XCP-ng Center issue <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="🙂" /> Now we are 100% sure.</p>
]]></description><link>https://xcp-ng.org/forum/post/23003</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/23003</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Fri, 28 Feb 2020 14:33:30 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 28 Feb 2020 14:29:47 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/23001">XCP-ng 8.1.0 beta now available!</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/onur" aria-label="Profile: onur">@<bdi>onur</bdi></a> said in <a href="/forum/post/23000">XCP-ng 8.1.0 beta now available!</a>:</p>
<blockquote>
<p dir="auto">type ( RO): ext</p>
</blockquote>
<p dir="auto">As expected. The <code>ext</code> type has no information of the FS version in its name.<br />
already created bug for XCP-ng center, but it looks like system is not reporting ext type</p>
</blockquote>
]]></description><link>https://xcp-ng.org/forum/post/23002</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/23002</guid><dc:creator><![CDATA[onur]]></dc:creator><pubDate>Fri, 28 Feb 2020 14:29:47 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 28 Feb 2020 14:22:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/onur" aria-label="Profile: onur">@<bdi>onur</bdi></a> said in <a href="/forum/post/23000">XCP-ng 8.1.0 beta now available!</a>:</p>
<blockquote>
<p dir="auto">type ( RO): ext</p>
</blockquote>
<p dir="auto">As expected. The <code>ext</code> type has no information of the FS version in its name.</p>
]]></description><link>https://xcp-ng.org/forum/post/23001</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/23001</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Fri, 28 Feb 2020 14:22:59 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 28 Feb 2020 14:21:55 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> said in <a href="/forum/post/22992">XCP-ng 8.1.0 beta now available!</a>:</p>
<blockquote>
<p dir="auto">What's the info reported by <code>xe sr-param-list uuid=&lt;UUID OF THIS SR&gt;</code>?</p>
</blockquote>
<pre><code>xe sr-param-list uuid=3fe64d91-5349-ac86-d9b7-aa9dcf813cea
uuid ( RO)                    : 3fe64d91-5349-ac86-d9b7-aa9dcf813cea
              name-label ( RW): ssd240Toshiba
        name-description ( RW):
                    host ( RO): OB1
      allowed-operations (SRO): VDI.enable_cbt; VDI.list_changed_blocks; unplug; plug; PBD.create; VDI.disable_cbt; update; PBD.destroy; VDI.resize; VDI.clone; VDI.data_destroy; scan; VDI.snapshot; VDI.mirror; VDI.create; VDI.destroy; VDI.set_on_boot
      current-operations (SRO):
                    VDIs (SRO): 5da0c967-657f-43f2-8e4a-7cb80b7938ef; 2dd44491-b458-4119-a024-a48ace2a23e3; 05910aa1-8c5e-4af7-8ffc-11dbdcae5116; 60a7602d-ec61-4ef4-9db1-0f3fdbcd43f9
                    PBDs (SRO): 96e685a7-f5cc-32fa-8289-b10e4a8ea4f5
      virtual-allocation ( RO): 481036337152
    physical-utilisation ( RO): 153255415808
           physical-size ( RO): 192280748032
                    type ( RO): ext
            content-type ( RO): user
                  shared ( RW): false
           introduced-by ( RO): &lt;not in database&gt;
             is-tools-sr ( RO): false
            other-config (MRW): i18n-original-value-name_label: Local storage; i18n-key: local-storage
               sm-config (MRO): devserial: scsi-3500080dc0133cdc2
                   blobs ( RO):
     local-cache-enabled ( RO): true
                    tags (SRW):
               clustered ( RO): false

</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/23000</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/23000</guid><dc:creator><![CDATA[onur]]></dc:creator><pubDate>Fri, 28 Feb 2020 14:21:55 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 28 Feb 2020 12:29:54 GMT]]></title><description><![CDATA[<p dir="auto">What's the info reported by <code>xe sr-param-list uuid=&lt;UUID OF THIS SR&gt;</code>?</p>
]]></description><link>https://xcp-ng.org/forum/post/22992</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/22992</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Fri, 28 Feb 2020 12:29:54 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 28 Feb 2020 11:05:36 GMT]]></title><description><![CDATA[<p dir="auto">Please create an issue there: <a href="https://github.com/xcp-ng/xenadmin/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/xcp-ng/xenadmin/issues</a></p>
]]></description><link>https://xcp-ng.org/forum/post/22989</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/22989</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Fri, 28 Feb 2020 11:05:36 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 28 Feb 2020 11:04:44 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/22987">XCP-ng 8.1.0 beta now available!</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/onur" aria-label="Profile: onur">@<bdi>onur</bdi></a> said in <a href="/forum/post/22986">XCP-ng 8.1.0 beta now available!</a>:</p>
<blockquote>
<p dir="auto">/dev/mapper/XSLocalEXT--3fe64d91--5349--ac86--d9b7--aa9dcf813cea-3fe64d91--5349--ac86--d9b7--aa9dcf813cea on /run/sr-mount/3fe64d91-5349-ac86-d9b7-aa9dcf813cea type ext4 (rw,relatime)</p>
</blockquote>
<p dir="auto">It's ok, the SR is mounted as ext4 so this means it was created as ext4.</p>
</blockquote>
<p dir="auto">great thank you very much <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/stormi" aria-label="Profile: stormi">@<bdi>stormi</bdi></a>  . As you suspected, XCP-ng Center shows wrong format (I guess here is a bug for XCP-ng center devs)</p>
]]></description><link>https://xcp-ng.org/forum/post/22988</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/22988</guid><dc:creator><![CDATA[onur]]></dc:creator><pubDate>Fri, 28 Feb 2020 11:04:44 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 28 Feb 2020 11:02:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/onur" aria-label="Profile: onur">@<bdi>onur</bdi></a> said in <a href="/forum/post/22986">XCP-ng 8.1.0 beta now available!</a>:</p>
<blockquote>
<p dir="auto">/dev/mapper/XSLocalEXT--3fe64d91--5349--ac86--d9b7--aa9dcf813cea-3fe64d91--5349--ac86--d9b7--aa9dcf813cea on /run/sr-mount/3fe64d91-5349-ac86-d9b7-aa9dcf813cea type ext4 (rw,relatime)</p>
</blockquote>
<p dir="auto">It's ok, the SR is mounted as ext4 so this means it was created as ext4.</p>
]]></description><link>https://xcp-ng.org/forum/post/22987</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/22987</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Fri, 28 Feb 2020 11:02:57 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 28 Feb 2020 11:00:35 GMT]]></title><description><![CDATA[<p dir="auto">here is the output. So I assume ext4 should be default when selecting EXT on the setup.</p>
<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/22985">XCP-ng 8.1.0 beta now available!</a>:</p>
<blockquote>
<p dir="auto">I don't think you should trust XCP-ng Center on this. What do you think <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/borzel" aria-label="Profile: borzel">@<bdi>borzel</bdi></a>?</p>
<p dir="auto">Check the output of <code>mount</code> instead.</p>
</blockquote>
<pre><code> mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
devtmpfs on /dev type devtmpfs (rw,nosuid,size=1270132k,nr_inodes=317533,mode=755)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
configfs on /sys/kernel/config type configfs (rw,relatime)

/dev/sda1 on / type ext3 (rw,relatime)

debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
xenfs on /proc/xen type xenfs (rw,relatime)
xenstore on /var/lib/xenstored type tmpfs (rw,relatime,mode=755)

/dev/sda5 on /var/log type ext3 (rw,relatime)

/dev/mapper/XSLocalEXT--3fe64d91--5349--ac86--d9b7--aa9dcf813cea-3fe64d91--5349--ac86--d9b7--aa9dcf813cea on /run/sr-mount/3fe64d91-5349-ac86-d9b7-aa9dcf813cea type ext4 (rw,relatime)

tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,size=256416k,mode=700)

</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/22986</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/22986</guid><dc:creator><![CDATA[onur]]></dc:creator><pubDate>Fri, 28 Feb 2020 11:00:35 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 28 Feb 2020 10:07:38 GMT]]></title><description><![CDATA[<p dir="auto">I don't think you should trust XCP-ng Center on this. What do you think <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/borzel" aria-label="Profile: borzel">@<bdi>borzel</bdi></a>?</p>
<p dir="auto">Check the output of <code>mount</code> instead.</p>
]]></description><link>https://xcp-ng.org/forum/post/22985</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/22985</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Fri, 28 Feb 2020 10:07:38 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 28 Feb 2020 09:46:41 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> said in <a href="/forum/post/22983">XCP-ng 8.1.0 beta now available!</a>:</p>
<blockquote>
<p dir="auto">What do you mean? SR file system or root filesystem?</p>
</blockquote>
<p dir="auto">The Local Storage for VM.<br />
![alt text](<img src="/forum/assets/uploads/files/1582883176069-ek-a%C3%A7%C4%B1klama-2020-02-28-124558.png" alt="Ek Açıklama 2020-02-28 124558.png" class=" img-fluid img-markdown" /> image url)</p>
]]></description><link>https://xcp-ng.org/forum/post/22984</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/22984</guid><dc:creator><![CDATA[onur]]></dc:creator><pubDate>Fri, 28 Feb 2020 09:46:41 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 28 Feb 2020 09:37:45 GMT]]></title><description><![CDATA[<p dir="auto">What do you mean? SR file system or root filesystem?</p>
]]></description><link>https://xcp-ng.org/forum/post/22983</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/22983</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Fri, 28 Feb 2020 09:37:45 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Fri, 28 Feb 2020 09:43:49 GMT]]></title><description><![CDATA[<p dir="auto">last week I installed a new server XCP-ng 8.1. But the filesystem is still Ext3. (by the way XO connects without problem but you need XCP-ng Center Development build to access)<br />
Today I will install a new server, what should I do to get ext4 in the filesystem?<br />
Thanks</p>
]]></description><link>https://xcp-ng.org/forum/post/22981</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/22981</guid><dc:creator><![CDATA[onur]]></dc:creator><pubDate>Fri, 28 Feb 2020 09:43:49 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Mon, 24 Feb 2020 10:32:04 GMT]]></title><description><![CDATA[<p dir="auto">So, the main remaining development before RC is an updated installer to allow it to boot the alternate kernel in cases where the main kernel has issues. And also an option to boot with only 2G of RAM to workaround Ryzen APU "black screen" issues.</p>
]]></description><link>https://xcp-ng.org/forum/post/22843</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/22843</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Mon, 24 Feb 2020 10:32:04 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Mon, 24 Feb 2020 10:30:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/nikade" aria-label="Profile: nikade">@<bdi>nikade</bdi></a> said in <a href="/forum/post/22810">XCP-ng 8.1.0 beta now available!</a>:</p>
<blockquote>
<p dir="auto">Did anyone try VM export/import to see how much the performance has been improved?<br />
More interesting would be if someone tried it with 10G or making backups with XOA.</p>
</blockquote>
<p dir="auto">Not yet but I'd be really grateful to anyone who could benchmark this!</p>
]]></description><link>https://xcp-ng.org/forum/post/22842</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/22842</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Mon, 24 Feb 2020 10:30:52 GMT</pubDate></item><item><title><![CDATA[Reply to XCP-ng 8.1.0 beta now available! on Mon, 24 Feb 2020 10:29:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/_danielgurgel" aria-label="Profile: _danielgurgel">@<bdi>_danielgurgel</bdi></a> said in <a href="/forum/post/22795">XCP-ng 8.1.0 beta now available!</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/stormi" aria-label="Profile: stormi">@<bdi>stormi</bdi></a> plus this update?<br />
<a href="https://support.citrix.com/article/CTX269586" target="_blank" rel="noopener noreferrer nofollow ugc">https://support.citrix.com/article/CTX269586</a></p>
</blockquote>
<p dir="auto">That kernel update is already available on 8.1 indeed, through yum update.</p>
]]></description><link>https://xcp-ng.org/forum/post/22841</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/22841</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Mon, 24 Feb 2020 10:29:26 GMT</pubDate></item></channel></rss>