<?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[XO fails to backup 1 specific VM due to: Error: HTTP connection has timed out]]></title><description><![CDATA[<p dir="auto">Hi Everyone,</p>
<p dir="auto"><strong>Problem:</strong> XO fails to backup a specific VM<br />
xo-server: 5.87.0</p>
<p dir="auto">I've been trying to backup a specific VM using delta backups and I've been met with HTTP timeouts only when the backup is about to finish. The backup page shows as failed but the backup task is still running:<br />
<img src="/forum/assets/uploads/files/1646333714087-screenshot-from-2022-03-01-14-43-04.png" alt="Screenshot from 2022-03-01 14-43-04.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Here's a little info about my setup (things I've tried to fix/isolate the issue after):</p>
<p dir="auto"><strong>VM setup:</strong></p>
<ul>
<li>OS: WIndows Server 2016 Standard (guest tools installed)</li>
<li>Disks: 2<br />
<img src="/forum/assets/uploads/files/1646332578345-screenshot-from-2022-03-01-14-47-02.png" alt="Screenshot from 2022-03-01 14-47-02.png" class=" img-fluid img-markdown" /><br />
<img src="/forum/assets/uploads/files/1646332589010-screenshot-from-2022-03-01-14-46-53.png" alt="Screenshot from 2022-03-01 14-46-53.png" class=" img-fluid img-markdown" /></li>
</ul>
<p dir="auto"><strong>XCP-NG Hosts:</strong><br />
Version: 8.2.1</p>
<ul>
<li>2 Hosts (2x Dell R640 with Xeon SIlver 4108 &amp; 64GB RAM)</li>
<li>1 Resource Pool</li>
<li>Shared NFS SSD Storage connected to hosts at 10G on separate LAN</li>
</ul>
<p dir="auto"><strong>Things tried:</strong></p>
<ul>
<li>I've tried backing up to a remote over 1G NFS &amp; SMB</li>
<li>I've created a separate backup task for this specific vm</li>
<li>I've set a timeout of 72 hours</li>
<li>I've tried changing management interfaces from 1G network to a separate 10G network</li>
<li>I've tried backing up to another remote over 10G NFS &amp; SMB</li>
<li>I've updated XO (built from sources) &amp; the OS as that seemed to resolve itself after updating in <a href="https://xcp-ng.org/forum/topic/5280/backup-failing-with-error-http-connection-has-timed-out">this thread</a> by <a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/lawrencesystems" aria-label="Profile: lawrencesystems">@<bdi>lawrencesystems</bdi></a> but didn't resolve my issue</li>
<li>I've tried the quick deploy XO vm</li>
</ul>
<p dir="auto">The above yields two other vms backing up successfully in every case while the specific VM in question failing to back up.</p>
<p dir="auto">Here is the log:</p>
<pre><code>{
  "data": {
    "mode": "delta",
    "reportWhen": "failure"
  },
  "id": "1646328525726",
  "jobId": "933a38ad-48d8-48ed-bbec-e037639c9d13",
  "jobName": "Sage",
  "message": "backup",
  "scheduleId": "c7da8664-c4a3-41f3-82a6-c065da75b3db",
  "start": 1646328525726,
  "status": "failure",
  "infos": [
    {
      "data": {
        "vms": [
          "13e70ae1-3223-7b94-dc59-c31f7416af82"
        ]
      },
      "message": "vms"
    }
  ],
  "tasks": [
    {
      "data": {
        "type": "VM",
        "id": "13e70ae1-3223-7b94-dc59-c31f7416af82"
      },
      "id": "1646328526912",
      "message": "backup VM",
      "start": 1646328526912,
      "status": "failure",
      "tasks": [
        {
          "id": "1646328527437",
          "message": "snapshot",
          "start": 1646328527437,
          "status": "success",
          "end": 1646328533606,
          "result": "0dd66066-38bd-247b-88fc-613c99c7fe91"
        },
        {
          "data": {
            "id": "14021778-5160-457b-b949-a38c6e84ccc8",
            "isFull": true,
            "type": "remote"
          },
          "id": "1646328533607",
          "message": "export",
          "start": 1646328533607,
          "status": "failure",
          "tasks": [
            {
              "id": "1646328533647",
              "message": "transfer",
              "start": 1646328533647,
              "status": "failure",
              "end": 1646331954922,
              "result": {
                "canceled": false,
                "method": "GET",
                "url": "https://10.131.200.3/export_raw_vdi/?format=vhd&amp;vdi=OpaqueRef%3A0ccbbba4-1449-4184-be31-409b9266ba62&amp;session_id=OpaqueRef%3A1f4f5498-b540-40b9-8ada-809a5937b90c&amp;task_id=OpaqueRef%3Ab4256fe3-de2f-498e-9539-aed9a2f56159",
                "timeout": true,
                "message": "HTTP connection has timed out",
                "name": "Error",
                "stack": "Error: HTTP connection has timed out\n    at IncomingMessage.emitAbortedError (/usr/local/lib/node_modules/xo-server/node_modules/xen-api/node_modules/http-request-plus/index.js:83:19)\n    at Object.onceWrapper (node:events:509:28)\n    at IncomingMessage.emit (node:events:390:28)\n    at IncomingMessage.patchedEmit (/usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/log/configure.js:118:17)\n    at IncomingMessage.emit (node:domain:475:12)\n    at IncomingMessage._destroy (node:_http_incoming:179:10)\n    at _destroy (node:internal/streams/destroy:102:25)\n    at IncomingMessage.destroy (node:internal/streams/destroy:64:5)\n    at TLSSocket.socketCloseListener (node:_http_client:407:11)\n    at TLSSocket.emit (node:events:402:35)"
              }
            }
          ],
          "end": 1646331954922,
          "result": {
            "canceled": false,
            "method": "GET",
            "url": "https://10.131.200.3/export_raw_vdi/?format=vhd&amp;vdi=OpaqueRef%3A0ccbbba4-1449-4184-be31-409b9266ba62&amp;session_id=OpaqueRef%3A1f4f5498-b540-40b9-8ada-809a5937b90c&amp;task_id=OpaqueRef%3Ab4256fe3-de2f-498e-9539-aed9a2f56159",
            "timeout": true,
            "message": "HTTP connection has timed out",
            "name": "Error",
            "stack": "Error: HTTP connection has timed out\n    at IncomingMessage.emitAbortedError (/usr/local/lib/node_modules/xo-server/node_modules/xen-api/node_modules/http-request-plus/index.js:83:19)\n    at Object.onceWrapper (node:events:509:28)\n    at IncomingMessage.emit (node:events:390:28)\n    at IncomingMessage.patchedEmit (/usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/log/configure.js:118:17)\n    at IncomingMessage.emit (node:domain:475:12)\n    at IncomingMessage._destroy (node:_http_incoming:179:10)\n    at _destroy (node:internal/streams/destroy:102:25)\n    at IncomingMessage.destroy (node:internal/streams/destroy:64:5)\n    at TLSSocket.socketCloseListener (node:_http_client:407:11)\n    at TLSSocket.emit (node:events:402:35)"
          }
        }
      ],
      "end": 1646332004582,
      "result": {
        "canceled": false,
        "method": "GET",
        "url": "https://10.131.200.3/export_raw_vdi/?format=vhd&amp;vdi=OpaqueRef%3A0ccbbba4-1449-4184-be31-409b9266ba62&amp;session_id=OpaqueRef%3A1f4f5498-b540-40b9-8ada-809a5937b90c&amp;task_id=OpaqueRef%3Ab4256fe3-de2f-498e-9539-aed9a2f56159",
        "timeout": true,
        "message": "HTTP connection has timed out",
        "name": "Error",
        "stack": "Error: HTTP connection has timed out\n    at IncomingMessage.emitAbortedError (/usr/local/lib/node_modules/xo-server/node_modules/xen-api/node_modules/http-request-plus/index.js:83:19)\n    at Object.onceWrapper (node:events:509:28)\n    at IncomingMessage.emit (node:events:390:28)\n    at IncomingMessage.patchedEmit (/usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/log/configure.js:118:17)\n    at IncomingMessage.emit (node:domain:475:12)\n    at IncomingMessage._destroy (node:_http_incoming:179:10)\n    at _destroy (node:internal/streams/destroy:102:25)\n    at IncomingMessage.destroy (node:internal/streams/destroy:64:5)\n    at TLSSocket.socketCloseListener (node:_http_client:407:11)\n    at TLSSocket.emit (node:events:402:35)"
      }
    }
  ],
  "end": 1646332004583
}
</code></pre>
<p dir="auto">My apologies for the lengthy post but I've tried just about every avenue I can think of. I'm hoping you may see something that I'm not. Thanks.</p>
]]></description><link>https://xcp-ng.org/forum/topic/5636/xo-fails-to-backup-1-specific-vm-due-to-error-http-connection-has-timed-out</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 07:43:56 GMT</lastBuildDate><atom:link href="https://xcp-ng.org/forum/topic/5636.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Mar 2022 19:07:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to XO fails to backup 1 specific VM due to: Error: HTTP connection has timed out on Tue, 05 Jul 2022 09:14:06 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 have created config.httpInactivityTimeout.toml in /opt/xen-orchestra/packages/xo-server with the content from above. Not sure how i can check if thats actually set.</p>
<p dir="auto">BTW: this is not a CR Backup Problem, i also dont see Tasks running for my "normal" Backup Job. I cant check "how far" the actual Backup runs and if that differs.</p>
<p dir="auto"><a href="https://github.com/vatesfr/xen-orchestra/pull/6315" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/vatesfr/xen-orchestra/pull/6315</a></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/7724491?v=4" title="rajaa212" />
<a href="https://github.com/rajaa212"><span class="username">rajaa212</span></a> opened this pull request <span class="timeago" title="2022-07-04T09:13:19Z"></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/6315">fix(xo-web/tasks): tasks with no bound objects not displayed</a>
<span class="number">#6315</span>
</h3>


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

</div>]]></description><link>https://xcp-ng.org/forum/post/50847</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/50847</guid><dc:creator><![CDATA[Meth0d]]></dc:creator><pubDate>Tue, 05 Jul 2022 09:14:06 GMT</pubDate></item><item><title><![CDATA[Reply to XO fails to backup 1 specific VM due to: Error: HTTP connection has timed out on Tue, 05 Jul 2022 08:54:28 GMT]]></title><description><![CDATA[<p dir="auto">Have you tried to extend the HTTP timeout?</p>
]]></description><link>https://xcp-ng.org/forum/post/50846</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/50846</guid><dc:creator><![CDATA[olivierlambert]]></dc:creator><pubDate>Tue, 05 Jul 2022 08:54:28 GMT</pubDate></item><item><title><![CDATA[Reply to XO fails to backup 1 specific VM due to: Error: HTTP connection has timed out on Tue, 05 Jul 2022 08:50:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/darkbeldin" aria-label="Profile: Darkbeldin">@<bdi>Darkbeldin</bdi></a> there is enough space for the snapshot and on the remote. How can i investigate the root rause further?</p>
]]></description><link>https://xcp-ng.org/forum/post/50844</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/50844</guid><dc:creator><![CDATA[Meth0d]]></dc:creator><pubDate>Tue, 05 Jul 2022 08:50:25 GMT</pubDate></item><item><title><![CDATA[Reply to XO fails to backup 1 specific VM due to: Error: HTTP connection has timed out on Mon, 04 Jul 2022 20:18:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/meth0d" aria-label="Profile: Meth0d">@<bdi>Meth0d</bdi></a> The error itself only means that the VM can't be downloaded but the root cause behind this can be multiple, so you need to investigate all the parameters of the backup, for example do you have enough space to make the snapshot? Is your remote accessible with enough space etc.</p>
]]></description><link>https://xcp-ng.org/forum/post/50822</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/50822</guid><dc:creator><![CDATA[Darkbeldin]]></dc:creator><pubDate>Mon, 04 Jul 2022 20:18:02 GMT</pubDate></item><item><title><![CDATA[Reply to XO fails to backup 1 specific VM due to: Error: HTTP connection has timed out on Mon, 04 Jul 2022 19:19:22 GMT]]></title><description><![CDATA[<p dir="auto"><a href="/forum/assets/uploads/files/1656962314966-2022-07-04t10_53_26.656z-backup-ng.txt">2022-07-04T10_53_26.656Z - backup NG.txt</a></p>
<p dir="auto">I have the same problem now, did this ever get resolved?<br />
From source (today):<br />
Xen Orchestra, commit 34c84<br />
xo-server 5.98.0<br />
xo-web 5.99.0</p>
]]></description><link>https://xcp-ng.org/forum/post/50820</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/50820</guid><dc:creator><![CDATA[Meth0d]]></dc:creator><pubDate>Mon, 04 Jul 2022 19:19:22 GMT</pubDate></item><item><title><![CDATA[Reply to XO fails to backup 1 specific VM due to: Error: HTTP connection has timed out on Sat, 05 Mar 2022 20:55:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/darkbeldin" aria-label="Profile: Darkbeldin">@<bdi>Darkbeldin</bdi></a> I did that and the job still failed.</p>
<pre><code>{
  "data": {
    "mode": "delta",
    "reportWhen": "failure"
  },
  "id": "1646508682255",
  "jobId": "933a38ad-48d8-48ed-bbec-e037639c9d13",
  "jobName": "Sage",
  "message": "backup",
  "scheduleId": "c7da8664-c4a3-41f3-82a6-c065da75b3db",
  "start": 1646508682255,
  "status": "failure",
  "infos": [
    {
      "data": {
        "vms": [
          "13e70ae1-3223-7b94-dc59-c31f7416af82"
        ]
      },
      "message": "vms"
    }
  ],
  "tasks": [
    {
      "data": {
        "type": "VM",
        "id": "13e70ae1-3223-7b94-dc59-c31f7416af82"
      },
      "id": "1646508683162",
      "message": "backup VM",
      "start": 1646508683162,
      "status": "failure",
      "tasks": [
        {
          "id": "1646508683673",
          "message": "snapshot",
          "start": 1646508683673,
          "status": "success",
          "end": 1646508688331,
          "result": "fd17d98f-1f25-4671-7321-6416fb3de129"
        },
        {
          "data": {
            "id": "35f70147-809e-4bec-9531-927d187fce7c",
            "isFull": true,
            "type": "remote"
          },
          "id": "1646508688332",
          "message": "export",
          "start": 1646508688332,
          "status": "failure",
          "tasks": [
            {
              "id": "1646508688372",
              "message": "transfer",
              "start": 1646508688372,
              "status": "failure",
              "end": 1646513475586,
              "result": {
                "canceled": false,
                "method": "GET",
                "url": "https://10.131.200.3/export_raw_vdi/?format=vhd&amp;vdi=OpaqueRef%3Ac9d9f6be-fb17-4993-bc3a-c11405ba7f6e&amp;session_id=OpaqueRef%3A5fb25acb-a5e3-4f3c-9dc1-49f55a527d74&amp;task_id=OpaqueRef%3Af73a85cd-33ae-4b8e-bfad-c9139f035e06",
                "timeout": true,
                "message": "HTTP connection has timed out",
                "name": "Error",
                "stack": "Error: HTTP connection has timed out\n    at IncomingMessage.emitAbortedError (/usr/local/lib/node_modules/xo-server/node_modules/http-request-plus/index.js:83:19)\n    at Object.onceWrapper (node:events:509:28)\n    at IncomingMessage.emit (node:events:390:28)\n    at IncomingMessage.patchedEmit (/usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/log/configure.js:118:17)\n    at IncomingMessage.emit (node:domain:475:12)\n    at IncomingMessage._destroy (node:_http_incoming:179:10)\n    at _destroy (node:internal/streams/destroy:102:25)\n    at IncomingMessage.destroy (node:internal/streams/destroy:64:5)\n    at TLSSocket.socketCloseListener (node:_http_client:407:11)\n    at TLSSocket.emit (node:events:402:35)"
              }
            }
          ],
          "end": 1646513475586,
          "result": {
            "canceled": false,
            "method": "GET",
            "url": "https://10.131.200.3/export_raw_vdi/?format=vhd&amp;vdi=OpaqueRef%3Ac9d9f6be-fb17-4993-bc3a-c11405ba7f6e&amp;session_id=OpaqueRef%3A5fb25acb-a5e3-4f3c-9dc1-49f55a527d74&amp;task_id=OpaqueRef%3Af73a85cd-33ae-4b8e-bfad-c9139f035e06",
            "timeout": true,
            "message": "HTTP connection has timed out",
            "name": "Error",
            "stack": "Error: HTTP connection has timed out\n    at IncomingMessage.emitAbortedError (/usr/local/lib/node_modules/xo-server/node_modules/http-request-plus/index.js:83:19)\n    at Object.onceWrapper (node:events:509:28)\n    at IncomingMessage.emit (node:events:390:28)\n    at IncomingMessage.patchedEmit (/usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/log/configure.js:118:17)\n    at IncomingMessage.emit (node:domain:475:12)\n    at IncomingMessage._destroy (node:_http_incoming:179:10)\n    at _destroy (node:internal/streams/destroy:102:25)\n    at IncomingMessage.destroy (node:internal/streams/destroy:64:5)\n    at TLSSocket.socketCloseListener (node:_http_client:407:11)\n    at TLSSocket.emit (node:events:402:35)"
          }
        }
      ],
      "end": 1646513527913,
      "result": {
        "canceled": false,
        "method": "GET",
        "url": "https://10.131.200.3/export_raw_vdi/?format=vhd&amp;vdi=OpaqueRef%3Ac9d9f6be-fb17-4993-bc3a-c11405ba7f6e&amp;session_id=OpaqueRef%3A5fb25acb-a5e3-4f3c-9dc1-49f55a527d74&amp;task_id=OpaqueRef%3Af73a85cd-33ae-4b8e-bfad-c9139f035e06",
        "timeout": true,
        "message": "HTTP connection has timed out",
        "name": "Error",
        "stack": "Error: HTTP connection has timed out\n    at IncomingMessage.emitAbortedError (/usr/local/lib/node_modules/xo-server/node_modules/http-request-plus/index.js:83:19)\n    at Object.onceWrapper (node:events:509:28)\n    at IncomingMessage.emit (node:events:390:28)\n    at IncomingMessage.patchedEmit (/usr/local/lib/node_modules/xo-server/node_modules/@xen-orchestra/log/configure.js:118:17)\n    at IncomingMessage.emit (node:domain:475:12)\n    at IncomingMessage._destroy (node:_http_incoming:179:10)\n    at _destroy (node:internal/streams/destroy:102:25)\n    at IncomingMessage.destroy (node:internal/streams/destroy:64:5)\n    at TLSSocket.socketCloseListener (node:_http_client:407:11)\n    at TLSSocket.emit (node:events:402:35)"
      }
    }
  ],
  "end": 1646513527914
}
</code></pre>
]]></description><link>https://xcp-ng.org/forum/post/47442</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/47442</guid><dc:creator><![CDATA[northportio]]></dc:creator><pubDate>Sat, 05 Mar 2022 20:55:54 GMT</pubDate></item><item><title><![CDATA[Reply to XO fails to backup 1 specific VM due to: Error: HTTP connection has timed out on Fri, 04 Mar 2022 08:02:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/northportio" aria-label="Profile: northportio">@<bdi>northportio</bdi></a> Please could you try  this and report back:</p>
<p dir="auto">create this file <code>/etc/xo-server/config.httpInactivityTimeout.toml</code>:</p>
<pre><code class="language-toml"># XOA Support - Work-around HTTP timeout issue during backups
[xapiOptions]
httpInactivityTimeout = 1800000 # 30 mins
</code></pre>
<p dir="auto">And rerun the backup job.</p>
]]></description><link>https://xcp-ng.org/forum/post/47391</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/47391</guid><dc:creator><![CDATA[Darkbeldin]]></dc:creator><pubDate>Fri, 04 Mar 2022 08:02:59 GMT</pubDate></item><item><title><![CDATA[Reply to XO fails to backup 1 specific VM due to: Error: HTTP connection has timed out on Thu, 03 Mar 2022 22:03:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/danp" aria-label="Profile: Danp">@<bdi>Danp</bdi></a> Failed again on <code>latest</code>. Another thing to note, the <code>Exporting content of VDI SAGE-0</code> keeps going forever and the only way to clear it out is to restart the toolstack.</p>
]]></description><link>https://xcp-ng.org/forum/post/47384</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/47384</guid><dc:creator><![CDATA[northportio]]></dc:creator><pubDate>Thu, 03 Mar 2022 22:03:20 GMT</pubDate></item><item><title><![CDATA[Reply to XO fails to backup 1 specific VM due to: Error: HTTP connection has timed out on Thu, 03 Mar 2022 20:22:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/northportio" aria-label="Profile: northportio">@<bdi>northportio</bdi></a> You could try switching to the <code>latest</code> release channel.</p>
]]></description><link>https://xcp-ng.org/forum/post/47383</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/47383</guid><dc:creator><![CDATA[Danp]]></dc:creator><pubDate>Thu, 03 Mar 2022 20:22:16 GMT</pubDate></item><item><title><![CDATA[Reply to XO fails to backup 1 specific VM due to: Error: HTTP connection has timed out on Thu, 03 Mar 2022 20:06:06 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></p>
<p dir="auto">My apologies for the mix up. Here are the versions:<br />
XOA:<br />
<img src="/forum/assets/uploads/files/1646337804195-screen-shot-2022-03-03-at-3.02.51-pm-resized.png" alt="Screen Shot 2022-03-03 at 3.02.51 PM.png" class=" img-fluid img-markdown" /><br />
<img src="/forum/assets/uploads/files/1646337881678-screen-shot-2022-03-03-at-3.04.21-pm-resized.png" alt="Screen Shot 2022-03-03 at 3.04.21 PM.png" class=" img-fluid img-markdown" /><br />
Built from source:<br />
<img src="/forum/assets/uploads/files/1646337814912-screen-shot-2022-03-03-at-3.02.43-pm-resized.png" alt="Screen Shot 2022-03-03 at 3.02.43 PM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">And I have plenty of space for snapshots. I have a rolling snapshot on that VM that works.</p>
]]></description><link>https://xcp-ng.org/forum/post/47382</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/47382</guid><dc:creator><![CDATA[northportio]]></dc:creator><pubDate>Thu, 03 Mar 2022 20:06:06 GMT</pubDate></item><item><title><![CDATA[Reply to XO fails to backup 1 specific VM due to: Error: HTTP connection has timed out on Thu, 03 Mar 2022 19:58:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/northportio" aria-label="Profile: northportio">@<bdi>northportio</bdi></a> XO Built from source (commit a8708) is XO-server 5.89.0 and XO-web 5.94.0</p>
<p dir="auto">I don't know if it will solve the issue but it's worth a try. Do you have enough space for the snapshots?</p>
]]></description><link>https://xcp-ng.org/forum/post/47381</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/47381</guid><dc:creator><![CDATA[Andrew]]></dc:creator><pubDate>Thu, 03 Mar 2022 19:58:47 GMT</pubDate></item><item><title><![CDATA[Reply to XO fails to backup 1 specific VM due to: Error: HTTP connection has timed out on Thu, 03 Mar 2022 19:55: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><br />
It's happening on both built from source and XOA.<br />
xo-server 5.87.0<br />
xo-web 5.92.0<br />
XCP-NG 8.2.1<br />
I'm as up-to-date as possible as of 3-3-2022 1400h.<br />
I'd also like to add that I tried with different hosts as the master role of the pool. Still yields the error.</p>
]]></description><link>https://xcp-ng.org/forum/post/47380</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/47380</guid><dc:creator><![CDATA[northportio]]></dc:creator><pubDate>Thu, 03 Mar 2022 19:55:54 GMT</pubDate></item><item><title><![CDATA[Reply to XO fails to backup 1 specific VM due to: Error: HTTP connection has timed out on Thu, 03 Mar 2022 19:47:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/forum/user/northportio" aria-label="Profile: northportio">@<bdi>northportio</bdi></a> Is this XO (from source) or XOA?</p>
<p dir="auto">Which version of XCP?</p>
<p dir="auto">Try upgrading XO and running again.</p>
]]></description><link>https://xcp-ng.org/forum/post/47379</link><guid isPermaLink="true">https://xcp-ng.org/forum/post/47379</guid><dc:creator><![CDATA[Andrew]]></dc:creator><pubDate>Thu, 03 Mar 2022 19:47:05 GMT</pubDate></item></channel></rss>