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
    • F

      Backup and the replication - Functioning/Scale

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      20
      0 Votes
      20 Posts
      743 Views
      florentF
      thanks Andryi We us round robin when using NBD , but to be fair, it does not change the performance a lot in most of the case. The concurrency settings ( multiple connection to the same file ) is helping when there is a high latency between XO and the host. SO , @fcgo if you have thousand of VMs , you should enable NBD it will consume less resource on the DOM0 and XO , and it will be spread on all the possible hosts.
    • H

      OIDC group to XO(CE) Admin, is it possible?

      Watching Ignoring Scheduled Pinned Locked Moved Advanced features
      3
      0 Votes
      3 Posts
      72 Views
      olivierlambertO
      That's a very good question, let me ask internally. Ping @pdonias he might know the answer
    • ditzy-oliveD

      Deploying firewall to XCP-NG with rescue

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      3
      1 Votes
      3 Posts
      38 Views
      ditzy-oliveD
      @bleader thanks for the tip. You see my knowledge in redhat based systems is almost non existant. Think I'm almost 99% debian and 1% ubuntu (and that not by choice) So I will take care of redeploying the script as soon as I upgrade, should be easily noticeable since monitoring will loose access and yell at me.
    • P

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

      Watching Ignoring Scheduled Pinned Locked Moved Development
      3
      0 Votes
      3 Posts
      105 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!
    • J

      Is there a way to turn off xentools vulnerable message for non-admins?

      Watching Ignoring Scheduled Pinned Locked Moved Management
      2
      0 Votes
      2 Posts
      49 Views
      olivierlambertO
      Good question! Ping @pdonias I assume
    • K

      Commit 109e376 Implications

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      5
      0 Votes
      5 Posts
      252 Views
      rzrR
      Latest XO can be new tested along XCP-ng (with OpenSSL 3): https://xcp-ng.org/forum/topic/9964/xcp-ng-8-3-updates-announcements-and-testing/363 Feedback welcome
    • I

      ESXi 7.0.1 → XCP-ng 8.3 import fails immediately at disk stage with “stream has ended without data, was looking for 134 bytes” (via vCenter)

      Watching Ignoring Scheduled Pinned Locked Moved Migrate to XCP-ng
      2
      0 Votes
      2 Posts
      78 Views
      florentF
      @ItzJay in your journalctl -i xo-server log you should have something like nbdkit logs of ${diskPath} are in ${tmpDir} where tmpDir is something like /tmp/xo-serverXXXX/stderr can you post the file ? alternatively, you can open a support ticket
    • dalemD

      NiXOA: A declarative implementation of Xen Orchestra using flakes on NixOS

      Watching Ignoring Scheduled Pinned Locked Moved Infrastructure as Code nixos
      4
      3 Votes
      4 Posts
      371 Views
      dalemD
      Version 1.4.0 is released: https://codeberg.org/NiXOA/system/releases/tag/v1.4.0 It includes significant changes and improvements, including: dedicated getting started section, migration to valkey, only needing to clone system, and helper scripts. the xen-orchestra-ce nixpkg now references the libvhdi nixpkg, and the core flake now references and pulls from the xen-orchestra-ce repo as an overlay. System (the user input flake) now uses the Core repo as an overlay, reducing the need to clone both locally AND allowing system to pull new updates and releases from core. XO, and libvhdi as needed. The next goal is: Make an xsconsole-like TUI Automate package updates for libvhdi and xen-orchestra-ce using CI/CD pipelines Submit libvhdi and xen-orchestra-ce as official nixpkgs
    • H

      API authentication token permissions

      Watching Ignoring Scheduled Pinned Locked Moved REST API
      5
      0 Votes
      5 Posts
      125 Views
      olivierlambertO
      I know it's actively worked as we speak (ACLv2). So I would say this year at least It's in our (soon published) roadmap in the "Next" section, just after the "now".
    • W

      Netbox 4.3 not supported

      Watching Ignoring Scheduled Pinned Locked Moved Solved Advanced features
      15
      0 Votes
      15 Posts
      1k Views
      D
      @mjr99 I bypassed it weeks ago. Didn't have to downgrade netbox. At the time. I upgraded to the latest Xo from sources. Then netbox worked. I shall be upgrading xo soon again Thank you all.
    • ForzaF

      Mirror backup: Progress status and ETA

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      4
      1
      1 Votes
      4 Posts
      228 Views
      A
      @Forza Too funny. I came across this post and clicked on the URL you referenced......and that earlier question was from me! Well, nothing has changed. I'm doing mirror'ed backups and I'm still blind as a bat.
    • A

      Backups routinely get stuck on the health check

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Backup
      10
      1
      0 Votes
      10 Posts
      707 Views
      D
      Hello @Austin.Payne, I wanted to share my experience. I had similar issues through multiple XO versions. However, after learning that health checks rely on the management port I did some more digging. TL;DR it was a network configuration, and not an XO or XCPNG problem. If you have a multi-nic setup and you have XO as a VM on your XCPNG host, I would recommend that whatever network you use for management is on the same NIC. Setup: XO is a VM on XCPNG Host (only one host in pool). Network setup: eth0 = 1GB NIC = Management interface for XCPNG host (192.168.0.0/24 network) eth1 = 10GB DAC = NIC for 192.168.0.0/24 network to pass through VMs (XO uses this NIC) eth1.200 = 10GB DAC = VLAN 200 on eth1 NIC for storage network (10.10.200.0/28). Both the XCPNG host and VMs (including XO VM) use this. IP setup: XCPNG host = 192.168.0.201 on eth0; 10.10.200.1 on eth1.200 XO VM = 192.168.0.202 on eth1; 10.10.200.2 on eth1.200 Remote NAS for backups = Different computer on 10.10.200.0/28 network In this setup, backups would always finish, but health checks would hang indefinitely. However, after changing the XCPNG host to use eth1 for the management interface instead of eth0, health checks starting passing flawlessly. I am not sure if the problem was having the XCPNG host connecting to the same network with two different NICs or if eth1 was the better NIC thus was more reliable during the health check (could also explain why backups would always succeed). It's also possible it was switch related. In this setup, eth0 was connected to a Cisco switch and eth1/eth1.200 was connected to a MIkroTIk switch. Again, not sure what actually solved it, but consolidating everything to a single NIC solved the issue for me (and physically unplugging eth0 after the eth1 consolidation). Hopefully sharing my experience helps solve this issue for you.
    • V

      XOA SocketError: Other side Closed

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      1
      0 Votes
      1 Posts
      35 Views
      No one has replied
    • V

      VM export failing with Unix.Unix_error(Unix.EIO, "read"..)

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      7
      0 Votes
      7 Posts
      228 Views
      V
      Hello, I have hardware issues, specially on the disks. Unfortunately I don't have fully access to the machine to be able to confirm if is effectively disks( more likely ) or back-plane. Interestingly some of those VMs does work, I can boot them and work with them but cannot copy the disks. Since those are Windows server VM I have also tried the Windows backup tool and this failed as well to perform to finish the backup. So I'm closing this investigation as hardware issue.
    • K

      Deteching Host is Failing with Error

      Watching Ignoring Scheduled Pinned Locked Moved Management
      6
      0 Votes
      6 Posts
      96 Views
      DanpD
      Just go to Settings > Servers tab in XO and remove the entry associated with this pool.