XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • E

      V5 works fine with XenServer 8.4, v6 doesnt work?

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      9
      3
      0 Votes
      9 Posts
      116 Views
      MathieuRAM
      Perfect, thanks. We will fix the infinite loader for backups info soon
    • A

      vmware vm migration

      Watching Ignoring Scheduled Pinned Locked Moved Migrate to XCP-ng
      4
      1
      0 Votes
      4 Posts
      18 Views
      A
      @olivierlambert said in vmware vm migration: Hi, Can you please reformat a bit your post, because it's very hard to understand as you copy pasted stuff in the middle of your questions. Thanks! I fixed the formatting on the post.
    • N

      XO Backup [NOBAK] for full backups

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      42
      0 Votes
      42 Posts
      17k Views
      D
      @florent i just need to transfer that vm to another host so disks will be transfered 1by1. then when both disks are on destination, i will shutdown original vm, make a final CR and start vm on new location so mine was a bit incorrect. on 2nd transfer both disks should be without NOBAK. thank you. will try.
    • D

      SDN Private Network on bonded interface?

      Watching Ignoring Scheduled Pinned Locked Moved Advanced features
      3
      0 Votes
      3 Posts
      22 Views
      bleaderB
      @dcskinner No this is not intend, I just ran some tests, my host has a bond for management, which showed up in the dropdown. Then I created a second bond, it did not show in the dropdown until I actually configure it. When creating it, it was actually created by default with "mode=none" so I went to the host's network tab, chose static and assigned an IP to it and it was then showing in the dropdown. Are you sure your bond is properly configured?
    • stormiS

      XCP-ng 8.3 updates announcements and testing

      Watching Ignoring Scheduled Pinned Locked Moved News
      352
      1 Votes
      352 Posts
      130k Views
      P
      @gduperrey we had the XOA update alert, upgraded to XOA 6.1.0 but no sign of XCP hosts updates ? [image: 1769749580938-da38c4a3-539e-483d-ac5b-93d60360d287-image.png] When patches are available, it usually pops up on its own, is there something to do on cli now ? EDIT : my bad, we had a DNS resolution problem... I now see a bunch of updates available...
    • B

      Windows 11 (Win11_25H2_English_x64.iso) Fails to Install

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      12
      4
      0 Votes
      12 Posts
      171 Views
      A
      @busthead said in Windows 11 (Win11_25H2_English_x64.iso) Fails to Install: It appears I missed the key press to start setup Dont you know your are not suppose to blink when doing working. You might miss something Glad you figured it out.
    • E

      TrueNAS VM failing to start

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      9
      0 Votes
      9 Posts
      183 Views
      olivierlambertO
      This is indeed not normal, could be a BIOS problem or even hardware problem (or a pretty bad bug in Xen?). What kind of hardware is it? I would be surprised to be server grade (or this points to a software bug then).
    • D

      Rolling Updates Failed

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      2
      0 Votes
      2 Posts
      44 Views
      olivierlambertO
      Let me ping @Team-OS-Platform-Release
    • B

      New project - XenAdminQt - a cross-platform GNU/Linux, macOS, Windows native thick client

      Watching Ignoring Scheduled Pinned Locked Moved News
      16
      1
      8 Votes
      16 Posts
      1k Views
      B
      @Tristis-Oris the logic was directly ported over from C# version, so it does the same stuff what it filters there. It just toggles this search scope: QueryScope* TreeSearch::GetTreeSearchScope() { ObjectTypes types = Search::DefaultObjectTypes(); types |= ObjectTypes::Pool; SettingsManager& settings = SettingsManager::instance(); if (settings.getDefaultTemplatesVisible()) types |= ObjectTypes::DefaultTemplate; if (settings.getUserTemplatesVisible()) // these are custom types |= ObjectTypes::UserTemplate; if (settings.getLocalSRsVisible()) types |= ObjectTypes::LocalSR; return new QueryScope(types); } I assume it matches all user-defined templates, the defaults you see are "system defined" and part of xcp-ng .rpm packages. It's possible that this logic just wasn't ported correctly, I will look into it.
    • T

      Remote syslog broken after update/reboot? - Changing it away, then back fixes.

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      28
      0 Votes
      28 Posts
      1k Views
      M
      @gduperrey Thanks! Will test tomorrow as our internal lab / test environment is currently unavailable. I will inform you about the results of my testing here. Best regards
    • C

      Unkown PCI device attached to VM

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      4
      0 Votes
      4 Posts
      153 Views
      Bastien NolletB
      Hi @champagnecharly , On the XO side, it seems that this PCI has an empty string ID, which doesn't enable us to delete it. We'll have to do some tests to find out how to prevent that. We might have trouble reproducing the issue, so would you mind helping us with the tests? You would need to add this piece of code on file xo-server/dist/xapi-object-to-xo.mjs before the line that start with if (isHvm) { (that should be near line 475) if ((_vm$attachedPcis = vm.attachedPcis) !== null && _vm$attachedPcis !== void 0 && _vm$attachedPcis.includes('')) { warn('Empty string PCI id:', otherConfig.pci); } then restart xo-server and look at the output of journalctl, there should be some lines looking like: 2026-01-30T09:26:17.763Z xo:server:xapi-objects-to-xo WARN Empty string PCI id:
    • olivierlambertO

      🛰️ XO 6: dedicated thread for all your feedback!

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      91
      5 Votes
      91 Posts
      6k Views
      O
      XOA6.0: In XO-5 I see 42 missing patches on Home->Pools page. In XO-6 I see that all is good. Is it bug or am I on the wrong page? [image: 1769757422666-5.png] [image: 1769757430098-6.png]
    • olivierlambertO

      DevOps Megathread: what you need and how we can help!

      Watching Ignoring Scheduled Pinned Locked Moved Infrastructure as Code
      61
      4 Votes
      61 Posts
      12k Views
      CyrilleC
      Kubernetes CCM for Xen Orchestra v1.0.0-rc.1 We’re shipping v1.0.0-rc.1, our first release candidate on the road to a stable 1.0.0! This RC is feature-complete and ready for real-world use. Please try it out and share any feedback—bugs, regressions, or usability notes—so we can polish the final release. Thank you for testing and helping us! https://github.com/vatesfr/xenorchestra-cloud-controller-manager/releases/tag/v1.0.0-rc.1 Golang SDK for Xen Orchestra v1.11.0 SDK v2: VM and Task services now match the latest REST API. Host service has been added for host data retrieval. Integration tests have also been strengthened to boost reliability. The v2 SDK is gradually becoming our main library for all the other DevOps tools (Kubernetes drivers, Terraform provider…). There are BREAKING CAHNGES in the v2 SDK, so please read the release notes carefully. Remember that the v2 SDK is a beta version and can be subject to significant changes. The current semantic versioning we use is mostly for the v1 SDK. When the v2 SDK becomes stable, the major version number will increase. https://github.com/vatesfr/xenorchestra-go-sdk/releases/tag/v1.11.0