Subcategories

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

    459 Topics
    4k Posts
    P
    @wgomes yup thanks for bumping this topic, still having the problem too
  • ACLs, Self-service, Cloud-init, Load balancing...

    102 Topics
    852 Posts
    P
    @dlgroep Thank you, we will take thin/thick token into account and use 'claims' part for other properties.
  • All XO backup features: full and incremental, replication, mirrors...

    489 Topics
    5k Posts
    P
    Re: FILE RESTORE / overlapping loop device exists we still had this annoying probleme where we couldn't FLR our backup, source VM could be Windows or linux, with or without LVM... (see error logs in previous thread, overlapping loop...) latest XOA is installed. on a secondaray XO CE, I mounted the same remote, and NO PROBLEMS AT ALL... soooo I thought my main XOA is probably beaten up somewhere... but that was not it. all remotes on main XOA are attached to a XO PROXY (official, not CE) ! on the XO CE that is in another datacenter, I mounted the S3 remotes directly WITHOUT the proxy use, and it worked. On main XOA, we offload all backup tasks to proxies, so all remotes are attached to a proxy... I duplicated a remote, same conf, but without proxy, so that XOA would do the restore job, not the proxy, and voila, all is working as intended, FLR is okay on main datacenter. TLDR : FLR is not working with proxy attached remotes, if you duplicate the remote without the XO PROXY, all good @florent @bastien-nollet I think there is something to look into. probably a race condition, the XOA and the XO PROXY both try to mount the loop device ?
  • Everything related to Xen Orchestra's REST API

    84 Topics
    629 Posts
    K
    @olivierlambert & @mathieura thanks for the speedy response. Duly noted, very much appreciated.
  • Terraform, Packer or any tool to do IaC

    49 Topics
    463 Posts
    dalemD
    Version 1.4.0 is released: https://codeberg.org/NiXOA/system/releases/tag/v1.4.0 It includes significant changes and improvements, including: dedicated getting started section, migration to valkey, only needing to clone system, and helper scripts. the xen-orchestra-ce nixpkg now references the libvhdi nixpkg, and the core flake now references and pulls from the xen-orchestra-ce repo as an overlay. System (the user input flake) now uses the Core repo as an overlay, reducing the need to clone both locally AND allowing system to pull new updates and releases from core. XO, and libvhdi as needed. The next goal is: Make an xsconsole-like TUI Automate package updates for libvhdi and xen-orchestra-ce using CI/CD pipelines Submit libvhdi and xen-orchestra-ce as official nixpkgs
  • Backup Error with sufficient Space

    xenorchestra backup hdd
    7
    2
    0 Votes
    7 Posts
    2k Views
    DarkbeldinD
    @felipefonsecabh You need to check the specific checkbox: https://xen-orchestra.com/docs/full_backups.html#backup-without-snapshot
  • S3 Backup "Please Match The Requested Format"

    38
    1
    0 Votes
    38 Posts
    11k Views
    V
    Assuming I have the setting in the correct place, I'm not seeing any significant difference whether the setting is there or not. without setting Duration: 10 minutes Size: 41.71 GiB Speed: 72.5 MiB/s with setting Duration: 10 minutes Size: 41.71 GiB Speed: 72.87 MiB/s CPU usage appears to be about the same.
  • pool disappear after VM migration

    10
    0 Votes
    10 Posts
    2k Views
    DarkbeldinD
    @Momtez-Medini Please open a support ticket even without subscription we will help you there.
  • 10 gig secondary network

    6
    0 Votes
    6 Posts
    1k Views
    fohdeeshaF
    @abelaguilar indeed you do not have to fill out the dns and gateway fields - in fact as you surmised you shouldn't. Where you getting an error or something when leaving them blank? The only mandatory fields are IP and netmask.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • 0 Votes
    5 Posts
    566 Views
    Daikon-RadishD
    So it looks like the warm migration of the first VM I tried migrating works, but after trying to migrate another VM, I'm getting a new error message: "Warm migration: task has already ended" Is there any particular process that I'm missing to mark the first VM as successfully migrated? **edit: Maybe I'm just impatient because after waiting another couple of minutes it looks like it's migrating OK.. LOL
  • Hot add hardware

    hot-add
    6
    0 Votes
    6 Posts
    2k Views
    D
    @lawrencesystems I am looking at it right now. Thank you!!
  • Cannot upload / import OVAs using xo-upload-ova / XO UI

    1
    0 Votes
    1 Posts
    348 Views
    No one has replied
  • XO Self service wrong quota calculations...

    3
    0 Votes
    3 Posts
    400 Views
    S
    @olivierlambert Thanks, I just opened 1.
  • Migrated XO VM with broken network

    2
    0 Votes
    2 Posts
    746 Views
    splastunovS
    You can try to "attach" broken VIF to some network and then delete it. Try to use this command xe vif-move If that doesn't work, you can shut down the XO VM, detach the disk, deploy a new VM without a disk, attach the XO disk to the new VM.
  • Convert CentOS 8.0 Template to Red Hat 9

    5
    0 Votes
    5 Posts
    511 Views
    F
    @olivierlambert can you help me with this please?
  • Patching to a specific version

    9
    0 Votes
    9 Posts
    2k Views
    mauzillaM
    works like a charm, thank you gents!
  • 0 Votes
    8 Posts
    3k Views
    R
    @olivierlambert @gduperrey Thanks for clearing that up. Appreciate the responses.
  • File restore not finding any option

    backup file level restore
    18
    2
    0 Votes
    18 Posts
    4k Views
    D
    @splastunov said in File restore not finding any option: If nothing will help and you can't import xva with import VM, I have solution. Deploy new VM with disk x4 times greater than backup file. OS Ubuntu 16.04 or later. Copy backup. Take attention. You need always copy backup. Do not move it. Install xva-img https://github.com/eriklax/xva-img add-apt-repository ppa:ubuntu-toolchain-r/test && apt-get update && apt-get install -y gcc-7 cd to xva-img dir and run next command cmake ./ make install Extract xva file tar -xf my-virtual-machine.xva -C my-virtual-machine chmod -R 755 my-virtual-machine In folder my-virtual-machine you will find some directory like Ref :1, but maybe with another number. Remember this number. Create raw disk from extracted. Replace 1 with number from previous step. xva-img -p disk-export my-virtual-machine/Ref\:1/ disk.raw Install qemu-utils apt install qemu-utils Convert raw to vhd qemu-img convert -f raw -O vpc disk.raw [vhd-name-you-like].vhd Copy vhd to some SR. I'm using local SRs, so in my case path is /var/run/sr-mount/[sr-uuid] Go to the host, cd to SR folder, get VHD uuid, rename VHD cd /var/run/sr-mount/[sr-uuid] vhd-util read -p -n [vhd-name-you-like_from-step-8].vhd mv [vhd-name-you-like_from-step-8].vhd [uuid].vhd Rescan SR Attach VHD to existing VM or deploy new one Get you files wow. I am getting on with this in parallel. Thank you again! Results for both suggestions and requests are coming!
  • 0 Votes
    15 Posts
    2k Views
    F
    @florent I would love to....but I transitioned from Hyper-V a few months ago. No VMWare to be found around here. Without fail, these OVAs will be downloads from a variety of applications. Thanks again!
  • Linguiring VDI Export task after backup fails

    7
    2
    0 Votes
    7 Posts
    1k Views
    olivierlambertO
    A badly formated VHD can indeed trigger this, nice catch!
  • [XO] Export pool metadata not finish...

    10
    0 Votes
    10 Posts
    1k Views
    S
    @Darkbeldin Yes, btw right now works normal after 3-5 days with problem...
  • Long Backup Task Goes Away from List

    4
    0 Votes
    4 Posts
    501 Views
    olivierlambertO
    This is documented in our official doc IIRC
  • Continuous replication failing

    10
    0 Votes
    10 Posts
    2k Views
    M
    Update: I disabled the CR job and created a new one, which did successfully start - so I'm hoping this fixed it
  • delayed_ack needed?

    4
    0 Votes
    4 Posts
    644 Views
    olivierlambertO
    I am no iSCSI expert, I don't know if this settings exists, but before tinkering I would do some benchmarks.