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

    probain

    @probain

    43
    Reputation
    21
    Profile views
    108
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    probain Unfollow Follow
    • RE: Snapshots are no longer being pruned? Commit 58f02

      @florent said in Snapshots are no longer being pruned? Commit 58f02:

      @probain thanks for signaling this, we just merged a fix, that fix it on our labs
      can you test it on your side ?
      https://github.com/vatesfr/xen-orchestra/pull/9202

      I can confirm that it solves the issue in my primary lab. Tomorrow I will be able to re-validate at my second lab as well.
      Thank you for such a quick fix!

      posted in Backup
      P
      probain
    • Ansible Role - Install XO from source - Now available

      I've mentioned it on the forums once or twice. And after @wezke explicitly asked for it. I decided to take the time to finally go ahead and publish an Ansible-role for installing XO from source.

      Benefits from using any of the many installation-scripts:

      Scripts are often quite big. Making them hard to validate and scrutinize for security reasons.

      Ansible (imho) is easier to read and see what it does.

      If you are orchestrating your environment through Ansible already, this should drop in semi-nicely

      This follows the official steps from the Xen-Orchestra docs, except for ONE main thing. This does not run the xo-server as root. In the hopes that it should raise security just a tiny bit more.

      Note and Disclaimer!
      Do your own validation of the source. Do NOT take my word for how this works. And use it at your own risk.
      Now, with all disclaimers out of the way. Feel free to use as you'd like. I hope the community takes kindly to this.

      https://github.com/cloudrootab/ansible_role_xoce

      PS: This is ported from my private role. But should work. See the disclaimer above!
      PPS: This is a re-post from a now deleted forum-post, where I mistakenly placed the topic in XCP-NG/Installation.

      posted in Infrastructure as Code
      P
      probain
    • RE: 🛰️ XO 6: dedicated thread for all your feedback!

      @olivierlambert said in 🛰️ XO 6: dedicated thread for all your feedback!:

      So I quickly experimented different "identities"/themes.

      Here is "Nord" in dark mode:

      Please add this. This was gorgeous!

      posted in Xen Orchestra
      P
      probain
    • RE: Backblaze as Remote error Unsupported header 'x-amz-checksum-mode' received for this API call.

      @florent said in Backblaze as Remote error Unsupported header 'x-amz-checksum-mode' received for this API call.:

      ,
      requestChecksumCalculation: "WHEN_REQUIRED",
      responseChecksumValidation: "WHEN_REQUIRED"

      I (previously as @jr-m4) just tried the patch you suggested. And I can confirm that this does indeed make the backup complete successfully!
      Great work finding a solution that quicklly!

      posted in Xen Orchestra
      P
      probain
    • RE: All drop-down options are empty

      @JamfoFL

      @Danp responded to similar/same issue here:
      https://xcp-ng.org/forum/post/89858

      posted in Xen Orchestra
      P
      probain
    • RE: Server Locks Up Periodically with ASRock X570D4I-2T AMD Ryzen 9 3900X and Intel X550-AT2

      @R2rho
      Faulty gear always sucks. But who would've guessed that two separate systems would produce the same problems. That is highly unlikely, but never impossible.

      Good luck with the RMA

      posted in XCP-ng
      P
      probain
    • RE: Snapshots are no longer being pruned? Commit 58f02

      For completeness sake. Confirming that the fix also works in my second lab as well.

      posted in Backup
      P
      probain
    • RE: Snapshots are no longer being pruned? Commit 58f02

      I can now reliably recreate the behavior between the commits mentioned above.
      As I expected, the problems with finding a "known good" was due to user error

      posted in Backup
      P
      probain
    • RE: Snapshots are no longer being pruned? Commit 58f02

      @AlexD2006

      Thanks for your input.

      So I believe I've managed to find which commit breaks my snapshot-pruning.

      If I use the commit: 8a390057b648205b7ae2c6ccc2a0bc78dc624e08 - Then the pruning works.

      However, if I go to the next one: 05c6f87a1212e81c51e63f6a585b9e97a3c1bfb2- Pruning breaks and snapshots are no longer being deleted as retention says they should.

      I can consistently and reliably re-create the different scenarios in my first lab. This doesn't explain why I'm seing inconsistent results in my other lab. But that might be user error, that I have to double check tomorrow!

      Perhaps you could try to see if you see the same behaviour between the commits?

      posted in Backup
      P
      probain
    • RE: Snapshots are no longer being pruned? Commit 58f02

      It might be that my known good, isn't that good at all.

      I can replicate the problem in my second lab as well. But it is being affected even with commits older than a101e.
      I'm still trying to find and provide better/useful information.

      posted in Backup
      P
      probain
    • RE: " can't compute delta" & "can't connect through NBD, fall back to stream export" after 2026-07-28

      @olivierlambert
      Happy to hear that they are providing results to be looked at.
      If there is anything else I can provide, please don't hesitate to ask. And I'll do my very best to be helpfull

      posted in Backup
      P
      probain
    • RE: " can't compute delta" & "can't connect through NBD, fall back to stream export" after 2026-07-28

      5 nbd connections went fine.
      8 is not.

      posted in Backup
      P
      probain
    • RE: " can't compute delta" & "can't connect through NBD, fall back to stream export" after 2026-07-28

      @poddingue

      Thanks for looking into it further as well.. If there is a hard cap on the amount of NBD connections, then that is very interesting. Because the closest I've ever been able to find regarding this setting, was the general answer of "Try and see what works for you". So if ther is indeed a hard cap, then I would propose that this is limited inside the GUI itself. e.g. if the cap is 8, then don't let the integer exceed 8.

      I'm doing increasing increments of the number of connections now. So far I've done 1,2,10. And 10 does seem to be breaking again, but only on some.

      Thanks as well for the link. I'm collecting the logs through xen-bugtool --yestoall now. I do wish that something like this is implemented in GUI someday. And I even made a FR feedback on it. Since I really do want to provide good information for the devs. But collecting manually isn't the most convinient way unfortunately.

      Logs should be up shortly

      posted in Backup
      P
      probain
    • RE: " can't compute delta" & "can't connect through NBD, fall back to stream export" after 2026-07-28

      @florent

      I'm doing more backup runs. And not all of the VMs trigger the warning and fall back. But it seems quite random so far.

      I did one adjustment thoug.
      My number of NBD connections are set quite high, 20. And after reading this post I decided to try if lowering to 1 would have an effect. And it seems that it does. The latest backup-run hasn't showed any warnings this time... Maybe it's a false lead. But it is a behaviour I noticed this time

      posted in Backup
      P
      probain
    • RE: " can't compute delta" & "can't connect through NBD, fall back to stream export" after 2026-07-28

      @florent

      Unfortunately I'm not able to connect logs and such until tomorrow. But I can share further info on the configs.

      The backup type is Delta.
      NBD is activated and reachable
      The SR on the source drive is local
      Target SR is truenas nfs. Transfers are as expected.

      Starting with the commits on 27th. These infos and fallback to full started happening. They have not been seen before. Resulting in transfers becoming 300% larger than expected.

      All vdi are vhd
      I compile from source almost daily. Hence me being very certain this is due to recent commits.

      Info warning and fallback is happening even after second attempt after latest updates as well. So issue persists between reboots as well.

      Is there a vates upload service I can upload to?
      Or if we reset my XO trial, I can open a support tunnel for you

      posted in Backup
      P
      probain
    • " can't compute delta" & "can't connect through NBD, fall back to stream export" after 2026-07-28

      Since updating to XO from source on 2026-07-28 my backups have started showing issues:
      Issue still persists on 2026-07-29 on latest commit (26c36) after the latest XCP-ng updates as well.

       can't compute delta OpaqueRef:4f676f19-a405-9bf7-ebb8-508240593020 from OpaqueRef:044a8fe1-7547-175f-612a-82e8df28524a, fall back to a full
       can't connect through NBD, fall back to stream export
       Backup fell back to a full
      

      267473ff-cbcd-466e-b90f-c050792e4659-image.jpeg

      This happens to almost all of my VMs. But not on my Windows Server 2025 VM. Unsure if that is relevant though.

      2026-07-27 didn't have any such notices.

      posted in Backup
      P
      probain
    • RE: Start: no host available?

      Other ideas I get are:

      PCI passthrough on any of these?
      Are they cloned from each other, or setup from scratch?
      Afinity host / load balancing?

      What happens if you migrate to the other pool?

      posted in XCP-ng
      P
      probain
    • RE: Start: no host available?

      Last time I saw that error. The resources on the host weren't enough to start the additional VM.

      posted in XCP-ng
      P
      probain
    • RE: XCP-ng 8.3 updates announcements and testing

      @dthenot said:

      @probain Hello,

      It's likely linked to the List index out of range bug.
      That bug was linked to the SR scan failing to introduce CBT_metatadata VDI in the XAPI database, could you try to launch a xe sr-scan uuid=<SR UUID> and try again to disable CBT?
      If it does not work, could you share the /var/log/SMlog of around the time you are trying to disable CBT?

      I've sent you a DM for sharing the logs.. Unfortunately I "solved" the issue by deleting all snapshots related to each VM. Including CBT ones. That did make it so I could toggle CBT on the VDIs again.

      But I've collected the logs for you.

      This also seems like a good time to raise my suggestion to have somewhere at vates where we could upload details in a similar way to how TrueNAS does it. Suggested here: https://feedback.vates.tech/posts/69/suggesting-to-add-a-debug-file-option

      posted in News
      P
      probain
    • RE: XCP-ng 8.3 updates announcements and testing

      Now receiving UUID_INVALIDwhen trying to disable CBT on a VDI.
      Perhaps a result of fixing the "List index out of range"-bug?

      XO Source: 5811d
      Node 24

      vdi.set
      {
        "id": "57e0db3e-3131-40df-a620-c1118047b9d4",
        "cbt": false
      }
      {
        "code": "UUID_INVALID",
        "params": [
          "VDI",
          "7b179964-dec6-4e24-a13b-8c5c56efcd95"
        ],
        "call": {
          "duration": 2,
          "method": "VDI.get_by_uuid",
          "params": [
            "* session id *",
            "7b179964-dec6-4e24-a13b-8c5c56efcd95"
          ]
        },
        "message": "UUID_INVALID(VDI, 7b179964-dec6-4e24-a13b-8c5c56efcd95)",
        "name": "XapiError",
        "stack": "XapiError: UUID_INVALID(VDI, 7b179964-dec6-4e24-a13b-8c5c56efcd95)
          at XapiError.wrap (file:///opt/xen-orchestra/packages/xen-api/_XapiError.mjs:16:12)
          at file:///opt/xen-orchestra/packages/xen-api/transports/json-rpc.mjs:38:21
          at runNextTicks (node:internal/process/task_queues:65:5)
          at processImmediate (node:internal/timers:472:9)"
      }
      
      posted in News
      P
      probain