Subcategories

  • VMs, hosts, pools, networks and all other usual management tasks.

    466 Topics
    4k Posts
    P
    @poddingue there is a notion of appliance too (group of VMs) https://docs.xcp-ng.org/appendix/cli_reference/#appliance-commands where you can start/stop a group of VMs, never tried it, doesn't seem to have a boot order in the vAPP neither
  • ACLs, Self-service, Cloud-init, Load balancing...

    103 Topics
    859 Posts
    J
    @gcpeters4 said: @john.c This is a good idea as well. If the previous suggestion of trying to do a DNS round robin approach doesn't work, this may be my best option. Thanks for taking the time to provide your suggestion! By the way my suggestion is recommended best practice from Microsoft for their Active Directory software and/or technology. My suggestion will be more likely to work if your DNS servers and requests have issues with Round Robin configuration. Plus with my solution you can easily add more servers as domain controllers to the cluster, as required and use replication to keep them consistent and up to date.
  • All XO backup features: full and incremental, replication, mirrors...

    501 Topics
    5k Posts
    P
    @Pilow Hi, Thank you for your reporting! It should be fixed in the next version we are thinking releasing this month if no surprise happens. There is a big refactoring on the clean part which handles metadata (and size) updates.
  • Everything related to Xen Orchestra's REST API

    85 Topics
    633 Posts
    DustyArmstrongD
    @florent OK cool, thank you for the info.
  • Terraform, Packer or any tool to do IaC

    50 Topics
    469 Posts
    dalemD
    @afk I’ve got two draft nixpkgs for libvhdi and Xen orchestra from sources respectively, I’ll look into submitting them upstream soon but take a look and feel free to share any feedback xen-orchestra-ce libvhdi.
  • warning on compile

    7
    0 Votes
    7 Posts
    1k Views
    DanpD
    @florent Thanks for the fix. P.S. @Gheppy was the original reporter.
  • VMGuest disk is missing in Xen Orchestra

    15
    1
    0 Votes
    15 Posts
    3k Views
    A
    @olivierlambert I do not understand wha t you mean by "You probably need to transform the disk in a "regular" and not snapshot". Not sure on how to do that, please provide the steps or if you have SOP ready, please point me to the SOP document.
  • XCP-ng latest - newly imaged CentOS Stream 8 hosts don't do kernel updates

    Unsolved
    3
    0 Votes
    3 Posts
    754 Views
    stormiS
    I don't see any obvious settting, and XCP-ng won't interfere with a guest OS installation, so the root cause for this missing GRUB_ENABLE_BLSCFG=true must be somewhere in the installation process, triggered by I-don't-know-what when being installed in an XCP-ng guest.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    23 Views
    No one has replied
  • NBD Backup not working

    23
    0 Votes
    23 Posts
    4k Views
    florentF
    @KLSsandman yes NBD is only used for delta backups
  • Backups never finish

    3
    0 Votes
    3 Posts
    767 Views
    julien-fJ
    @magicker If you are able to deploy an official XOA and reproduce the problem in it, I'll be able to investigate once you open a support tunnel: https://xen-orchestra.com/docs/xoa.html#support-tunnel
  • Managing HA-cluster in case of dead master

    2
    0 Votes
    2 Posts
    444 Views
    olivierlambertO
    Hi, The best practice is just to connect XOA to the master. You are thinking as if this situation will happen on regular basis, but it won't, and if it does you have a bigger problem than an XOA disconnection. If you have a backup job with email reporting, you'll be notified if XOA lost connection to the pool. There's nothing specific to do.
  • Scalability of XOA

    5
    0 Votes
    5 Posts
    905 Views
    J
    @Darkbeldin Parfait, merci ! I shall write to the Help email address!
  • Restoring Xen Orchestra from backup

    3
    0 Votes
    3 Posts
    809 Views
    A
    @olivierlambert Oh I see, thanks for the help.
  • First New Local Storage - "No VDIs in this storage"

    Solved
    6
    1
    0 Votes
    6 Posts
    2k Views
    olivierlambertO
    Yes, you need to get them flat in the folder, it doesn't crawl subfolders.
  • Website XOA XCP-NG missing

    2
    0 Votes
    2 Posts
    518 Views
    olivierlambertO
    Very likely indeed. We hope to recreate the XO website from scratch at some point, but it doesn't mean we'll let this slip Thanks a lot for the report, adding @Marc-pezin in the loop
  • Backing up the VM that is running Xen Orchestra

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    olivierlambertO
    Ah the issue make sense now No worries about asking here, happy to see it works for you now
  • Backup warning: incorrect backup size

    7
    1
    0 Votes
    7 Posts
    503 Views
    M
    @julien-f Thx. I can safely ignore this then.....
  • Backup - Error: Lock file is already being held

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    D
    @olivierlambert Got it, sorry I glossed right over the updates. Ran the updates and everything is green with success. Thanks for taking the time to answer my noob questions!
  • Correct Template for installed OS?

    1
    0 Votes
    1 Posts
    329 Views
    No one has replied
  • Update disk size via API?

    4
    0 Votes
    4 Posts
    798 Views
    olivierlambertO
    You can with the JSON-RPC API. The REST API is still very young, and we only started to modify objects during January release.
  • Xen Orchestra Load Balancer - turning on hosts

    20
    0 Votes
    20 Posts
    4k Views
    ronan-aR
    @berish-lohith Just FYI I created a card in our backlog, I don't see too many blocking points to implement it correctly.
  • CR endless run on backup tab

    2
    1
    0 Votes
    2 Posts
    417 Views
    A
    @Gheppy @julien-f I have the same problem.... post 6940 Check Dashboard->Health and look at the bottom to see if the Importing VMs are still there. So far, no solution, other than to rollback to a working version.
  • What is Viridian?

    4
    0 Votes
    4 Posts
    8k Views
    olivierlambertO
    No, it's useless on Linux.
  • Issues synchronizing LDAP groups (Active Directory)

    bugs blocked
    16
    0 Votes
    16 Posts
    7k Views
    TheNorthernLightT
    @cjackson The reason the login is just username, is because you've specified sAMAccountName. If you want to use email address, change this to UserPrincipleName. Obviously, verify the UPN in your AD box, but that should be the persons email address if your domain it setup correctly. I dont believe most LDAP query tools support nested group security (its a common issue). Not an excuse, just an observation btw.