<?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[NBD now causes excessive backup data size]]></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> <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/florent" aria-label="Profile: florent">@<bdi>florent</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/julien-f" aria-label="Profile: julien-f">@<bdi>julien-f</bdi></a>  Since the big XO update push (after bee0eb9), backup (Continuous Replication  and Delta) using NBD now has huge minimum data sizes (now running on master b0e00).</p>
<p dir="auto">VMs that are 'off' normally have an update size of a few KBytes. Now (with NBD enabled) the update is 256MBytes for no reason. Turning off NBD returns backups to the normal size.</p>
<p dir="auto">It may not see like a lot, but it adds up in both storage and transfer time.</p>
]]></description><link>https://xcp-ng.org/forum/topic/8117/nbd-now-causes-excessive-backup-data-size</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 13:39:09 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/8117.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 24 Dec 2023 05:19:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NBD now causes excessive backup data size on Wed, 27 Dec 2023 00:33:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/florent" aria-label="Profile: florent">@<bdi>florent</bdi></a> I see it has been merged into master. Yes, transfer size seems to be back to before. I have not checked for damage. At worst I can just force a full backup.</p>
]]></description><link>https://xcp-ng.org/forum/post/68850</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/68850</guid><dc:creator><![CDATA[Andrew]]></dc:creator><pubDate>Wed, 27 Dec 2023 00:33:23 GMT</pubDate></item><item><title><![CDATA[Reply to NBD now causes excessive backup data size on Tue, 26 Dec 2023 19:40:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/andrew" aria-label="Profile: Andrew">@<bdi>Andrew</bdi></a> Once more, thanks Andrew for your observation skills.</p>
<p dir="auto">There was an error when skipping the batmap, which lead to misinterpreting part of the batmap as the BAT, and not reading the end of the BAT here <a href="https://github.com/vatesfr/xen-orchestra/commit/fc1357db937ecc458e1b7d780a434c09f5463ccc#diff-cbe0b4ffbcc4f57db4dbbb7b00a7e1f333faf8c098f4137f86c7f8a75be1fee1L50" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/vatesfr/xen-orchestra/commit/fc1357db937ecc458e1b7d780a434c09f5463ccc#diff-cbe0b4ffbcc4f57db4dbbb7b00a7e1f333faf8c098f4137f86c7f8a75be1fee1L50</a></p>
<p dir="auto">Can you try this branch, it revert the header table offset computation at the right step<br />
<a href="https://github.com/vatesfr/xen-orchestra/pull/7264" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/vatesfr/xen-orchestra/pull/7264</a> ?</p>
<p dir="auto">I will investigate more tomorrow to see the impacts on the transferred backups, as they may be broken due to not reading the right block addresses.</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/50174?v=4" title="fbeauchamp" />
<a href="https://github.com/fbeauchamp"><span class="username">fbeauchamp</span></a> opened this pull request <span class="timeago" title="2023-12-26T19:34:28Z"></span> in <a href="//github.com/vatesfr/xen-orchestra">vatesfr/xen-orchestra</a>
</div>
<h3>

<span class="badge closed float-end">closed</span>

<a href="https://github.com/vatesfr/xen-orchestra/pull/7264">fix(vhd-lib/createStreamNbd): skip original table offset before overwriting</a>
<span class="number">#7264</span>
</h3>


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

<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/50174?v=4" title="fbeauchamp" />
<a href="https://github.com/fbeauchamp"><span class="username">fbeauchamp</span></a> committed <span class="timeago" title="2023-12-13T10:09:22Z"></span> to <a href="//github.com/vatesfr/xen-orchestra">vatesfr/xen-orchestra</a>
</div>
<a href="https://github.com/vatesfr/xen-orchestra/commit/fc1357db937ecc458e1b7d780a434c09f5463ccc"><pre>refactor(nbd-client): remove unused method and default iterator</pre></a>

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

</div>]]></description><link>https://xcp-ng.org/forum/post/68842</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/68842</guid><dc:creator><![CDATA[florent]]></dc:creator><pubDate>Tue, 26 Dec 2023 19:40:54 GMT</pubDate></item><item><title><![CDATA[Reply to NBD now causes excessive backup data size on Tue, 26 Dec 2023 18:32:20 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> I can reproduce it . I will look for the cause ( and a fix)</p>
]]></description><link>https://xcp-ng.org/forum/post/68839</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/68839</guid><dc:creator><![CDATA[florent]]></dc:creator><pubDate>Tue, 26 Dec 2023 18:32:20 GMT</pubDate></item><item><title><![CDATA[Reply to NBD now causes excessive backup data size on Sun, 24 Dec 2023 08:54:13 GMT]]></title><description><![CDATA[<p dir="auto">Weird <img src="https://xcp-ng.org/forum/assets/plugins/nodebb-plugin-emoji/emoji/android/1f914.png?v=977a46e9d9a" class="not-responsive emoji emoji-android emoji--thinking_face" style="height:23px;width:auto;vertical-align:middle" title=":thinking_face:" alt="🤔" /> Maybe <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/florent" aria-label="Profile: florent">@<bdi>florent</bdi></a> knows why.</p>
]]></description><link>https://xcp-ng.org/forum/post/68824</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/68824</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Sun, 24 Dec 2023 08:54:13 GMT</pubDate></item></channel></rss>