• Translations

    Non-English speakers
    2
    0 Votes
    2 Posts
    17 Views
    olivierlambertO
    Let me ping @gregoire and maybe @psafont
  • XCP-ng Windows PV tools announcements

    Moved News
    37
    0 Votes
    37 Posts
    4k Views
    D
    @dom0 Yes, the Vates tools are our recommended guest tools for XCP-ng going forward.
  • 4 Votes
    11 Posts
    353 Views
    P
    @pdonias This is not my tread but I did enter some info https://xcp-ng.org/forum/post/98246 Here are a few other https://xcp-ng.org/forum/topic/10755/feedback-xo-v6 https://xcp-ng.org/forum/topic/10473/xo6-backup-displayed-in-start-page-dash-board-feedback https://xcp-ng.org/forum/topic/9788/tags-menu
  • SAML Auth with Azure AD

    Solved Xen Orchestra
    37
    1 Votes
    37 Posts
    5k Views
    D
    @olivierlambert Just to add another weird case of this situation I tell you my SAML-auth-adventures. I have just migrated a week ago from XOCE to XOA paid support this week and all the process was fine except the auth with the saml plugin. The commit I had in XOCE was [XO 5d92f - Master 3f604]. I compiled it the first week of this november so it wasn't very outdated. We use the MSEntraID SAML authentication and it was working fine in XOCE since at least one year ago. Mi process was like this: First, I installed XOA and imported the configuration from my old XOCE. Everything was fine and all was imported succesfully (backups, users, acls, etc.), including my plugin configurations. Note that I reused the https server certificate/private key and used the same IP and the same DNS (beacuse I turned off my XOCE before starting XOA). Everything was working fine except the saml auth plugin. I had the same "Internal server error" problem. I looked at the xo-server logs and the error was "invalid document signature" so, as Olivier said, we changed the configuration in MSEntraID to set the "Sign SAML response and assertion" on. Once we changed the configuration I thought the plugin would work again, but surprisingly not. If I try again SAML validation i still got the "Internal server error". When i checked again the xo-server logs I saw ahother exception, this time with the error "SAML assertion audience mismatch" and a reference to the issuer configuration of the plugin. The exact error I got from xo-server logs using "journalctl -u xo-server -f -n 50" was: "xoa xo-server[2370]: Error: SAML assertion audience mismatch. Expected: <id-of-MSEntraID-xo-validation> Received: spn:<id-of-MSEntraID-xo-validation>"I didn't understand this, because the configuration was exactly the same as I had in XOCE. In fact, I turned off XOA and turned on again XOCE just to test the plugin. The result was that in XOCE the plugin worked well. After many tries and some time of impostor syndrome we found the solution: I don't know why, but in XOCE compiled at the beginning of november you have to configure the issuer field of the plugin with the <id-of-MSEntraID-xo-validation> (8digit-4digit-4digit-4digit-12digit). Instead, in XOA deployed also this november, you have to set the issuer field to you XOA URL: https://<xo.company.net>/ I hope this will help, because it was a pain in the neck for us this week. BTW: @olivierlambert this "Internal server error" coming from an uncatched exception in the plugin was not very descriptive. Even a generic try-catch block just to show in the web interface the error would help... P.D.: I'm from Spain, so I do my best with my english P.D. 2: Great job with all the Vates virtualization stack! You are the best! Dani
  • 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.
  • 0 Votes
    6 Posts
    59 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)
  • Potential bug with Windows VM backup: "Body Timeout Error"

    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
  • 0 Votes
    17 Posts
    301 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.
  • 0 Votes
    2 Posts
    42 Views
    olivierlambertO
    Hi! I'm not sure who to ping exactly for this question @pdonias or @Bastien-Nollet maybe?
  • XCP-ng center 25.04.0 does not see guest-tools.iso

    XCP-ng
    1
    1
    0 Votes
    1 Posts
    29 Views
    No one has replied
  • 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..
  • 1 Votes
    5 Posts
    167 Views
    cbaguzmanC
    Thanks @Bastien-Nollet and @olivierlambert . I'm going to do some tests and write the results. Thank you so much.
  • V2V - Stops at 99%

    Migrate to XCP-ng
    15
    0 Votes
    15 Posts
    481 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
  • Disable TX checksumming with API

    REST API
    5
    0 Votes
    5 Posts
    528 Views
    P
    @SethNY you could even enhance this VM_LIST = with TAGs on VM, so that you manage the selection directly in XOA
  • Dynamic Memory Increase says VM needs to reboot

    Compute
    6
    1
    0 Votes
    6 Posts
    58 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.
  • 0 Votes
    1 Posts
    31 Views
    No one has replied
  • ubuntu xen-guest-agent vs xe-guest-utilities

    XCP-ng
    5
    0 Votes
    5 Posts
    88 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.
  • Long backup times via NFS to Data Domain from Xen Orchestra

    Backup
    20
    0 Votes
    20 Posts
    917 Views
    ForzaF
    @MajorP93 aha, yea. Per disk concurrency is important too.
  • WiFi controller not recognized during XCP-NG install

    Hardware
    10
    0 Votes
    10 Posts
    536 Views
    yannY
    @hoehnp we're aiming at sharing a very first public version before end of year, but don't hope for it to be anything complete or stable
  • Mirror backup: Progress status and ETA

    Backup
    3
    1
    1 Votes
    3 Posts
    44 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