@pedro_udifar This is indeed a particular case. Can you switch xo-server log to debug please? Then we would need the journalctl from your xo-server. You can give it to me through MP if you prefer.
Team - XO Backend
Posts
-
RE: Continuos replication failing with "checkBaseVdis() failed"
-
RE: Backup status reporting failure when retry was successful
Hello @tmk,
The fix is on its way: https://github.com/vatesfr/xen-orchestra/pull/10129
It should be included in XO 6.7, which will be released at the end of month.
-
RE: Backup status reporting failure when retry was successful
I was able to reproduce the problem, so it seems the modifications we brought a couple of weeks ago didn't fix it.
I'm working on a fix at the moment.
-
RE: Backup status reporting failure when retry was successful
Hello @tmk,
Can you tell me which version of XO you are using?
We made a modification on the task error handling a couple of weeks ago. -
RE: Potential bug with Windows VM backup: "Body Timeout Error"
They run once a day @ 03:04 before the normal backup that starts @ 03:10 and they have all run OK since July 8, the failed one reported 8 days ago ( post ~85 )
Hi, just to be sure, are you saying it is working ok apart one task 8 days ago?
-
RE: XO Backup Error: VDI_IN_USE(OpaqueRef:.., destroy)
@itservices Great news.
Don't hesitate to post here again if you encounter a similar issue in the future.
-
RE: Potential bug with Windows VM backup: "Body Timeout Error"
@ph7 Hi,
Thank you for your log, can you give me the logs before the backup operation if it happens again?
Another thing to check is the exact time between your XO and your host. Maybe you should resync your clock.I ask that because it seems XAPI was unavailable before this backup or there was a gap of 5 min between the time the backup started and XAPI actually doing this backup.
Maybe you had a xapi db sync just before this backup, do you make these backup regularly? If it is too often (every 5 min for example), it can struggle to start the backup.
-
RE: Error mirroring full backups to backblaze b2
@pedro_udifar Hi,
This is a b2 side error. It could be just a transient error, did you try to restart the backup? -
RE: ACL Permissions to CPU Topology on Self-Service Resource Set
Hi @dvdwx,
RBAC is available only at the REST API level, not through the XO6 UI. UI compatibility with RBAC is currently under development.
For the topology, this is something that has been here for a long time, so I may be wrong since I don't have the full history. However, if I look at the code, creating the topology selector requires knowing how many CPUs are available in the pool.
Since a self-service user doesn't have visibility into the pool, they can't access this kind of information. -
RE: Error mirroring full backups to backblaze b2
both fixes are now on master AND released as a patch
thank you @pedro_udifar