@Pilow Hi,
Thank you for your reporting! It should be fixed in the next version we are thinking releasing this month if no surprise happens. There is a big refactoring on the clean part which handles metadata (and size) updates.
Posts
-
RE: visual bug in backup data
-
RE: Xen Orchestra has stopped updating commits
@ducatijosh Hi,
Can you checkgit statusto see if you have anything tracked in your repository? You need to wait for a new commit in master though. -
RE: Backups Fail with ENOENT: no such file or directory
@jvanabra "merge synchronously" option is there for log purpose. When you click on your backup job you can get all logs from this job here:

-
RE: Backups Fail with ENOENT: no such file or directory
Your chain seems to have an issue. Can you recreate your snapshot to reset the chain?
Furthermore, can you check the option "merge backup synchronously" to see what is happening in merging part.PS: in case you have a license, feel free to open a ticket.
-
RE: Backups Fail with ENOENT: no such file or directory
@jvanabra Hi,
Can you provide the complete logs from your backup job please? We changed a lot of things in backup recently but we did not have this kind of error.
Regards, -
RE: Warnings with Backups?
@TechGrips Sorry, there is no quick test to be sure the VM is not corrupted. The usual way would be to make a healthcheck. We cannot be sure everything is ok as it concerns multiple tar linked to each other. If it keeps warning you on the same backups, it may be due to a faulty parent. You would need for this to create a new chain of snapshot
-
RE: Warnings with Backups?
@TechGrips Hi,
Unused XVA means a XVA file is not linked to any metadata (to remove a backup, we first remove the metadata file linked to it, then we remove the XVA), it should be removed by clean vm step. It is not an issue, just an information.For the second warning "XVA might be broken", this is because the compressed file seems to be corrupted but we cannot be sure. We prefer to warn the user there may be an issue in the file. This should encourage to remake a backup.
-
RE: Xen Orchestra 6.3.2 Random Replication Failure
@flakpyro Hi, it seems it is a race condition between disk check and close, and disk transfer. That's why it is randomly happening. This is not an easy fix, we are trying to figure out a workaround.
-
RE: Xen Orchestra 6.3.2 Random Replication Failure
@flakpyro Hi, I am looking into it.
-
RE: Distibuted backups doesn't clean up the deltas in the BRs
@ph7 Hi,
We found the issue. It should be fixed by https://github.com/vatesfr/xen-orchestra/pull/9667
However, given the number of delta, it may take a while to merge the whole chain back to 2 backups. -
RE: Mirror backup broken since XO 6.3.0 release, "Error: Cannot read properties of undefined (reading 'id')"
@Pilow ooh sorry, I did not see that you have a proxy. You need to fix it in the proxy too.
Edit: in fact, you just have to put the changes of IncrementalRemoteWriter.mjs in proxy node_modules, the rest is optional
-
RE: Mirror backup broken since XO 6.3.0 release, "Error: Cannot read properties of undefined (reading 'id')"
@Pilow Hi,
As you already tried a patch on your server, can you try to also update the line 110 of @xen-orchestra/backups/_runners/_writers/_AbstractAggregatedRemoteWriter.mjs- const scheduleId = this.#props.scheduleId + const scheduleId = this.#props.schedule?.id ?? this.#props.scheduleIdThank you
-
RE: OIDC login - Internal Server Error
@dlgroep Thank you, we will take thin/thick token into account and use 'claims' part for other properties.
-
RE: HUB is bugged ?
@Pilow Hi,
Thank you for the report.
We are fixing this in https://github.com/vatesfr/xen-orchestra/pull/9362.
It will be fixed during in a patch.
If you need to install something from hub now, you can get back to Stable branch -
RE: SAML Auth with Azure AD
@probain Hi,
Great!! Can you confirm the checkbox is in the Service Provider Details window? It is to enhance the doc part about SAML. -
RE: SAML Auth with Azure AD
@Mathieu Hi,
We merged the PR linked above with new options. If you have time, can you confirm it is working for you?
It will fix the audience error and let you choose if you want to sign responses and assertions. -
RE: SAML Auth with Azure AD
@Mathieu Thanks to your help, we are deploying a patch with config update and control over document and assertion signatures
https://github.com/vatesfr/xen-orchestra/pull/9093 -
RE: SAML Auth with Azure AD
@Mathieu Hi, do you use XO from source or do you have an XOA license? Just to know how to help you more confortably