Julien Fontanet
a3e37eca62
fix(xo-server): disable broken requestTimeout
...
Fixes https://xcp-ng.org/forum/post/58146
Caused by nodejs/node#46574
It caused requests to timeout after 0-30 seconds, which broke all uploads.
2023-02-09 10:25:45 +01:00
Julien Fontanet
9ff305d5db
fix(xo-server/rest-api): fix VDI import
...
Introduced by ab0e411ac
2023-02-07 19:20:59 +01:00
Julien Fontanet
2f65a86aa0
fix(xen-api/putResource): fix a number of issues
...
- hide `VDI_IO_ERROR` when using content-length hack
- avoid unhandled rejection in case upload fails
2023-02-06 10:40:42 +01:00
Julien Fontanet
103b22ebb2
fix(backups/importDeltaVm): resize cloned VDI if necessary
...
Fixes zammad#10996
2023-02-03 15:49:08 +01:00
Julien Fontanet
e527a13b50
feat(xo-server): 5.109.0
2023-01-31 17:04:31 +01:00
Julien Fontanet
3be03451f8
feat(@xen-orchestra/vmware-explorer): 0.0.3
2023-01-31 17:02:24 +01:00
Florent BEAUCHAMP
9fa15d9c84
feat(xo-server): import VM from ESXi ( #6595 )
2023-01-31 16:54:18 +01:00
Mathieu
9c3d39b4a7
feat: technical release ( #6648 )
2023-01-31 11:18:19 +01:00
Gabriel Gunullu
5c0b29c51f
feat(xo-web/network): NBD option ( #6646 )
2023-01-30 17:34:21 +01:00
Florent BEAUCHAMP
103972808c
fix(xo-vmdk-to-vhd): better computation of overprovisioning of very sparse disks ( #6639 )
2023-01-30 14:15:44 +01:00
Julien Fontanet
dc65bb87b5
feat(upload-ova): special handling of invalid params error ( #6626 )
...
Fixes #6622
Similar to 036b30212 & 65daa39eb
2023-01-30 14:09:28 +01:00
Mathieu
bfa0282ecc
feat: technical release ( #6645 )
2023-01-27 16:16:26 +01:00
Mathieu
aa66ec0ccd
fix(changelog): fix release type on a package ( #6644 )
2023-01-27 15:09:10 +01:00
Julien Fontanet
34ecc2bcbb
feat(xo-server/rest-api): support setting name_label/name_description
2023-01-25 17:29:49 +01:00
Pierre Donias
53f4f265dc
fix(xo-web/host/network): remove extra "mode" column ( #6640 )
...
Introduced by 7ede6bdbce
2023-01-25 17:19:03 +01:00
Florent BEAUCHAMP
97624ef836
fix(xo-vmdk-to-vhd): memory consumption during ova generation ( #6637 )
2023-01-25 10:23:50 +01:00
Gabriel Gunullu
fedbdba13d
feat(xo-web/recipes): static network config for k8s recipe ( #6598 )
2023-01-24 11:04:02 +01:00
Julien Fontanet
29d6e590de
feat(xo-server/rest-api): support exporting VDI in raw format
2023-01-23 17:14:24 +01:00
Julien Fontanet
bfbfb9379a
feat(xo-cli): improve no server message
2023-01-23 09:31:01 +01:00
Mathieu
2fd6f521f8
feat(xo-web/licenses): make id and boundObjectId copyable ( #6634 )
2023-01-19 15:11:10 +01:00
Florent BEAUCHAMP
ec00728112
feat(xo-web): add toggle for viridian flag ( #6631 )
...
Fixes #6572
2023-01-19 09:33:36 +01:00
Julien Fontanet
7174c1edeb
chore(xo-server/rest-api): doc fixes and changelog entry
...
Introduced by 7bd27e743
2023-01-18 23:43:57 +01:00
Florent BEAUCHAMP
0a28e30003
fix(xo-web): clarify windows update label ( #6632 )
...
Fix #6628
2023-01-18 17:31:28 +01:00
Florent BEAUCHAMP
5f0ea4d586
fix(xo-web): show bootable status for VM running pv_in_pvh virtualisation mode ( #6629 )
...
Fix #6432
2023-01-18 17:09:26 +01:00
Julien Fontanet
3c7d316b3c
feat(xo-server): initial tasks infrastructure ( #6625 )
2023-01-17 16:12:04 +01:00
Gabriel Gunullu
3dfb7db039
chore(xo-server-perf-alert): print error ( #6550 )
2023-01-16 22:53:53 +01:00
Julien Fontanet
c2e5225728
feat(xo-server): expose host.residentVms
2023-01-16 17:33:47 +01:00
Florent BEAUCHAMP
a2d9310d0a
fix(backups): fix size of NBD backups ( #6599 )
2023-01-16 10:43:29 +01:00
Julien Fontanet
b73a0992f8
feat(log): define public entry points
...
BREAKING CHANGE: Importing modules with extensions is now unsupported, i.e. use `@xen-orchestra/log/configure` instead of `@xen-orchestra/log/configure.js`.
Allows ESM modules to import modules without specifying extensions (just like CJS module) which will make migrating this lib to ESM painless in the future.
2023-01-15 12:58:35 +01:00
Julien Fontanet
d0b3d78639
feat(xo-server): round up host memory to nearest GiB
...
Fixes #5776
Improves the display of the value by ignoring the micro-kernel size (~50MiB), ie `128 GiB` instead of `127.96 GiB`.
2023-01-13 15:06:06 +01:00
Julien Fontanet
bc372a982c
fix(xapi/VM_checkpoint): remove unsupported ignoreNobakVdis
2023-01-12 15:20:40 +01:00
Florent Beauchamp
834459186d
fix(backups): useNbd must follow the config
2023-01-12 10:28:30 +01:00
Julien Fontanet
f6fd1db1ef
feat(xo-server): increase HTTP server request timeout to 1 day
...
Fixes #6590
2023-01-11 22:07:35 +01:00
Florent Beauchamp
1a5e2fde4f
fix(vhd-lib/merge): require aliases for VHD directories
2023-01-04 10:54:22 +01:00
Florent BEAUCHAMP
06564e9091
feat(backups): remove merge limitations ( #6591 )
...
following #0635b3316ea077fccaa8b2d1e7a4d801eb701811
2023-01-03 11:07:07 +01:00
Mathieu
29a38cdf1a
feat: technical release ( #6586 )
2022-12-19 14:30:41 +01:00
Julien Fontanet
960c569e86
fix(CHANGELOG): add missing backups changes
...
Introduced by f95a20173
2022-12-19 11:40:06 +01:00
Julien Fontanet
fa183fc97e
fix(CHANGELOG): add missing Kubernetes changes
...
Introduced by a1d63118c
2022-12-19 10:42:53 +01:00
Mathieu
b82d0fadc3
feat: technical release ( #6585 )
2022-12-16 16:13:07 +01:00
Julien Fontanet
b100a59d1d
feat(xapi/VM_snapshot): use ignore_vdis param
2022-12-14 23:36:03 +01:00
Julien Fontanet
9dda99eb20
fix(xo-server/_handleBackupLog): fix sendPassiveCheck condition
...
Introduced by ba782d269
Fixes https://xcp-ng.org/forum/post/56175
2022-12-14 16:26:43 +01:00
Julien Fontanet
fe6406336d
feat: release 5.77.2
2022-12-12 11:49:55 +01:00
Julien Fontanet
1037d44089
feat(xo-server): 5.107.3
2022-12-12 11:27:18 +01:00
Julien Fontanet
d91753aa82
feat(@xen-orchestra/backups): 0.29.3
2022-12-12 11:26:26 +01:00
Julien Fontanet
b548514d44
fix(backups): wait for cache to be updated before running cleanVm ( #6580 )
...
Introduced by 191c12413
2022-12-12 09:30:08 +01:00
Julien Fontanet
ba782d2698
fix(xo-server/_handleBackupLog): bail instead of failing if Nagios plugin is not loaded
...
Introduced by ed34d9cbc
2022-12-08 17:17:31 +01:00
Julien Fontanet
0552dc23a5
chore(CHANGELOG.unreleased): clarify format description
2022-12-08 17:17:31 +01:00
Julien Fontanet
e0a115b41d
feat(xo-server): 5.107.2
2022-12-07 13:19:15 +01:00
Julien Fontanet
6c3229f517
feat(@xen-orchestra/backups): 0.29.2
2022-12-07 13:16:50 +01:00
Julien Fontanet
6973928b1a
feat(backups/cleanVm): detect and fix cache inconsistencies ( #6575 )
2022-12-07 13:06:03 +01:00