Increase simultaneous snapshot download from 2
-
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.
-
-
@nodesocket You can override this setting in your config file: https://github.com/vatesfr/xen-orchestra/blob/c4d96fbc492c86d7d0365efcbe13bd0b6dd2f9a0/packages/xo-server/config.toml#L132
-
@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?
-
In
/etc/xo-server/config.toml
. Don't forget to restartxo-server
after the modification -
@olivierlambert said in Increase simultaneous snapshot download from 2:
In
/etc/xo-server/config.toml
. Don't forget to restartxo-server
after the modificationAwesome. Do changes in
/etc/xo-server/config.toml
persist when XOA upgrades itself? -
Yes, they are