@flakpyro Hi, I am looking into it.
Posts
-
RE: Xen Orchestra 6.3.2 Random Replication Failure
-
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
-
RE: SAML Auth with Azure AD
@Mathieu Hello, can you show us your plugin configuration (without the certificate for security purpose) please?
Edit: thank you!
-
RE: SAML Auth with Azure AD
@Mathieu Hi, you need to be sure to have signed assertion and signed response because only one won't be enough.
We have updated the doc when you saw the impact. Sorry for the inconvenience:
https://github.com/vatesfr/xen-orchestra/pull/9084/files#diff-6319d6b750c3bdbca61a9d9a1577a8aa4fa3a8a37764b91aef4672f69403baa4R221 -
RE: Delta Backups failing again XOCE. Error: Missing tag to check there are some transferred data
@acebmxer Hi, thank you for the feedback!
Could you provide the log file please? -
RE: Image format: unknown
@Tristis-Oris
Hi,
Thank you for your feedback.
A fix is currently in review for release. It will be available soon.