xen-orchestra
xen-orchestra copied to clipboard
The global orchestration solution to manage and backup XCP-ng and XenServer.
XO from the sources When an attempt to start a VM is done when all servers in the pool are disabled a weird error message is shown. At first just...
For the template's existing VIFs: - keep each VIF's network if it's accessible - leave network selector empty if not (the user has to choose another network) Add an extra...
When creating a private network with the SDN Controller, XO display similarly a VLAN PIF and the physical PIF the VLAN PIF was created upon. This is confusing (see screenshot)...
It would be very useful if it was possible to set a limit on the transfer speeds for specific backup schedules. The limit could also be scheduled so that during...
``` sr.createIso { "host": "8d585d92-7e15-4f31-920c-c1f5dfb40fc8", "nameLabel": "ISO", "nameDescription": "ISO_STOR", "path": "/ISO", "type": "local" } { "code": "SR_BACKEND_FAILURE_226", "params": [ "", "Invalid local path", "" ], "call": { "method": "SR.create", "params":...
``` vm.migrate { "vm": "6c27ca1d-5ab1-2bba-8587-7e590bdef43e", "force": true, "mapVifsNetworks": { "b25f18f3-6847-0f1b-b254-edd76bcf0ecb": "8dc7eced-9e38-22ef-50ee-3ee8c21f3944" }, "migrationNetwork": "b44c5a08-161c-66c3-9fac-588e4070ff1c", "sr": "7d3975da-1770-ee03-e6dc-00f24a0c0c08", "targetHost": "2f2bb4a2-efd7-4d18-96c9-3b98bd0eb73f" } { "code": 21, "data": { "objectId": "6c27ca1d-5ab1-2bba-8587-7e590bdef43e", "code": "SR_BACKEND_FAILURE_40" }, "message":...
``` vm.migrate { "vm": "6c27ca1d-5ab1-2bba-8587-7e590bdef43e", "mapVifsNetworks": { "b25f18f3-6847-0f1b-b254-edd76bcf0ecb": "564a8c32-eedb-278b-b73a-ed848646ec32" }, "migrationNetwork": "ae7ccd79-9cc9-d258-a654-584fc897a492", "sr": "ae1abbbc-d4d5-6559-57a6-09972f803faf", "targetHost": "8d3150ad-f0e9-4648-991a-9af2e5f39954" } { "code": 21, "data": { "objectId": "6c27ca1d-5ab1-2bba-8587-7e590bdef43e", "code": "SR_BACKEND_FAILURE_40" }, "message": "operation failed",...
**Is your feature request related to a problem? Please describe.** I would like to use the [[matrix]](https://matrix.org/) messaging system to communicate with my Xen Orchestra server, much like the already...
**Describe the bug** SAML redirect_uri is redirecting to **http** instead of **https** when xo is running behind reverse proxy server with ssl offloading. **To Reproduce** Run latest XO (built from...