<?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[Testing ZFS with XCP-ng]]></title><description><![CDATA[<p dir="auto">I all,</p>
<p dir="auto">I spent some time trying to get ZFS to work.</p>
<p dir="auto">The main issue is that ZFS doesn't support <code>O_DIRECT</code> and that blktap only opens <code>.vhd</code> files with <code>O_DIRECT</code>.</p>
<p dir="auto">I patched blktap to remove the <code>O_DIRECT</code> and replace it with <code>O_DSYNC</code> and try to run ZFS on a file SR. Here are some changes: <a href="https://gist.github.com/nraynaud/b32bd612f5856d1efc1418233d3aeb0f" target="_blank" rel="noopener noreferrer nofollow ugc">https://gist.github.com/nraynaud/b32bd612f5856d1efc1418233d3aeb0f</a></p>
<p dir="auto">The steps are the following:</p>
<ul>
<li>remove the current blktap from your host</li>
<li>install the patched blktap</li>
<li>install the ZFS support RPMs</li>
<li>create the and mount the ZFS volume</li>
<li>create the file SR pointing to the mounted directory</li>
</ul>
<p dir="auto">Here is a ZFS test script:</p>
<pre><code>XCP_HOST_UNDER_TEST=root@yourmachine
rsync -r zfs blktap-3.5.0-1.12test.x86_64.rpm ${XCP_HOST_UNDER_TEST}:
ssh ${XCP_HOST_UNDER_TEST} yum remove -y blktap
ssh ${XCP_HOST_UNDER_TEST} yum install -y blktap-3.5.0-1.12test.x86_64.rpm
ssh ${XCP_HOST_UNDER_TEST} yum install -y zfs/*.rpm
ssh ${XCP_HOST_UNDER_TEST} depmod -a
ssh ${XCP_HOST_UNDER_TEST} modprobe zfs
ssh ${XCP_HOST_UNDER_TEST} zpool create -f -m /mnt/zfs tank /dev/mydev
ssh ${XCP_HOST_UNDER_TEST} zfs set sync=disabled tank
ssh ${XCP_HOST_UNDER_TEST} zfs set compression=lz4 tank
ssh ${XCP_HOST_UNDER_TEST} zfs list

SR_ZFS_UUID=`ssh ${XCP_HOST_UNDER_TEST} "xe sr-create host-uuid=${XCP_HOST_UNDER_TEST_UUID} name-label=test-zfs-sr type=file other-config:o_direct=false device-config:location=/mnt/zfs/test-zfs-sr"`
</code></pre>
<h2>In details</h2>
<h3>ZFS options</h3>
<p dir="auto">Obviously, you can create the ZFS volume as you need (mirror, RAID-Z, doesn't matter, it's entirely up to you!)</p>
<p dir="auto">Regarding options: due to <code>O_DIRECT</code> removal, it seems that the default sync mode is as if you got <code>sync=always</code>. To enjoy ZFS real perfs, it's better to use <code>sync=disabled</code>.</p>
<p dir="auto">Compression (using <code>lz4</code>) also offers a nice boost. Finally, if you are a bit kamikaze, you can try dedup, but frankly, not worth the risk.</p>
<blockquote>
<p dir="auto">Note: please extend your <code>dom0</code> memory to enjoy more perfs in general! 4GiB seems a minimum, remember that your host will now act as a cache for your storage.</p>
</blockquote>
<h3>SR creation</h3>
<p dir="auto">We added a specific flag to allow SR usage without <code>O_DIRECT</code>:</p>
<pre><code>xe sr-create host-uuid=&lt;YOUR_HOST_UUID&gt; name-label=ZFS-SR type=file other-config:o_direct=false device-config:location=/tank
</code></pre>
<p dir="auto">You can see the <code>other-config:o_direct=false</code> flag required.</p>
<h2>Download</h2>
<p dir="auto">The files are here: <a href="https://cloud.vates.fr/index.php/s/zDSLcsJ4l5tYHwL?path=%2F" target="_blank" rel="noopener noreferrer nofollow ugc">https://cloud.vates.fr/index.php/s/zDSLcsJ4l5tYHwL?path=%2F</a></p>
<p dir="auto">I would be interested in someone else reproducing my work, fiddle with ZFS and tell us if it's worth pursuing.</p>
<p dir="auto">Thanks,</p>
<p dir="auto">Nico.</p>
]]></description><link>https://xcp-ng.org/forum/topic/152/testing-zfs-with-xcp-ng</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 04:18:53 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/152.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 18 Jun 2018 16:36:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Tue, 27 Nov 2018 20:24:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/dvdhngs" aria-label="Profile: dvdhngs">@<bdi>dvdhngs</bdi></a></p>
<p dir="auto">install onto (mdadm/ZFS) RAID 10: no</p>
<p dir="auto">to use (mdadm/ZFS) RAID 10 as SR: yes, of course!</p>
]]></description><link>https://xcp-ng.org/forum/post/6137</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/6137</guid><dc:creator><![CDATA[borzel]]></dc:creator><pubDate>Tue, 27 Nov 2018 20:24:53 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Tue, 27 Nov 2018 20:21:22 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><br />
Just to solve a doubt.... there is no way to install xcp-ng on software RAID 10, right?</p>
]]></description><link>https://xcp-ng.org/forum/post/6136</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/6136</guid><dc:creator><![CDATA[dvdhngs]]></dc:creator><pubDate>Tue, 27 Nov 2018 20:21:22 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Fri, 23 Nov 2018 15:12:21 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">There is 2 different things:</p>
<ul>
<li>soft RAID 1 support during install, using <code>mdadm</code> (the standard Linux software RAID mechanism)</li>
<li>ZFS support for storage repositories (where you store your VM disks)</li>
</ul>
<p dir="auto">Regarding your use case, it depends. You can choose to install XCP-ng system without RAID and use only one disk, and the rest for ZFS SR. Or RAID1 for XCP-ng system, and the left disks for ZFS.</p>
]]></description><link>https://xcp-ng.org/forum/post/6033</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/6033</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Fri, 23 Nov 2018 15:12:21 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Fri, 23 Nov 2018 15:04:59 GMT]]></title><description><![CDATA[<p dir="auto">Hello everybody! Newbie here, just 24h of xcp use, I was trying set Raid 10, but xcp only support Raid 1, so I'm trying now to set raidz, like on the document, I'm using 4 disks (500gb each), but I want to do Raid on this 4 disks (sda,sdb,sdc,sdd), so I can't? Need to be 6 disks? 2 raid 1 with xcp, and 4 raidz for other things?</p>
]]></description><link>https://xcp-ng.org/forum/post/6032</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/6032</guid><dc:creator><![CDATA[dvdhngs]]></dc:creator><pubDate>Fri, 23 Nov 2018 15:04:59 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Thu, 04 Oct 2018 22:07:57 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/borzel" aria-label="Profile: borzel">@<bdi>borzel</bdi></a></p>
]]></description><link>https://xcp-ng.org/forum/post/4122</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/4122</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Thu, 04 Oct 2018 22:07:57 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Thu, 04 Oct 2018 20:56:17 GMT]]></title><description><![CDATA[<p dir="auto">Just added the setup part to <a href="https://github.com/xcp-ng/xcp/wiki/ZFS-on-XCP-ng-7.5-and-later#setup" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/xcp-ng/xcp/wiki/ZFS-on-XCP-ng-7.5-and-later#setup</a></p>
]]></description><link>https://xcp-ng.org/forum/post/4121</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/4121</guid><dc:creator><![CDATA[borzel]]></dc:creator><pubDate>Thu, 04 Oct 2018 20:56:17 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Thu, 20 Sep 2018 20:14:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/nraynaud" aria-label="Profile: nraynaud">@<bdi>nraynaud</bdi></a> take your time, no rush</p>
]]></description><link>https://xcp-ng.org/forum/post/3855</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/3855</guid><dc:creator><![CDATA[borzel]]></dc:creator><pubDate>Thu, 20 Sep 2018 20:14:32 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Thu, 20 Sep 2018 17:07:26 GMT]]></title><description><![CDATA[<p dir="auto">I am till on the issue, the subject is way deeper than expected.</p>
]]></description><link>https://xcp-ng.org/forum/post/3850</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/3850</guid><dc:creator><![CDATA[nraynaud]]></dc:creator><pubDate>Thu, 20 Sep 2018 17:07:26 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Fri, 31 Aug 2018 18:10:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/nraynaud" aria-label="Profile: nraynaud">@<bdi>nraynaud</bdi></a> I just tested with an up-to-date XCP-ng 7.5 host, same failure</p>
<pre><code># yum info vhd-tool
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Installed Packages
Name        : vhd-tool
Arch        : x86_64
Version     : 0.20.0
Release     : 4.3.xcp.el7.centos
Size        : 40 M
Repo        : installed
From repo   : xcp-ng-updates
Summary     : Command-line tools for manipulating and streaming .vhd format files
URL         : https://github.com/xapi-project/vhd-tool
License     : LGPL+linking exception
Description : Simple command-line tools for manipulating and streaming .vhd format file.
</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/3481</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/3481</guid><dc:creator><![CDATA[borzel]]></dc:creator><pubDate>Fri, 31 Aug 2018 18:10:25 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Wed, 22 Aug 2018 10:00:37 GMT]]></title><description><![CDATA[<p dir="auto">Does this issue also have a role if you run glusterfs on top of zfs?<br />
Or is it just directly on zfs.</p>
<p dir="auto">Because i would want to runs glusterfs on top of zfs on a spearate server, and use glusterfs driver to connect to it.</p>
<p dir="auto">Do i also have this issue then?</p>
]]></description><link>https://xcp-ng.org/forum/post/3262</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/3262</guid><dc:creator><![CDATA[SeyedGH]]></dc:creator><pubDate>Wed, 22 Aug 2018 10:00:37 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Mon, 20 Aug 2018 23:16:09 GMT]]></title><description><![CDATA[<p dir="auto">Thanks,<br />
I have found a suspected O_DIRECT here, the solution won't come quickly.</p>
]]></description><link>https://xcp-ng.org/forum/post/3221</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/3221</guid><dc:creator><![CDATA[nraynaud]]></dc:creator><pubDate>Mon, 20 Aug 2018 23:16:09 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Wed, 15 Aug 2018 22:13:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/nraynaud" aria-label="Profile: nraynaud">@<bdi>nraynaud</bdi></a></p>
<pre><code># yum info vhd-tool
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Installed Packages
Name        : vhd-tool
Arch        : x86_64
Version     : 0.20.0
Release     : 4.2.xcp.el7.centos.extras
Size        : 40 M
Repo        : installed
From repo   : xcp-ng-extras
Summary     : Command-line tools for manipulating and
            : streaming .vhd format files
URL         : https://github.com/xapi-project/vhd-tool
License     : LGPL+linking exception
Description : Simple command-line tools for manipulating an
            : streaming .vhd format file.
</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/3040</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/3040</guid><dc:creator><![CDATA[borzel]]></dc:creator><pubDate>Wed, 15 Aug 2018 22:13:19 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Wed, 15 Aug 2018 19:17:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/borzel" aria-label="Profile: borzel">@<bdi>borzel</bdi></a> I am struggling to match the error lines in your log with a source code, can you tell me what version of vhd-tool you have installed please ? (<code>yum info vhd-tool</code>)</p>
]]></description><link>https://xcp-ng.org/forum/post/3031</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/3031</guid><dc:creator><![CDATA[nraynaud]]></dc:creator><pubDate>Wed, 15 Aug 2018 19:17:45 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Wed, 15 Aug 2018 15:07:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/borzel" aria-label="Profile: borzel">@<bdi>borzel</bdi></a> good catch, it's another O_DIRECT issue.</p>
]]></description><link>https://xcp-ng.org/forum/post/3017</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/3017</guid><dc:creator><![CDATA[nraynaud]]></dc:creator><pubDate>Wed, 15 Aug 2018 15:07:23 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Wed, 15 Aug 2018 14:55:01 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> wiki issue is allready solved <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=f084dd9e819" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";-)" alt="😉" /></p>
]]></description><link>https://xcp-ng.org/forum/post/3016</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/3016</guid><dc:creator><![CDATA[borzel]]></dc:creator><pubDate>Wed, 15 Aug 2018 14:55:01 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Wed, 15 Aug 2018 12:55:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/borzel" aria-label="Profile: borzel">@<bdi>borzel</bdi></a> I'm not very familiar with github wikis, but I <em>think</em> you can do pull requests against the wiki.</p>
]]></description><link>https://xcp-ng.org/forum/post/3004</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/3004</guid><dc:creator><![CDATA[stormi]]></dc:creator><pubDate>Wed, 15 Aug 2018 12:55:49 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Wed, 15 Aug 2018 08:15:13 GMT]]></title><description><![CDATA[<p dir="auto">I'll try to run some tests on my side.</p>
]]></description><link>https://xcp-ng.org/forum/post/2992</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2992</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Wed, 15 Aug 2018 08:15:13 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Tue, 14 Aug 2018 23:21:41 GMT]]></title><description><![CDATA[<p dir="auto">I found something in /var/log/xensource.log (used <code>tail -f /var/log/xensource.log | grep -i 'error'</code>)</p>
<pre><code>Aug 14 23:19:10 hw xapi: [error|hw|63005 INET :::80|[XO] VDI Export R:3001f7e5aa17|vhd_tool_wrapper] vhd-tool failed, returning VDI_IO_ERROR
Aug 14 23:19:10 hw xapi: [error|hw|63005 INET :::80|[XO] VDI Export R:3001f7e5aa17|vhd_tool_wrapper] vhd-tool output: vhd-tool: internal error, uncaught exception:#012          Unix.Unix_error(Unix.EINVAL, "open", "/var/run/sr-mount/9fc67ea3-c9b3-5e62-ecc3-7d1debf81744/6781ab7b-c475-4d72-a7d0-b2aeca2e81e3.vhd")#012          Raised at file "src/core/lwt.ml", line 3008, characters 20-29#012          Called from file "src/unix/lwt_main.ml", line 42, characters 8-18#012          Called from file "src/impl.ml", line 811, characters 4-23#012          Called from file "src/cmdliner_term.ml", line 27, characters 19-24#012          Called from file "src/cmdliner.ml", line 27, characters 27-34#012          Called from file "src/cmdliner.ml", line 106, characters 32-39
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace] [XO] VDI Export R:3001f7e5aa17 failed with exception Server_error(VDI_IO_ERROR, [ Device I/O errors ])
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace] Raised Server_error(VDI_IO_ERROR, [ Device I/O errors ])
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace] 1/13 xapi @ hw Raised at file ocaml/xapi/vhd_tool_wrapper.ml, line 59
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace] 2/13 xapi @ hw Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 22
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace] 3/13 xapi @ hw Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 26
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace] 4/13 xapi @ hw Called from file ocaml/xapi/export_raw_vdi.ml, line 47
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace] 5/13 xapi @ hw Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 22
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace] 6/13 xapi @ hw Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 26
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace] 7/13 xapi @ hw Called from file ocaml/xapi/export_raw_vdi.ml, line 54
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace] 8/13 xapi @ hw Called from file ocaml/xapi/export_raw_vdi.ml, line 65
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace] 9/13 xapi @ hw Called from file ocaml/xapi/server_helpers.ml, line 73
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace] 10/13 xapi @ hw Called from file ocaml/xapi/server_helpers.ml, line 91
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace] 11/13 xapi @ hw Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 22
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace] 12/13 xapi @ hw Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 26
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace] 13/13 xapi @ hw Called from file lib/backtrace.ml, line 177
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:315adbf2ec6c|backtrace]
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace] VDI.export_raw_vdi D:315adbf2ec6c failed with exception Server_error(VDI_IO_ERROR, [ Device I/O errors ])
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace] Raised Server_error(VDI_IO_ERROR, [ Device I/O errors ])
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace] 1/13 xapi @ hw Raised at file lib/debug.ml, line 187
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace] 2/13 xapi @ hw Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 22
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace] 3/13 xapi @ hw Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 26
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace] 4/13 xapi @ hw Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 22
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace] 5/13 xapi @ hw Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 26
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace] 6/13 xapi @ hw Called from file ocaml/xapi/xapi_http.ml, line 185
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace] 7/13 xapi @ hw Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 22
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace] 8/13 xapi @ hw Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 26
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace] 9/13 xapi @ hw Called from file ocaml/xapi/server_helpers.ml, line 73
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace] 10/13 xapi @ hw Called from file ocaml/xapi/server_helpers.ml, line 91
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace] 11/13 xapi @ hw Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 22
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace] 12/13 xapi @ hw Called from file lib/xapi-stdext-pervasives/pervasiveext.ml, line 26
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace] 13/13 xapi @ hw Called from file lib/backtrace.ml, line 177
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80|VDI.export_raw_vdi D:fc8d0f58f1be|backtrace]
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80||backtrace] VDI.export_raw_vdi D:fc8d0f58f1be failed with exception Server_error(VDI_IO_ERROR, [ Device I/O errors ])
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80||backtrace] Raised Server_error(VDI_IO_ERROR, [ Device I/O errors ])
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80||backtrace] 1/1 xapi @ hw Raised at file (Thread 63005 has no backtrace table. Was with_backtraces called?, line 0
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80||backtrace]
Aug 14 23:19:11 hw xapi: [error|hw|63005 INET :::80||xapi] Unhandled Api_errors.Server_error(VDI_IO_ERROR, [ Device I/O errors ])
</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/2979</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2979</guid><dc:creator><![CDATA[borzel]]></dc:creator><pubDate>Tue, 14 Aug 2018 23:21:41 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Tue, 14 Aug 2018 23:13:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/nraynaud" aria-label="Profile: nraynaud">@<bdi>nraynaud</bdi></a> no, it's as empty as it could be <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=f084dd9e819" 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/2978</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2978</guid><dc:creator><![CDATA[borzel]]></dc:creator><pubDate>Tue, 14 Aug 2018 23:13:50 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Tue, 14 Aug 2018 23:12:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/borzel" aria-label="Profile: borzel">@<bdi>borzel</bdi></a> &gt; The error is often in the Settings-&gt;Logs panel in XO in this case</p>
]]></description><link>https://xcp-ng.org/forum/post/2977</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2977</guid><dc:creator><![CDATA[nraynaud]]></dc:creator><pubDate>Tue, 14 Aug 2018 23:12:55 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Tue, 14 Aug 2018 23:12:37 GMT]]></title><description><![CDATA[<p dir="auto">I searched in xensource.log, SMlog and syslog, no related entries found <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=f084dd9e819" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":-(" alt="😞" /></p>
<p dir="auto">How can I increase the loglevel of XO?</p>
<p dir="auto">Here's the log output if I start this job again:</p>
<pre><code>Aug 15 01:10:35 ubuntu xo-server[616]: 2018-08-14T23:10:35.241Z xo:xapi Snapshotting VM pmg as [XO Backup test] pmg
Aug 15 01:10:36 ubuntu xo-server[616]: 2018-08-14T23:10:36.948Z xo:xapi exporting VDI pmg 0
Aug 15 01:10:41 ubuntu xo-server[616]: 2018-08-14T23:10:41.289Z xo:xapi Deleting VM [XO Backup test] pmg
Aug 15 01:10:41 ubuntu xo-server[616]: 2018-08-14T23:10:41.585Z xo:xapi Deleting VDI pmg 0
</code></pre>
<p dir="auto">It's nearly nothing...</p>
]]></description><link>https://xcp-ng.org/forum/post/2976</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2976</guid><dc:creator><![CDATA[borzel]]></dc:creator><pubDate>Tue, 14 Aug 2018 23:12:37 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Tue, 14 Aug 2018 23:01:25 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/forum/assets/uploads/files/1534286419896-560b7fad-965d-42bc-8f40-2eed276163b8-grafik.png" alt="0_1534286419566_560b7fad-965d-42bc-8f40-2eed276163b8-grafik.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://xcp-ng.org/forum/post/2975</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2975</guid><dc:creator><![CDATA[borzel]]></dc:creator><pubDate>Tue, 14 Aug 2018 23:01:25 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Tue, 14 Aug 2018 07:10:10 GMT]]></title><description><![CDATA[<p dir="auto"><code>VDI chain too long</code> doesn't seems related. It means you have a VDI chain that's around 30 files.</p>
<p dir="auto">Can you provide the exact/detailed error log?</p>
]]></description><link>https://xcp-ng.org/forum/post/2918</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2918</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Tue, 14 Aug 2018 07:10:10 GMT</pubDate></item><item><title><![CDATA[Reply to Testing ZFS with XCP-ng on Mon, 13 Aug 2018 23:10:10 GMT]]></title><description><![CDATA[<p dir="auto">I tested latest and greatest XO (5.24.1 from sources) with latest XCP-ng 7.5 (incl. xcp-ng-extra repo/ZFS). Backups do not work <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=f084dd9e819" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":-(" alt="😞" /></p>
<p dir="auto">If the VDI is on a ext-SR, all is fine, backup working.<br />
If the VDI is on a File-SR (ZFS based), the backup says "VDI_ERROR" or "VDI Chain to long". I will provide logfiles tomorrow if needed.</p>
<p dir="auto">Setup of my File-SR:<br />
<code>xe sr-create host-uuid=&lt;xxx&gt; name-label=zfssr type=file other-config:o_direct=false device-config:location=/zfspool/zfssr</code></p>
]]></description><link>https://xcp-ng.org/forum/post/2897</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/2897</guid><dc:creator><![CDATA[borzel]]></dc:creator><pubDate>Mon, 13 Aug 2018 23:10:10 GMT</pubDate></item></channel></rss>