Posts
-
RE: How to revert VM to snapshot
-
RE: Boot New VM to ISO in XO-Lite?
Hello.
I spotted a small bug in the XO-Litesystempage: Secure boot was always showingDisabledI'll fix this issue soon.According to my tests, your VM isn't booting because Secure Boot is enabled, but your pool isn't configured for it.
If I remember correctly, in XO 5, Secure Boot is disabled by default, but in XOLite, if your template sets "platform.secureboot" totrueorauto, the VM will be created with Secure Boot enabled.
Can you confirm that if you disable Secure Boot on your VM, it boots correctly?ping @lsouai-vates to plane the possibility to enable/disable secure boot in the XOLite/XO6 UI, and possibly transform
autotofalseif the pool isn't compatible. Or at least, as in XO 5, warn the user -
RE: Create VM with ISO in XO-Lite
Hello @coolsport00
I'm unable to reproduce the issue on my side.
Can you confirm that the issue persists on the latest version of XO-Lite? (v0.14.0)Have you imported any ISOs into your SR ISO?
-
RE: XO (self build) tasks spamming
Hi.
A PR is open: https://github.com/vatesfr/xen-orchestra/pull/8900If anyone can confirm that the issue is fixed, that would be great. Thanks.
-
RE: Can't delete disconnected server in settings
Hi @Andrew.
This PR should fix your issue https://github.com/vatesfr/xen-orchestra/pull/8854 -
RE: REST API create_vm returns task URL that doesn't exist?
This is normal, as the
tasksendpoints are in the old REST API (undocumented by Swagger).
We are gradually migrating to the new REST API to document all endpoints. -
RE: REST API create_vm returns task URL that doesn't exist?
Hello @DevFlint.
/rest/v0/tasks/:idexists. It's not yet documented in Swagger, but it does exist.FYI, "actions" endpoint are specific.
They can be executed asynchronously (which is what you're currently doing). In this case, a task is returned and needs to be monitored. Use/rest/v0/tasks/:idfor this.
You can also execute your action synchronously by usingsync=trueas a query parameter. In this case, the VM ID will be returned in response.This should normally be documented in Swagger. If it's not clear in the documentation, we can improve it

-
RE: Run a job (host.stop) defined in XOCE via API
-
RE: Run a job (host.stop) defined in XOCE via API
Hi.
I confirm that no actions are currently available for hosts. -
RE: How to return all data with xo-cli without limits
Hi @eeldivad

You can use the
jsonflag.xo-cli rest --json get vdis -
RE: vm-templates query param support
Hi @irtaza9
You have a typo in your vm-templates URL.
fieldsinstead offield -
RE: REST API for simple User
Hi @irtaza9.
The REST API is only available for admin users.
It is planned to handle other types of users in a few months -
RE: User specific data
Hi @irtaza9
FYI, for about 2 years, VMs expose acreationfield:"creation": { "date": string, "template": string, "user": string },With this you can filter VMs by
creation.userto list only VMs created by a user.
/rest/v0/vms?filter=creation:user:<user-id> -
RE: Start backup for one single vm
I will create a card for this feature request to discuss with the whole XO team. I will keep you updated here
-
RE: Start backup for one single vm
Hi @rtjdamen
This should be doable usingxo-cli.
xo-cli backupNg.runJob id=<your-job-id> schedule=<your-schedule-id> vm=<your-vm-id> -
RE: "Xenserver 8" patching
@RS if you are using XO from source, you need to change your branch and rebuild XO
