@doogie06
register cli: xo-cli --register http://url login
then remove all tasks: xo-cli rest del tasks
Tristis Oris
@Tristis Oris
Best posts made by Tristis Oris
-
RE: Clearing Failed XO Tasks
-
RE: New Rust Xen guest tools
Problem with broken package on rhel8-9 looks resolved now. Done multiple tests.
-
RE: New Rust Xen guest tools
@DustinB said in New Rust Xen guest tools:
systemctl enable xe
yep, found them.
full steps for RHEL:wget https://gitlab.com/xen-project/xen-guest-agent/-/jobs/6041608360/artifacts/raw/RPMS/x86_64/xen-guest-agent-0.4.0-0.fc37.x86_64.rpm rpm -i xen-guest-agent* yum remove -y xe-guest-utilities-latest systemctl enable xen-guest-agent.service --now -
RE: New Rust Xen guest tools
@chrisfonte new tools will remove the old one during install.
-
RE: Can not create a storage for shared iso
@ckargitest that was fixed few weeks ago. Do you use latest commit?
-
RE: Pool is connected but Unknown pool
@julien-f @olivierlambert
2371109b6fea26c15df28caed132be2108a0d88e
Fixed now, thanks you. -
RE: Rolling Pool Update - not possible to resume a failed RPU
@olivierlambert During RPU - yes. i mean manual update in case of failure.
Latest posts made by Tristis Oris
-
RE: New project - XenAdminQt - a cross-platform GNU/Linux, macOS, Windows native thick client
@benapetr configure dhcp\static mode.
-
RE: New project - XenAdminQt - a cross-platform GNU/Linux, macOS, Windows native thick client
I haven't found how to set up a physical NIC. you can only edit already configured ones.
-
RE: Unable to copy template
While I was updating all the pools, a micro-update for 5 packages was released again. They come out every week now.

Same issue with basic migration. Now it impossible.
-
RE: Double CR backup
@DustinB but this is impossible scenario. CR requried a VM SR, not a backup one) weird option.
-
Double CR backup
I noticed that a single CR backup job creates two VMs in each pool.
Also, I found an unavailable button in the backup task.

I don't understand when or what exactly was changed.
-
RE: CloudConfigDrive removal
Ok, my syntax is oudated.
resize_rootfs: true growpart: mode: auto devices: ['/dev/xvda3'] ignore_growroot_disabled: false runcmd: - pvresize /dev/xvda3 - lvextend -r -l +100%FREE /dev/ubuntu-vg/ubuntu-lv || truethis one works.
final_message.doesn't support any macro like%(uptime) %(UPTIME) -
Unable to copy template
Can't copy VM template to some pools, but it still works with other.
Yes, different updates on each pool is installed.vm.copy { "vm": "548c201e-59a8-bb5e-86ca-00e8b8d48fd7", "sr": "82764645-babd-fa0e-35c7-8c0534be3275", "name": "Ubuntu 24.04.3 [tuned]" } { "code": "IMPORT_INCOMPATIBLE_VERSION", "params": [], "url": "", "task": { "uuid": "2951db7e-0584-1319-4fc8-2b9c369a79a0", "name_label": "[XO] VM import", "name_description": "", "allowed_operations": [], "current_operations": {}, "created": "20260211T10:20:31Z", "finished": "20260211T10:20:31Z", "status": "failure", "resident_on": "OpaqueRef:3570b538-189d-6a16-fe61-f6d73cc545dc", "progress": 1, "type": "<none/>", "result": "", "error_info": [ "IMPORT_INCOMPATIBLE_VERSION" ], "other_config": {}, "subtask_of": "OpaqueRef:NULL", "subtasks": [], "backtrace": "(((process xapi)(filename string.ml)(line 128))((process xapi)(filename string.ml)(line 132))((process xapi)(filename ocaml/libs/log/debug.ml)(line 218))((process xapi)(filename ocaml/xapi/import.ml)(line 2373))((process xapi)(filename ocaml/xapi/server_helpers.ml)(line 74)))" }, "pool_master": "3fa65753-db21-4925-8302-24d93f352b08", "SR": "82764645-babd-fa0e-35c7-8c0534be3275", "message": "IMPORT_INCOMPATIBLE_VERSION()", "name": "XapiError", "stack": "XapiError: IMPORT_INCOMPATIBLE_VERSION() at XapiError.wrap (file:///opt/xo/xo-builds/xen-orchestra-202602091212/packages/xen-api/_XapiError.mjs:16:12) at default (file:///opt/xo/xo-builds/xen-orchestra-202602091212/packages/xen-api/_getTaskResult.mjs:13:29) at Xapi._addRecordToCache (file:///opt/xo/xo-builds/xen-orchestra-202602091212/packages/xen-api/index.mjs:1078:24) at file:///opt/xo/xo-builds/xen-orchestra-202602091212/packages/xen-api/index.mjs:1112:14 at Array.forEach (<anonymous>) at Xapi._processEvents (file:///opt/xo/xo-builds/xen-orchestra-202602091212/packages/xen-api/index.mjs:1102:12) at Xapi._watchEvents (file:///opt/xo/xo-builds/xen-orchestra-202602091212/packages/xen-api/index.mjs:1275:14)" }
