is there a reverse proxy before the xoa ?

Posts
-
RE: REST API create_vm returns task URL that doesn't exist?
@DevFlint the https://XOA_URL/rest/v0/tasks endpoint exists, but it's not yet documented through swagger
you should be able to add ?sync=true to the url to get the immediate result, but it can fail with a timeout if the creation takes too much time ( for example : migrating a big template )
-
RE: XO Community edition backups dont work as of build 6b263
found it , there was not one, but 2 bugs
albeit small they were putting the xo backup in a incorrect state
the fix is here, and will be merged as soon as possible and then released as a patch for xoa users
https://github.com/vatesfr/xen-orchestra/pull/8780really thank you everyone for the information
-
RE: XO Community edition backups dont work as of build 6b263
@RobWhalley saved the day
We are still working on it to better understand why it fixes and improve the situation -
RE: Failed vm restore
@frank-s yes please
the more detailed the bug report is, the easier it is to fix -
RE: Continuous replication problem with multiple SR
@Gheppy and nothing in the journalctl log ?
-
RE: XO Community edition backups dont work as of build 6b263
you're right, preferNbd default value is not the same on the front and the back, we'll fix it
Most of the backup issue are solved by either removing the snapshot, or having it fa enough so thaht the next backup will be a base one, with all the data
I am still not reproducing the nackup stuck issue after this commit https://github.com/vatesfr/xen-orchestra/commit/3c8efb4dc3e1cb3955521063047227849cfb6ed3
-
RE: Continuous replication problem with multiple SR
@Gheppy if this is what I think it should have been fixed by https://github.com/vatesfr/xen-orchestra/commit/3c8efb4dc3e1cb3955521063047227849cfb6ed3
-
RE: Failed vm restore
@frank-s it looks like you need to select a base SR , even if you choose to assign different SR for each vdi ( or do not restore some vdi)
this looks like a UI bug
-
RE: Continuous replication problem with multiple SR
@Gheppy is there anything in the xo ? like an error on "readblock" ?
-
RE: XO Community edition backups dont work as of build 6b263
@RobWhalley nice work, I am testing it right now
-
RE: XO VM Backup Started and never completed
@bogikornel this look like the most recent backup job did not use CBT , but the previous was using it
is it intendend ? -
RE: backup tasks (exporting VDI) stopped showing progression, bug introduced on build master 7994f or shortly before
@manilx
can you retry with NBD enabled ? I have a hunch that it is related to non NBD backup, and the changes introduced to handle qcow2
(you'll need to restart xo to stop the task )my bet is thaht the breaking commit are these https://github.com/vatesfr/xen-orchestra/commit/cbc07b319fea940cab77bc163dfd4c4d7f886776 and https://github.com/vatesfr/xen-orchestra/commit/bb4e14b6ddfe7d682c4bdea089c8407caebfb9a5
-
RE: XO Community edition backups dont work as of build 6b263
@marcoi
is there any error message in XO logs ? (like journalctl ) -
RE: Is there a way to assign OIDC user to local XOA group (which will have target permissions applied)?
as far as I know, there is no support to extract a group from the oidc plugin
-
RE: Error: invalid HTTP header in response body
@peo said in Error: invalid HTTP header in response body:
can't connect through NBD, fallback to stream export
"maybe it's the can't connect through NBD"
do you have VM with a lot of disks ? if yes, can you reduce the concurrency , or the number of nbd connection ?
-
RE: gui issue in latest builds in backup setting
@olivierlambert Nice catch
CBT will only be enabled when using purge data , I will fix the first one(this is because CBT does not improve things without purge snaphot data , but has some edge case , so at least we won't enable it for nothing )