Subcategories

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

    408 Topics
    3k Posts
    dthenotD
    @cmanos No problem, glad I could helped. As Olivier also pointed above, it's not an issue anymore when using QCOW2 which is currently in beta, so hopefully it's only a short workaround
  • ACLs, Self-service, Cloud-init, Load balancing...

    96 Topics
    811 Posts
    olivierlambertO
    Indeed, and it's clearly stated at https://docs.xen-orchestra.com/community
  • All XO backup features: full and incremental, replication, mirrors...

    417 Topics
    4k Posts
    A
    I had to disable Purge snapshot data when using CBT. Backups are not longer defaulting to full backups.
  • Everything related to Xen Orchestra's REST API

    71 Topics
    555 Posts
    olivierlambertO
    Yes, they are created either: on demand for users when we need in XO 6 Now, XO 6 is becoming the main driver for new endpoint as the UI is providing more and more features.
  • Terraform, Packer or any tool to do IaC

    40 Topics
    379 Posts
    CyrilleC
    @carloum70 Disk migration isn't supported by the provider yet. What you can do it's only ignore the changes to the sr_id of a given disk. For example for the first disk: lifecycle { ignore_changes = [ disk[0].sr_id ] } You can also manually do the migration in XO and then after edit your HCL to update the sr_id with the new ID. It should do the trick.
  • xoa api SR space usage

    4
    0 Votes
    4 Posts
    498 Views
    V
    @jedimarcus thank you i will have a look!
  • Mirror Backup Testing, So Far Awesome!!

    12
    1 Votes
    12 Posts
    2k Views
    planedropP
    This is all so cool, love to see a platform under this level of development.
  • How do I create a new plugin?

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    H
    @olivierlambert, To start I would like to get my backup notification sent to HomeAssistant.
  • XOA 5.83.0 Backups Failing

    4
    0 Votes
    4 Posts
    454 Views
    planedropP
    @olivierlambert Yeah no worries, was a minor issue overall anyway! Just figured I'd make my own post about it since the other post mentions CR but not Disaster Recovery, the fix definitely works for both though!
  • Backup remotes and resume

    5
    0 Votes
    5 Posts
    744 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
    492 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
    879 Views
    olivierlambertO
    Thanks everyone for your feedback!
  • XOA/XO from Sources S3 backup feature usage/status

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

    7
    2
    0 Votes
    7 Posts
    663 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
    355 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
    1k 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
    412 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
    780 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
    2k Views
    H
    @AtaxyaNetwork Thank you so much.
  • XOCE Warning on build

    4
    1 Votes
    4 Posts
    556 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
    447 Views
    No one has replied
  • S3 Remote benchmark

    4
    0 Votes
    4 Posts
    499 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
    720 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).