I found a weird thing, I'm trying to find the cause.

Posts
-
RE: Import problem which Mikrotik Cloud Hosted Router
-
RE: backblaze b2 / amazon s3 as remote in xoa
@shorian Ah sorry, I think S3 is completely broken at the moment.
-
RE: backblaze b2 / amazon s3 as remote in xoa
@shorian Thank you.
I will look into the memory issue, that seems to be the clue into a hidden issue, thank you.
-
RE: how to build blktap from sources?
thanks, I've been inching along with external help, I just managed to compile the package a few minutes ago.
I will try to report here with an exact script to compile the RPM from nothing. -
RE: ova import failing silently. logs show timeout against xcp-ng node
I am extremely sorry, but it seems to works on my machine
BUT, the error I see in your logs also exists at another customer site, and they also trigger it with a publicly available OVA.
If you can and want, would you mind trying to import 'watchguard-dimension_2_2.ova' https://software.watchguard.com/SoftwareDownloads?current=true&familyId=a2RF00000009On4MAE
and check if you get the same error ? you don't have to start the VM, we are just looking forvhd-tool output: vhd-tool: Non-zero size required
in xensource.logWe will confer internally. in the mean time.
Nicolas.
-
RE: Import problem which Mikrotik Cloud Hosted Router
Hi, sorry for the delay, I reproduce the error with chr-6.48.4.ova, I'm now starting to diagnose it.
-
RE: backblaze b2 / amazon s3 as remote in xoa
@shorian thanks. If you could just try no concurrency as a proof that the code work, then your normal concurrency, to check if the issue is fixed that would be great.
This code is meant to be more vulnerable to losing the connection to S3, but I think it's a low risk. It's now using straight HTTP POST.
-
RE: backblaze b2 / amazon s3 as remote in xoa
@shorian I would like to abuse your patience again, by asking you to test this branch: https://github.com/vatesfr/xen-orchestra/tree/nr-s3-fix-big-backups2
The concept is that the backup upload will happen without any sort of smart upload system or queue.
Thank you, Nico
-
RE: backblaze b2 / amazon s3 as remote in xoa
I just had a
getaddrinfo EAI_AGAIN
error after 3h when trying a big backup towards AWS S3. According to stack overflow, it's generally a timeout on a DNS query. That seems close to your timeout error on the server side. I guess the immediate hypothesis is that the network side of XOA VM is choking on things.In my last change I added support for keepalive in the AWS library, I will look in this direction.
-
RE: Cannot import a large VHD using Import Disk option
@olivierlambert actually I saw the messages a few minutes before being tagged, and I was looking at the code by the time I got tagged.
-
RE: backblaze b2 / amazon s3 as remote in xoa
@shorian Thank you very much, I'll dig deeper.
-
RE: Cannot import a large VHD using Import Disk option
@deoccultist Thanks for the report, the fix is done, you can follow its route to a release here: https://github.com/vatesfr/xen-orchestra/pull/5574
Nicolas
-
RE: backblaze b2 / amazon s3 as remote in xoa
@shorian thank you I will look at all that.
-
RE: Metadata Backup to Backblaze S3 compatible will not work
Hello, the resolution should happen in this pull request: https://github.com/vatesfr/xen-orchestra/pull/5373
Nicolas.
-
RE: Cannot import OVA from VirtualBox
@dgmcdona I see that the system did not recognize the disk, I will look into it deeper.
-
RE: OVA import failing
@cbritton privately sent me a file that exhibit the error, many thanks. I am searching for the bug now.
-
RE: sexilog ova import... causes xoa to drop import task
you can follow the fix is in this pull request: https://github.com/vatesfr/xen-orchestra/pull/5085
-
RE: sexilog ova import... causes xoa to drop import task
I have a local reproduction of the bug.
At first glance it looks like a stupid bug linked to the fact that there is more than one disk in the file.