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

    Topics

    • P

      " can't compute delta" & "can't connect through NBD, fall back to stream export" after 2026-07-28

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Backup
      20
      1
      0 Votes
      20 Posts
      975 Views
      P
      @florent No explicit assigned migration or backup network set. Backups generate errors somewhat randomly. As one VM won't get the "error" one time. But on the next backup run it will. And the third time it might not. This even happens on VMs that are turned off, and therefore shouldn't have any changed bytes between backups. Host is reachable from XO Network has NBD enabled All VMs use VHD IPv4 Backup type is Delta
    • P

      Revert to snapshot, resets creation date. Intended behaviour?

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      3
      0 Votes
      3 Posts
      678 Views
      J
      @poddingue Thanks for your input. Yes I'm aware that basically everything on the VM is incorporated into the snapshot. Including settings and metadata. This is acctually why I was surprised that the creation date wasn't preserved as part of that metadata. And as you say, if one uses that metric to track VM history. Then it can, and will, throw you off. I'll gladly submit this as a feature request. But my gut feeling is that it is more akin to a bug than missing feature per se. Thanks!
    • P

      Rust-based guest-tools... How are things going?

      Watching Ignoring Scheduled Pinned Locked Moved Development
      3
      0 Votes
      3 Posts
      627 Views
      P
      @olivierlambert said in Rust-based guest-tools... How are things going?: The thing is that it works very well and doesn't need fixes… I know, not usual right? It was so stable that we left it like that waiting for people coming for bugs and nothing happened… We'll cut a 1.0 in the next weeks/months. I have indeed seen the stability of it myself. But the lack of updates made me worry anyway. But I'm really looking forward to the promotion to 1.0 as well. Thanks!
    • P

      Setting "Protect from accidental deletion" breaks with backups and healtchecks

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      16
      1
      0 Votes
      16 Posts
      2k Views
      P
      Also.. Thank you for taking a look at it and solving it so quickly, @florent It is a quite nice interaction when reporting bugs that they are looked at and triaged. Not saying everything needs to be a priority 1. But I do appreciate being close to the process. And if I can help make things better by reporting bugs, in a hopefully constructive way. Then I'll continue to contribute my way.
    • P

      2FA doesn't load graphics properly after XO6 went default (XO from source)

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      5
      1
      0 Votes
      5 Posts
      725 Views
      olivierlambertO
      Excellent news
    • P

      XO5 breaks after defaulting to XO6 (from source)

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      53
      1
      0 Votes
      53 Posts
      12k Views
      M
      @MathieuRA I disabled Traefik and reverted to my old XO config (port 443, ssl encryption, http to https redirection), rebuild the docker container using your branch and tested: it is working fine on my end now Thank you very much! I did not expect this to get fixed so fast!
    • P

      Snapshots are no longer being pruned? Commit 58f02

      Watching Ignoring Scheduled Pinned Locked Moved Solved Backup
      12
      1 Votes
      12 Posts
      2k Views
      P
      For completeness sake. Confirming that the fix also works in my second lab as well.
    • P

      Ansible Role - Install XO from source - Now available

      Watching Ignoring Scheduled Pinned Locked Moved Infrastructure as Code
      7
      3 Votes
      7 Posts
      2k Views
      P
      @majorp93 I've updated and added a node.js-installation to the role. Targeting the LTS-24 version. I hope you find it to your liking.
    • P

      [Docs] Which is it? Continuous Replication or Incremental Replication?

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      3
      1
      0 Votes
      3 Posts
      792 Views
      olivierlambertO
      Hi, That's because our doc isn't fully up to date with the new naming (even XO in the app itself). See this recap: [image: Schema-new-wording-backup-2.png] More details in here: https://xen-orchestra.com/blog/xen-orchestra-5-83/#backup-nomenclature
    • P

      [BUG]? If you don't have a disk attached, snapshots don't get cleaned up automatically

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      3
      0 Votes
      3 Posts
      752 Views
      julien-fJ
      @florent It was working before, this is likely something that has been broken when the handling of snapshots has been moved from VMs to VDIs. We need to fix this.
    • P

      [Suggestion] Don't try to attach passthrough devices when doing Healthchecks

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      3
      0 Votes
      3 Posts
      766 Views
      julien-fJ
      @probain Noted in backlog
    • P

      Feature idea: Make Disk migration reflink aware if for "Block Cloning" features

      Watching Ignoring Scheduled Pinned Locked Moved Development
      1
      0 Votes
      1 Posts
      340 Views
      No one has replied
    • P

      Feature Idea: Retry only the operation that failed (health check)?

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      2
      1
      1 Votes
      2 Posts
      489 Views
      olivierlambertO
      Question/suggestion to @julien-f and @florent
    • P

      Will XCP-NG / XO consider migrating over to Valkey from Redis?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Development
      3
      0 Votes
      3 Posts
      919 Views
      julien-fJ
      @probain As @olivierlambert said, Redis is used to story very little data, and we are already thinking about migrating away from it. We would like to use a simpler solution that would not require users to manage it like an SQLite database. For the time being, we will likely keep Redis as long as it's available in open source distributions like Debian but we are keeping an eye on it
    • P

      ignoredVbds.map is not a function

      Watching Ignoring Scheduled Pinned Locked Moved Solved Development
      5
      0 Votes
      5 Posts
      1k Views
      P
      @julien-f I can confirm that the fix worked! Snapshots are back and working. I am impressed at how quick you managed to fix it too. Thanks!