@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: CBT: the thread to centralize your feedback
updated to
fix_cbt
branch.CR NBD backup works.
Delta NBD backup works.
just once, so we can't be sure yet.No broken tasks is generated.
Still confused why CBT toggle is enabled on some VMs.
2 similars vms on same pool, same storage, same ubuntu version. One is enabled automaticaly, other is not. -
RE: Advice on good remote targets?
if you have no any dedicated storage, it's possible to use literally any PC with nfs\smb\external drive, windows share also.
-
RE: two separate process for backup?
Backups not very fast anyway, because of XAPI limitations. I see cap about 300-400Mbit at 10Gbit local network.
-
RE: Permissions Make No Sense
I agree, got a similar dilemma now.
Required to grant permissions to single host (gpu computing) and ability to create\remove VMs.But it looks it no ACL for VM creation, it available only for global admin\pool admin accounts. So only way is setup standalone XO for each single host? This way i lose the pool storage and VM migration.
Latest posts made by Tristis Oris
-
RE: GPU support and Nvidia Grid vGPU
@timemaster5 omg. i suppose it removed by legal reasons. i can upload somewhere else, but have no idea.
-
Backup-reports plugin logic
- Mail can't be empty, so it not optional.
plugin.configure { "id": "backup-reports", "configuration": { "toMails": [] } } { "code": 10, "data": { "errors": [ { "instancePath": "/toMails", "schemaPath": "#/properties/toMails/minItems", "keyword": "minItems", "params": { "limit": 1 }, "message": "must NOT have fewer than 1 items" } ] }, "message": "invalid parameters", "name": "XoError", "stack": "XoError: invalid parameters at invalidParameters (/opt/xo/xo-builds/xen-orchestra-202412231012/packages/xo-common/api-errors.js:26:11) at default._configurePlugin (file:///opt/xo/xo-builds/xen-orchestra-202412231012/packages/xo-server/src/xo-mixins/plugins.mjs:175:13) at default.configurePlugin (file:///opt/xo/xo-builds/xen-orchestra-202412231012/packages/xo-server/src/xo-mixins/plugins.mjs:199:16) at Xo.configure (file:///opt/xo/xo-builds/xen-orchestra-202412231012/packages/xo-server/src/api/plugin.mjs:12:3) at Task.runInside (/opt/xo/xo-builds/xen-orchestra-202412231012/@vates/task/index.js:172:22) at Task.run (/opt/xo/xo-builds/xen-orchestra-202412231012/@vates/task/index.js:156:20) at Api.#callApiMethod (file:///opt/xo/xo-builds/xen-orchestra-202412231012/packages/xo-server/src/xo-mixins/api.mjs:469:18)" }
- Plugin settings is ignored at Delta backups. Only mails specified at job will get notification. I removed our support email from backup jobs and getting only personal notifications.
But at metadata backup this setting works. Emails will be sent according to plugin settings.
-
RE: Host show no stats when secondary link is down
@Tristis-Oris now i have same error at every pool.
-
RE: Host show no stats when secondary link is down
@olivierlambert but why it using backup link instead of management?
-
Host show no stats when secondary link is down
I have backup link at same vlan as management one, and when it unpluged, XO can't get stats from host.
Maybe it related with pool settings.
-
RE: CBT: the thread to centralize your feedback
@rtjdamen but i can't disable CBT globaly? it auto applied to every VDI when been implemented.
Disable CBT for each VDI not required, because it happens automaticaly during migration. I only need to remove all snapshots.