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
    hello there, still XOA 6.3.3 here. since the last big XObackup & CR reworking, we have an annoying bug [image: 1778328477250-6db625da-2a61-4860-bc50-5c6adae0ae33-image.jpeg] This VM is 2.17Tb [image: 1778328523117-bc28b5ef-f37d-4bf9-b016-921309c17353-image.jpeg] how can be the KEY is 9.1Gb ? In fact the KEY size is good, but when retention of 10 points is obtained, the merging of last incremental in the first KEY point of the chain erase the size. So in our restore view, data sizes are all wrong, based on the sum of this key + 9 inc [image: 1778328703332-2e0a1587-365a-404f-9186-2b909605b3fa-image.jpeg] @florent could you do something about that ?
  • 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.
  • Backup remotes and resume

    5
    0 Votes
    5 Posts
    1k Views
    olivierlambertO
    @MrNaz Because the way the VHD disk is exported: it's only sequential, and the HTTP connection doesn't support "pause"/"resume" or "seek" into something. The protocol itself doesn't support those "commands" if you like. That's exactly why NBD was created in the first place.
  • Missing schedule at backup health

    5
    2
    0 Votes
    5 Posts
    671 Views
    florentF
    @Tristis-Oris said in Missing schedule at backup health: @florent it begins few days ago and increase every day. Probably after backup tasks - most of them happens at night. Update itself don't change this number. the number will only decrease when these backup will be merged after their retention period ends I will check on our lab if we're still creating some
  • XO/XOA CR not removing old VMs on destination SR

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    olivierlambertO
    Thanks everyone for your feedback!
  • XOA/XO from Sources S3 backup feature usage/status

    22
    0 Votes
    22 Posts
    10k Views
    florentF
    @JamesG yes, exactly
  • Has my backup job crash or still in progress?

    7
    2
    0 Votes
    7 Posts
    997 Views
    Tristis OrisT
    i can say that timeout option is still ignored. Also after last backup refactoring commits. Some of my jobs hangs almost every day. I'm going to test how it will works with 1 remote + mirror instead of 2 remotes backup.
  • Xen Orchestra with Citrix hypevisor - updates

    3
    0 Votes
    3 Posts
    567 Views
    R
    @olivierlambert Hi, thanks for info. Roman
  • How can I export a xcpng template to desktop

    4
    0 Votes
    4 Posts
    1k Views
    delafD
    @tcorp8310 for information you can use the xe template-export template-uuid= filename= command to export a template into a file.
  • Continuous Replication storage issue

    Solved
    10
    1
    0 Votes
    10 Posts
    2k Views
    A
    @florent Updated XO source to latest master and it's all green again. Commit 3f316fcaea11775fc1393737cc6e09d8138da62d fixed the issue for me. Thanks!
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    9 Views
  • MDB for backup

    3
    0 Votes
    3 Posts
    591 Views
    florentF
    @robyt nice catch We use compression when selecting block based backup (by default brotli), that brings a 20-50% storage reduction depending on the data PR is here https://github.com/vatesfr/xen-orchestra/pull/6865 and will be merged before may release fbeauchamp opened this pull request in vatesfr/xen-orchestra closed fix(xo-web): VHD directory tooltip #6865
  • Task not showing

    7
    4
    0 Votes
    7 Posts
    1k Views
    GheppyG
    It seems that the task failed 5 minutes a go, with the error >> HTTP connection has timed out <<, I restarted the task and now everything is displayed. Thank you
  • 00h00m00s 0/0: : ERROR: There are no scenarios; must have at least one.

    12
    0 Votes
    12 Posts
    3k Views
    H
    @AtaxyaNetwork Thank you so much.
  • XOCE Warning on build

    4
    1 Votes
    4 Posts
    770 Views
    DanpD
    @Andrew I'm on the same commit. To be clear, it's a warning not an error -- [4/5] Linking dependencies... warning " > eslint-config-standard@17.0.0" has incorrect peer dependency "eslint-plugin-n@^15.0.0". warning Workspaces can only be enabled in private projects.
  • Which Network Should Be Used for NBD Enablement?

    1
    1 Votes
    1 Posts
    562 Views
    No one has replied
  • S3 Remote benchmark

    4
    0 Votes
    4 Posts
    737 Views
    planedropP
    @fred974 Gotcha, yeah this is their built in speed test which IMO isn't that accurate since it uses a very small amount of data to determine speeds, I've seen wild fluctations in it.
  • Grain position error

    8
    0 Votes
    8 Posts
    1k Views
    olivierlambertO
    There isn't a huge diff: stable is just release-1. "release" is "latest". So for example, our next XO release (5.83) will be in latest while your current latest code will land in stable. So if next week (June the 1st) you decide to get back on stable, you will be in 5.82 (the current latest of today).
  • Unable to restore backup

    Solved
    4
    0 Votes
    4 Posts
    639 Views
    olivierlambertO
    Nice catch @Danp
  • Xen Orchestra template - How to troubleshoot VM when ssh is dead

    5
    0 Votes
    5 Posts
    770 Views
    DanpD
    Have you tried attaching the disk to a separate VM and then editing the SSH keys from there?
  • Xen-Orchestra build from source - Debian 11.7

    5
    0 Votes
    5 Posts
    1k Views
    B
    @Mcvills ah, cool. Well at least that fix is there in case anyone else stumbles upon what I was hitting.
  • large consume of memory in 5.82.2

    6
    0 Votes
    6 Posts
    879 Views
    olivierlambertO
    Depends on the load, mostly when doing backups, if you backup 20+ VMs, 4vCPUs is better.