• 0 Votes
    4 Posts
    471 Views
    olivierlambertO
    Nope, that doesn't exist at the moment. But I'm not certain how that would work exactly, at least I've not thought about it here.
  • xo-cli not found on XOA

    8
    1
    0 Votes
    8 Posts
    895 Views
    D
    @Danp said in xo-cli not found on XOA: @DustinB A newer version based on Debian 12 was rolled out within the last month or so. You would need to deploy a new instance of XOA if you wanted to try it out. Redeploying now. .
  • Create VM from Template not creating VM

    23
    0 Votes
    23 Posts
    4k Views
    S
    @julien-f Wanted to check on this as the fix didn't correct the issue. Thanks Mike
  • Migration "starts" a VM?

    3
    0 Votes
    3 Posts
    284 Views
    J
    @gskger huh, well then this is particularly odd because the VM came from the same destination! Literally it was migrate A->B (which went fine). Immediately try to migrate B->A with the no host available error. Host B here is the non-VT machine. Not to mention these were stopped VMs. They aren’t taking any resources - just disk.
  • cilium on a kubernetes cluster

    4
    0 Votes
    4 Posts
    288 Views
    olivierlambertO
    Okay, good to know
  • XO VM Export Fails With Unknown Error

    Solved
    11
    0 Votes
    11 Posts
    993 Views
    olivierlambertO
    Thank you! Obviously, this wouldn't be possible without our great community
  • Multi VMs tags

    Solved
    5
    0 Votes
    5 Posts
    473 Views
    olivierlambertO
    Expect some visible news for our April's release!
  • help with access to XOA

    7
    0 Votes
    7 Posts
    2k Views
    C
    @Danp Thank you very much!
  • XZ Backdoor for SSH

    5
    0 Votes
    5 Posts
    584 Views
    A
    @bleader Thx for your answer and good to know
  • Hosts log error in Xen Orchestra

    Solved
    10
    0 Votes
    10 Posts
    719 Views
    M
    @julien-f Tested. Fixed. Thx!
  • Managing 1000+ VMs in 3 pools

    14
    0 Votes
    14 Posts
    997 Views
    olivierlambertO
    We could use scoped tags to structure at least one level of folders easily without changing anything in the backend
  • Hosts in a pool have gone offline after reboot

    20
    0 Votes
    20 Posts
    2k Views
    DanpD
    @Aeoran AFAIK, the XAPI database gets wiped whenever you add or remove the host from a pool. You may be able to restore metadata to the old master once it is no longer belongs to the pool, but I can't guarantee that this will work or not produce other issues. If you don't have backups of the VMs, then you should be able to copy the VHD files to another location by accessing the directory /run/sr-mount/<SR UUID>/ on the old master.
  • Error: self-signed certificate after a few days

    Solved
    6
    1
    0 Votes
    6 Posts
    512 Views
    L
    @olivierlambert - it has been resolved.
  • Cannot import ISO file

    Moved Solved
    13
    4
    0 Votes
    13 Posts
    1k Views
    A
    Solved by 583c728
  • Cloud config drive not copying

    Solved cloudinit cloudconfig
    4
    0 Votes
    4 Posts
    348 Views
    olivierlambertO
    Ping @julien-f in case it was missed
  • Mass Import of VLANs for client data networks in XOA

    2
    1 Votes
    2 Posts
    236 Views
    lawrencesystemsL
    @paulorrockgit This is clever!
  • cancelling frozen tasks and freezing NFS SR scan task after SR outage

    3
    0 Votes
    3 Posts
    482 Views
    B
    @Danp Thanks for the tip bud! I will search that topic and experiment some more.
  • Migration from ESXi to XCP server transfer path.

    6
    0 Votes
    6 Posts
    841 Views
    A
    Its almost certainly goes through XOA. When I was moving from Esxi to XCP-NG I abandoned the process, then beefed up my XOA memory and CPU cores and it sped up marginally. That was a while ago, some of the VM's I had to use Clonezilla on (too large and kept failing). From what Ive read the migration tool has improved dramatically since then.
  • Xen Orchestra cannot connect XCP-ng Host by VPN-IPSEC

    3
    2
    0 Votes
    3 Posts
    484 Views
    A
    If you have hardware that supports this you can try to do an openvpn Server as a TAP adapter. it will be closer to a Layer 2 MPLS connection than an IPSEC tunnel. I have no idea if XCP-NG or XO/XOA use any type of Multicast traffic to communicate. Thats the only thing I can think of unless you have IPSEC firewall policies blocking some type of traffic that XO needs. I presume you can ping/ssh into the remote host? Are these hosts using shared storage over the MPLS/IPSEC? Edit: I just found this as well. https://xcp-ng.org/forum/topic/6609/unable-to-join-a-host-to-a-pool Seems to be also that the XCP-NG hosts will attempt to talk to each other over local URL's in some cases but I can't find a post about that. Bridging the two networks the same way the MPLS was would likely get you back to the way it was.
  • Xen Orchestra cannot connect to XCP-ng Host

    Solved
    9
    0 Votes
    9 Posts
    3k Views
    D
    I found the problem. I am using OPNsense and forgot to disable TX checksum offloading. Very interesting that this checksum offloading caused catastrophic network disruptions on a Realtek nic, but no noticeable performance hit on Intel nics. This was an old host that featured a Realtek card. All my recent hosts that I use have only Intel nics. That is why I forgot about the whole offloading thing. Thanks for the tips. Best wishes to the whole community!