XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. pierrebrunet
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 20
    • Groups 3

    pierrebrunet

    @pierrebrunet

    Vates 🪐 XO Team
    11
    Reputation
    8
    Profile views
    20
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    pierrebrunet Unfollow Follow
    Team - XO Backend Vates 🪐 XO Team

    Best posts made by pierrebrunet

    • 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

      pierrebrunet289 opened this pull request in vatesfr/xen-orchestra

      closed fix (XO Hub): read getResourceCatalog removed during refactor #9362

      posted in Management
      P
      pierrebrunet
    • RE: SAML Auth with Azure AD

      @probain Thank you!

      posted in Xen Orchestra
      P
      pierrebrunet
    • RE: Delta Backups failing again XOCE. Error: Missing tag to check there are some transferred data

      Thank you @acebmxer , it should be fixed by https://github.com/vatesfr/xen-orchestra/pull/8907

      pierrebrunet289 opened this pull request in vatesfr/xen-orchestra

      closed fix(backup): set transfer tag only on AbstractRemote #8907

      posted in Backup
      P
      pierrebrunet
    • RE: Xen Orchestra 6.3.2 Random Replication Failure

      @flakpyro Hi, I am looking into it.

      posted in Backup
      P
      pierrebrunet
    • RE: Mirror backup broken since XO 6.3.0 release, "Error: Cannot read properties of undefined (reading 'id')"

      @Pilow perfect!

      posted in Backup
      P
      pierrebrunet
    • 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

      posted in Backup
      P
      pierrebrunet
    • 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.

      posted in Management
      P
      pierrebrunet
    • 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.

      posted in Xen Orchestra
      P
      pierrebrunet
    • 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

      pierrebrunet289 opened this pull request in vatesfr/xen-orchestra

      closed fix(plugin/auth-saml): add default config in SAML #9093

      posted in Xen Orchestra
      P
      pierrebrunet

    Latest posts made by pierrebrunet

    • 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

      posted in Backup
      P
      pierrebrunet
    • 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.

      posted in Backup
      P
      pierrebrunet
    • 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.

      posted in Backup
      P
      pierrebrunet
    • RE: Xen Orchestra 6.3.2 Random Replication Failure

      @flakpyro Hi, I am looking into it.

      posted in Backup
      P
      pierrebrunet
    • RE: Mirror backup broken since XO 6.3.0 release, "Error: Cannot read properties of undefined (reading 'id')"

      @Pilow perfect!

      posted in Backup
      P
      pierrebrunet
    • 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.

      fbeauchamp opened this pull request in vatesfr/xen-orchestra

      closed fix(backups): schedule reference is missing #9667

      posted in Backup
      P
      pierrebrunet
    • 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

      posted in Backup
      P
      pierrebrunet
    • 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.scheduleId
      

      Thank you

      posted in Backup
      P
      pierrebrunet
    • RE: OIDC login - Internal Server Error

      @dlgroep Thank you, we will take thin/thick token into account and use 'claims' part for other properties.

      posted in Advanced features
      P
      pierrebrunet
    • 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

      pierrebrunet289 opened this pull request in vatesfr/xen-orchestra

      closed fix (XO Hub): read getResourceCatalog removed during refactor #9362

      posted in Management
      P
      pierrebrunet