• Ignition and creating a SUSE MicroOS VM

    Xen Orchestra
    9
    0 Votes
    9 Posts
    3k Views
    G
    Replying to an old thread because this one popped up in a search. There is an open source and locally running ignition/combustion generator that I've used on bare metal. To use it with XCP-ng, we would need the ability to have a second "cd rom" drive during the install phase, one for the OS installer, one for the combustion/ignition ISO generated from the tool. https://opensuse.github.io/fuel-ignition/ They say it only runs locally, no info is send out to the web. I didn't monitor my connection on the one time I used it, and probably won't the next time (coming soon to a bare metal cluster in my lab). For the record, I'm using the LEAP version of Micro for my tasks.
  • Is v8.3 NUMA aware?

    Hardware
    6
    0 Votes
    6 Posts
    172 Views
    C
    @TheNorthernLight Thanks for pointing that out, that totally makes sense, I should have realized to look it up that way. I guess I just think of XCP-ng as its own product so much that I forget it's based on Xen even though I know that.
  • Warnings with Backups?

    Backup backup backup failure
    2
    2
    0 Votes
    2 Posts
    40 Views
    olivierlambertO
    Ping @Team-XO-Backend
  • How do I apply host patches in XO-6?

    Xen Orchestra
    3
    0 Votes
    3 Posts
    21 Views
    BrantleyHobbsB
    @DustinB thank you! I suspected as much, but as my wife points out all the time, I am terrible at finding things, so I figured I would ask.
  • 🛰️ XO 6: dedicated thread for all your feedback!

    Pinned Xen Orchestra
    170
    7 Votes
    170 Posts
    19k Views
    P
    After the work You put in fixing https://xcp-ng.org/forum/topic/12040/restore-only-showing-1-vm/18 It seems like VDI-size in VMs VDIS is back to showing size of snapshot instead of size of VM.
  • Restore only showing 1 VM

    Backup
    18
    1
    0 Votes
    18 Posts
    238 Views
    P
    Still working fine But after this work You put in it seems like VDI-size in VMs VDIS is back to showing size of snapshot instead of size of VM. I'l update the XO6 thread https://xcp-ng.org/forum/topic/11604/xo-6-dedicated-thread-for-all-your-feedback/169
  • CPU Usage of empty server

    XCP-ng
    2
    3
    0 Votes
    2 Posts
    21 Views
    P
    @jerry1333 could you do a TOP in XOA vm to identify what consumes CPU ?
  • After Update XO wont start

    Xen Orchestra
    5
    1
    1 Votes
    5 Posts
    228 Views
    O
    This usually happens when dependencies are out of sync after pulling updates. Did you try removing node_modules and the lock file and then running yarn install again before starting XO?
  • 9 Votes
    33 Posts
    4k Views
    Tristis OrisT
    I haven't found how to set up a physical NIC. you can only edit already configured ones.
  • 6 Votes
    4 Posts
    377 Views
    I
    @simonp - Can you reshare the dashboards. The link says json is not available for any of these dashboards,
  • 1 Votes
    4 Posts
    125 Views
    B
    La remarque a été intégrée dans l'article: https://www.myprivatelab.tech/xcp_lab_v2_ha#perte-master Merci encore pour le retour.
  • Host stuck at grub on reboot

    Hardware
    2
    0 Votes
    2 Posts
    72 Views
    A
    I've seen this happen after a BIOS update or if a CMOS battery starts failing. Sometimes the motherboard resets to 'Legacy' instead of 'UEFI' (or vice versa), and GRUB just loses its mind because it can't find the partition it expects. It’s worth a quick check in your firmware settings to make sure the boot mode and the drive order haven't shifted on you.
  • found reproductible BUG with FLR

    Backup
    1
    0 Votes
    1 Posts
    39 Views
    No one has replied
  • XOA Unable to connect xo server every 30s

    Xen Orchestra
    3
    0 Votes
    3 Posts
    53 Views
    jerry1333J
    Support tunnel is active but I have troubles to access support "Oops, something went wrong! Don't worry, our team is already on it". I'll keep trying, thanks.
  • TrueNAS VM failing to start

    Compute
    21
    0 Votes
    21 Posts
    1k Views
    A
    That is a frustrating loop to be in, especially with TrueNAS. Usually, when the VM fails to start after a change, it’s because XCP-ng is trying to pass through a PCI device (like an HBA) that isn't being released properly by the host. Have you checked if the "hide" parameters in your grub config are still correct? Sometimes an update can reset those, and the host grabs the controller before the VM can. Another thing to try is toggling the BIOS/UEFI mode in the VM settings - TrueNAS can be picky about that depending on which version you’re running.
  • XOA 6.1.3 Replication fails with "VTPM_MAX_AMOUNT_REACHED(1)"

    Solved Backup
    7
    0 Votes
    7 Posts
    154 Views
    F
    @florent I can confirm that this fixes the issue!
  • [dedicated thread] Dell Open Manage Appliance (OME)

    Solved Compute
    94
    1
    0 Votes
    94 Posts
    36k Views
    TheNorthernLightT
    Nevermind. I forgot your previous post about: You'll need to modify two files (via SSH): /opt/dell/omc/utilities/tui/bin/ome_disk_config.sh /opt/dell/mcsi/appliance/scripts/appliance_ressource.sh In these files, replace /dev/sd with /dev/xvd. I went and made these changes, and now the Data drive is loading after doing the drive scan. I should mention that doing this BEFORE first logging into the OME web interface and completing the initialization seems to be best (no further errors appear once logged in).
  • 1 Votes
    2 Posts
    76 Views
    olivierlambertO
    Pinging @Team-OS-Platform-Release
  • XOA - Memory Usage

    Xen Orchestra
    8
    2
    0 Votes
    8 Posts
    334 Views
    olivierlambertO
    Adding @Team-XO-Backend in the loop
  • Backup retention policy and key backup interval

    Backup
    6
    3
    0 Votes
    6 Posts
    108 Views
    Bastien NolletB
    @Pilow The backups kept by LTR are just regular backups with a specific tag, which doesn't change how we treat them. If you want to avoid each of your LTR backup to depend on one another, we recommend to set a full backup interval value to your backup job, which will regularly force a full backup. (even without LTR, having an infinite chain of backups can cause problem in the long term, especially if no healthchecks are made)