@doogie06
register cli: xo-cli --register http://url login
then remove all tasks: xo-cli rest del tasks

Posts
-
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: Our future backup code: test it!
1 vm, 1 storage, NBD connections: 1. delta, first full.
Duration: 3 minutes
Size: 26.54 GiB
Speed: 160.71 MiB/sDuration: 4 minutes
Size: 26.53 GiB
Speed: 113.74 MiB/s -
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.
-
RE: ISCSI mount - SR_BACKEND_FAILURE_432
@olivierlambert yep,
/etc/multipath/conf.d/custom.conf
. -
RE: XO server loses pool and hosts momentarily, timeout error
weird advice, but i got same problem when XO CR copy started and caused ip conflict with main XO.
-
RE: NBD setup - No such item
@florent also it works too good.
i don' used advanced mode for CR backup, so NBD is disabled for job.
but task is working with nbd)
-
RE: NBD setup - No such item
@florent lets a brief summary.
nbd work only via management interface. If nbd enabled on any another interface and specified as pool backup interface, it don't work (the issue with blocked packets at iptables). That was a main reason of my problem.
For now i made it work at all my pools. Max single thread speed increased 80-90 > 140-150. At usual backup task (when daily delta very small) it show same 10-40Mb, because it done too fast. Average task time decreased fo about twice.
-
RE: Cannot import ISO file
lets talk with direct examples.
https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.3-x86_64-minimal.iso
and it stuck forever
not a self signed, import works a few weeks ago. Looks like yet one issue after last bad patch.