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

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

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      20
      4 Votes
      20 Posts
      523 Views
      olivierlambertO
      That's likely because it's the default type, but thanks for the feedback. It doesn't really matter if you can use tools, because NIC type (in fact emulated) should be almost not displayed as it's not used when you use PV drivers.
    • N

      Booting to Dracut (I trusted ChatGPT)

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      25
      0 Votes
      25 Posts
      550 Views
      N
      @AtaxyaNetwork @Pilow @bvitnik Ok, knowing that the p2 partition was likely an old backup was exactly the breadcrumb that I needed. I confirmed via chroot and xsconsole that p2 was xcp-ng v8.2.1, and that p1 was v8.3. Then I was able to check the initrd files there. Namely I needed to see the updated dates and the kernel version. Thankfully, I saw initrd files on the backup that were the correct kernel and hadn't been disturbed. I then just cloned the initrd files from the backup partition to the p1 partition and BOOM. We booted right up. Much appreciated for the assistance, everyone. I'll still need to figure out why my disks are disconnecting, but that will be another post for another day.
    • P

      BUG metadata restore list infinite loading ? (edit : perhaps not a bug, just a glitch)

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      11
      4
      0 Votes
      11 Posts
      132 Views
      olivierlambertO
      Adding @florent and/or @Bastien-Nollet in the loop
    • D

      XCP-ng Windows PV tools announcements

      Watching Ignoring Scheduled Pinned Locked Moved News
      39
      0 Votes
      39 Posts
      4k Views
      D
      @probain The canonical way is to check the product_id instead https://docs.ansible.com/projects/ansible/latest/collections/ansible/windows/win_package_module.html#parameter-product_id The ProductCode changes every time a new version of XCP-ng Windows PV tools is released, and you can get it from each release's MSI: [image: 1764477313181-617a6162-37ca-458d-8f3a-ca4c0102b18e-image.png]
    • K

      delta backups with offline snapshot: VMs do not start after snapshot, they start after transfer is done.

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      17
      0 Votes
      17 Posts
      353 Views
      Bastien NolletB
      Hi @k11maris, I think the situation you showed in your screenshot where both options are selected but are both greyed out should not happen. We will try to reproduce it on our side and fix it.
    • T

      V2V - Stops at 99%

      Watching Ignoring Scheduled Pinned Locked Moved Migrate to XCP-ng
      15
      0 Votes
      15 Posts
      519 Views
      florentF
      @dnordmann the tunnel is closed. By the way the patch will be release tomorrow on latest, by the end of december on stable thank you all for your patience and your help identifying the root cause of this bug
    • henri9813H

      Lock file is already being held whereas no backup are running.

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      6
      2
      0 Votes
      6 Posts
      68 Views
      florentF
      you can uncheck the "Merge backups synchronously" in the advanced view of the backup job to have it run inside the backup job, thus making it visible (we are reworking the internal design for better observability, but there is a lot of job before)
    • H

      Dynamic Memory Increase says VM needs to reboot

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      6
      1
      0 Votes
      6 Posts
      64 Views
      olivierlambertO
      Yes, and then Xen will reduce the RAM if there's not enough available to boot a new VM (reducing down to dynamic min). Static means it can't be changed live, while dynamic can.
    • T

      Long backup times via NFS to Data Domain from Xen Orchestra

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      20
      0 Votes
      20 Posts
      944 Views
      ForzaF
      @MajorP93 aha, yea. Per disk concurrency is important too.
    • A

      Custom config / cloud-init

      Watching Ignoring Scheduled Pinned Locked Moved Management
      19
      0 Votes
      19 Posts
      656 Views
      bvitnikB
      @acebmxer Great. These are some YAML basics. You should read more about it . Following AI instructions without understanding is not going to take you far.
    • A

      ubuntu xen-guest-agent vs xe-guest-utilities

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      5
      0 Votes
      5 Posts
      94 Views
      A
      @olivierlambert Thank you for the reply. There was a thread on here about the iso not being mounted properly and I commented about having power off the vm and back and it will load the iso. This is specifically true with the 0.4.0 for linux. Image pulled from the XO Hub will not mount the ios if the vm is powered on. There is Yellow Explanation mark next to it. Power off vm and power on vm iso is ok. Reboot vm does not let the ios to work.
    • olivierlambertO

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

      Watching Ignoring Scheduled Pinned Locked Moved Infrastructure as Code
      53
      4 Votes
      53 Posts
      10k Views
      J
      @cichy said in DevOps Megathread: what you need and how we can help!: Prioritization of VM startup AND shutdown sequencing! PLEASE - in the GUI (XO). So - without code - I can finally shutdown my servers accessing DB's prior to shutting down the DB server vm's themselves thereby saving myself from table corruption. @cichy In the past it was recommended to do this with an vApp and script. However this means editing the script or configuration file (if one’s created for the script). Which doesn’t make it as easy as the method, used by VMware ESXi for configuring the order and enabling the capacity. Xen Orchestra and/or XCP-ng could really do with an UI (and API) based method of setting up and managing the VM boot and shutdown order.
    • M

      How to Install XCP-ng Guest Tools on Rocky Linux 10?

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      3
      0 Votes
      3 Posts
      61 Views
      M
      Commenting for my future self. This works for CentOS Stream 10; # Install Extra Packages for Linux, where xe-guest-utilities-latest lives sudo yum install epel-release # Install sudo yum install xe-guest-utilities-latest # Start the Service on Boot sudo systemctl enable xe-linux-distribution # Start the Service Now sudo systemctl start xe-linux-distribution # Check the Service is Running sudo systemctl status xe-linux-distribution # Check it's installed sudo yum list installed xe-guest-utilities-latest I wasn't particularly committed to Rocky Linux 10, so thought I'd give the usual steps a run on a different similar OS using CentOS Stream 10. Works absolutely fine. As a comparison, when I run the above steps on Rocky Linux 10, it fails on the second step above when trying to install from yum, which appears to be due to this not being included in EPEL. sudo yum search xe-guest-utilities No matches found. Curious to understand if anyone knows why EPEL is different between CentOS Stream 10 VS Rocky Linux 10. Is this just some upstream thing that isn't perfectly aligned?
    • D

      Translations

      Watching Ignoring Scheduled Pinned Locked Moved Non-English speakers
      3
      0 Votes
      3 Posts
      49 Views
      D
      @dani You mentioned in another thread that you're from Spain. ¿Me ayudas con la traducción al castellano para XCP-ng y XOA? Apúntate a https://translate.vates.tech/projects/xen-orchestra/xen-orchestra-6/es/
    • D

      [Old thread] XCP-ng Windows PV tools 9.0.9030 Testsign released: now with Rust-based Xen Guest Agent

      Watching Ignoring Scheduled Pinned Locked Moved Development
      16
      4 Votes
      16 Posts
      3k Views
      F
      @dinhngtu Thanks. We plan to migrate all Windows VMs from the Citrix tools down the road and only have a handful of VMs running these so far so will maybe hold off until the next version. Have been running the Linux rust tools for over a year with zero issues..
    • cbaguzmanC

      There are any commands that allow me to verify the integrity of the backup files?

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      5
      1 Votes
      5 Posts
      180 Views
      cbaguzmanC
      Thanks @Bastien-Nollet and @olivierlambert . I'm going to do some tests and write the results. Thank you so much.
    • ForzaF

      Mirror backup: Progress status and ETA

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      3
      1
      1 Votes
      3 Posts
      48 Views
      florentF
      @Forza Cancelling a backup run is also on our roadmap ,as soon as we have done reworking the tasks to use xo-task on the full chain, and not an hybrid of various iteration of the tasks objects better tracking of the backup run is also on our roadmap , this is also linked to the task changes plus are some issues with the size on the remote before being able to do this In any case, both are on our backlog
    • W

      Netbox 4.3 not supported

      Watching Ignoring Scheduled Pinned Locked Moved Solved Advanced features
      7
      0 Votes
      7 Posts
      810 Views
      olivierlambertO
      October release fixed it
    • H

      Potential bug with Windows VM backup: "Body Timeout Error"

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      37
      3
      2 Votes
      37 Posts
      3k Views
      M
      @andriy.sultanov Thank you very much for working on this! I can test your proposed fix in our lab during next week. Best regards
    • cbaguzmanC

      In ldap-auth plugin "Check Certificate" option only works with SSL certificates?

      Watching Ignoring Scheduled Pinned Locked Moved Management
      2
      1
      0 Votes
      2 Posts
      50 Views
      olivierlambertO
      Hi! I'm not sure who to ping exactly for this question @pdonias or @Bastien-Nollet maybe?