Attempting to create a Windows 11 VM using Xen Orchestra latest version (5.89.0) with GPU passthrough of a Nvidia 4060ti. I see it in VM edit screen:
However when I try to start the VM it errors with:
Attempting to create a Windows 11 VM using Xen Orchestra latest version (5.89.0) with GPU passthrough of a Nvidia 4060ti. I see it in VM edit screen:
However when I try to start the VM it errors with:
@jedimarcus said in Restore exported snapshot to VM:
@nodesocket What tool did you use to export? cli? XOA? XCP-ng Center?
And what tool do you want to use to import?
Sorry, should have specified that.
VM snapshot exported from XOA in Chrome on macOS. I'd like to import it using XOA in Chrome if possible as well.
I have exported a VM snapshot to my local workstation and now I want to restore the VM from this snapshot on my local.
How do I do this?
@badraz What's the best way to restart xo-server?
@badraz said in Multiple VM exports fails with unknown error:
@nodesocket Hi,
Can you check how many parallel
VMs
can you export in this configuration/etc/xo-server/config.toml
? Did you canceled an export before?Thank you
In my config.toml
I have the following at the end:
[xapiOptions]
vmExportConcurrency = 4
vmSnapshotConcurrency = 4
Re: Increase simultaneous snapshot download from 2
In the last couple versions of Xen Orchestra (also tested in latest 5.76.0) something broke and now I can only export a single VM at a time. Any additional exports beyond one and I get the following error:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /api/o9xM64bP2W2SAvesODfyahVpiVk8EpWkSD42mN67J_4/20210129T040230Z%20-%20kube-worker-nmAsp.xva</pre>
</body>
</html>
@olivierlambert said in Increase simultaneous snapshot download from 2:
In
/etc/xo-server/config.toml
. Don't forget to restartxo-server
after the modification
Awesome. Do changes in /etc/xo-server/config.toml
persist when XOA upgrades itself?
@julien-f said in Increase simultaneous snapshot download from 2:
@nodesocket You can override this setting in your config file: https://github.com/vatesfr/xen-orchestra/blob/c4d96fbc492c86d7d0365efcbe13bd0b6dd2f9a0/packages/xo-server/config.toml#L132
If I am using the managed XOA appliance, how do I modify this value?
I've noticed when I go to export VM snapshots in Xen Orchestra, I can only seem to queue up two simultaneous snapshot downloads in Chrome. Further snapshot downloads seem to block and eventually fail with:
404
Cannot GET /api/VTX6gssNxuwfkRMQm43CLHcFMVgGkU9d_iuWD6p9FTU/20200819T234722Z%20-%20kube-worker-nmAsp.xva
Is this a setting or intentional behavior? Would be nice to be able to download 3,4, or 5 simultaneous snapshot exports in one go in Chrome.
Note: I am using the free version, not sure if the paid version has a better way to do this.
Nevermind I got it back up. Somehow the disk boot was turned off in boot order. Either I made an error when I changed it and turned off disk instead of network, or perhaps some sort of UI bug in XOA. The most likely thing is that I made an error and toggled off disk instead of network.
Thank you so much for the help and assistance, I really appreciate it.