Subcategories

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

    375 Topics
    3k Posts
    M
    @Danp Hi, I'll try this. Thank you very much. Best regards Mattmurdock78
  • ACLs, Self-service, Cloud-init, Load balancing...

    93 Topics
    781 Posts
    B
    @Andrew said in Is it possible to convert a BIOS to UEFI and introduce vTPM into an existing VM?: I have not converted windows as I normally started newer versions as UEFI and older version work better with BIOS For peeps that stumble on this post looking for answers, the answer is yes you can for Windows. You can use the built in Windows mbr2gpt program to do so. However, things to consider before attempting are? You can only have 3 partitions on the C driver. This is due to MBR only supporting 4. the 4th partition will be used during conversion it also has to shrink some space from the end of the drive You might have to move the recovery partition if it is at the end of the disk Basic steps are, to first run the command below. This will tell you if conversion should works mbr2gpt /validate /allowfullos Then the following to start the conversion mbr2gpt /convert /allowfullos Hope it helps someone
  • All XO backup features: full and incremental, replication, mirrors...

    388 Topics
    4k Posts
    olivierlambertO
    Use XO to connect on the host with the 10G network IPs addresses.
  • Everything related to Xen Orchestra's REST API

    68 Topics
    527 Posts
    olivierlambertO
    Keep us posted when you are on master, then we'll try to reproduce the issue when we can.
  • Terraform, Packer or any tool to do IaC

    35 Topics
    350 Posts
    J
    @manilx I have proposed to the IaC team of Vates, a MCP Server for Vates VMS. Which can be used by GitHub Copilot or similar, if used when doing IaC etc.
  • xo-cli vm.create from bash fails

    2
    0 Votes
    2 Posts
    444 Views
    L
    Solved: you need to use the template id, not the uuid.
  • xo-cli data limit ??

    3
    0 Votes
    3 Posts
    392 Views
    L
    I'm just guessing here, but maybe something like this? xo-cli --list-objects type=VM power_state=Halted | jq -r ".[].name_label"
  • Creating schedules to run on specific days.

    12
    0 Votes
    12 Posts
    2k Views
    badrAZB
    Yes, backup jobs require attached schedules to be executed properly.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • Continuous vm replication or VM copy through XOA fails on WAN

    1
    0 Votes
    1 Posts
    273 Views
    No one has replied
  • NFS Storage added through Center

    6
    0 Votes
    6 Posts
    4k Views
    M
    Hi @tony yes I understand that, actually I made a post a while back spanning different aspects of the XOA and where I feel Center is more intuitive but as suggestion for XOA improvement if anyone cares to consider it. Regarding the adding of SR's to pools, I leave my suggestion here, have a selector for pool instead of host, it'd be more intuitive imho. Cheers all.
  • Changed Block Tracking

    9
    0 Votes
    9 Posts
    1k Views
    akurzawaA
    Becouse xoa backup is painfully slow... it's good for CR but for full vm backup, let's say it's unsuitable... on my 1Gb lan, full vm backup (DR or Copy) from xcp1 to xcp2 I have about 10-15Mb/s. This is the topic I've asked many times on this forum. And guys from vProtect brag that the speed im much better on their soft due to CBT not vhd delta - which I'll check in a while.
  • Question: USB filters on XCP VM's?

    xenserver ethernet xenorchestra usb vms
    2
    0 Votes
    2 Posts
    755 Views
    T
    AFAIK, you have to do manual passthrough for USB so if you want to attach ethernet dongle to a VM, you plug it in the host and turn off the VM, passthrough the USB to the VM, start the VM, never do snapshot of this VM as it will fail.
  • Orphan VDIs after every backup

    7
    1
    0 Votes
    7 Posts
    989 Views
    J
    @badrAZ I've rebuilt XO and confirm that the suspended VDI snapshots are no longer listed as orphans, thanks!
  • vm.set not working for int

    4
    0 Votes
    4 Posts
    384 Views
    julien-fJ
    Hi, sorry for the delay! Please read xo-cli's documentation, you need to use JSON when you want to pass non-string values: xo-cli vm.set id=89517372-b45b-ca36-4c51-dd17c0e760c0 CPUs=json:3
  • Specify a username and password for XOA backups

    4
    0 Votes
    4 Posts
    1k Views
    olivierlambertO
    You can map root to a local user you created on the syno (so it's all on NFS server side configuration)
  • XOCE misidentifing Orphaned Snapshots with XCP-ng 8.1

    Solved
    18
    1
    0 Votes
    18 Posts
    2k Views
    badrAZB
    @olivierlambert I've created the dedicated Github issue
  • Backup reports on Microsoft Teams

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    olivierlambertO
    @gskger said in Backup reports on Microsoft Teams: @olivierlambert Thanks - that is what I like about this forum and XCP-ng: learn and share Exactly, but I'm really happy to see this becoming more and more common here. That's a good sign for this community
  • Vm.create unable to create vm using xo-cli

    13
    0 Votes
    13 Posts
    1k Views
    B
    xo-cli vm.set id=89517372-b45b-ca36-4c51-dd17c0e760c0 CPUs=3 Ă— invalid parameters property @.CPUs: must be integer, but is string
  • TLS failure during VxLAN creation

    9
    0 Votes
    9 Posts
    2k Views
    BenjiReisB
    Glad to hear it! There were probably an issue when updating the SDN controller's TLS certificate. The reload had solved it. Regards!
  • XOA High CPU / Single Core

    7
    1
    0 Votes
    7 Posts
    1k Views
    olivierlambertO
    No problem Proxy code will help a lot when merged in your main XO!
  • VM Backup failure

    Solved
    9
    1
    0 Votes
    9 Posts
    1k Views
    olivierlambertO
    Don't worry: if there's stuff to correct in the PR, the review process is made for that
  • VM migration stuck at 100%

    3
    0 Votes
    3 Posts
    2k Views
    J
    I ended up restarting the toolstack, which caused all of the migrating VMs to be in an error state, as they were halted but the system thought they should be running. I couldn't perform any actions on them. VM_BAD_POWER_STATE(OpaqueRef:f1f14751-cbc8-4a86-b98f-9e980b2b0d00, Running, Halted) After restarting the toolstack on all the hosts in the pool, they finally showed up as powered off and I was able to get them back up and could migrate them. Is there anywhere I can look to see why the migration got right to the doorstep and stopped?
  • I'm not able to add a new hard disk with xen orchestra.

    7
    3
    0 Votes
    7 Posts
    5k Views
    T
    First thing you need to check if the problem is with passing the drive to XCP-ng VM, like @Biggen said, try lsblk inside xcp-ng VM (there is an option to go to shell in the installation menu if you haven't installed XCP-ng. If the XCP-ng VM only sees 1 device then it is a libvert/virt manager issue.
  • Feature request: Cloud-config common parameters

    2
    0 Votes
    2 Posts
    313 Views
    olivierlambertO
    Why not. Double check there's not already an opened issue for this in XO bugtracker, otherwise, create it there