Julien Fontanet
41a8a7214f
fix(backups/cleanVms): remove incorrect warning ( #7406 )
2024-02-23 17:09:20 +01:00
Julien Fontanet
5d82f2696e
fix(xo-web/new-vm): handle both template_info.disks and VDIs
...
Related to 3be45c7f4
2024-02-23 16:35:32 +01:00
Julien Fontanet
1c43c9e258
fix(xo-web/new-vm): respect fast clone setting
...
Fixes zammad#21432
Introduced by 0d4733252
Revealed by 302f7fb85
2024-02-23 16:35:32 +01:00
Julien Fontanet
192326201f
fix(xo-web/SelectVmTemplate): fix group by pool
...
Fixes https://xcp-ng.org/forum/post/72009
Introduced by 1718649e0
2024-02-23 14:42:06 +01:00
Mathieu
089704dbe8
feat(docs): add VM migration spec ( #7378 )
...
See #7360
2024-02-23 11:08:44 +01:00
mathieuRA
aefcce45ff
feat(xo-server/pusb): implement methods for USB passthrough
2024-02-22 14:58:55 +01:00
mathieuRA
367fb4d8a6
feat(xo-server): implement PUSB in xapi-object-to-xo
2024-02-22 14:58:55 +01:00
Julien Fontanet
e54a0bfc80
fix(xo-web/iso-device): fix SR predicate
...
Introduced by 1718649e0
2024-02-22 10:58:11 +01:00
Julien Fontanet
9e5541703b
fix(xo-web/host): only count memory of running VMs
...
Introduced by 1718649e0
FIxes https://xcp-ng.org/forum/post/71886
2024-02-22 10:31:06 +01:00
Mathieu
039d5687c0
fix(xo-server/host): fix false positives when restarting host after updates ( #7366 )
...
The previous implementation only considered version upgrades and did not take into account the installation of missing patches.
See zammad#21487
Introduced by 85ec261
2024-02-21 15:05:05 +01:00
Florent Beauchamp
b89195eb80
fix(backups/IncrementalRemote): ensure chaining is ok and mutualize code with IncrementalXapi
2024-02-21 10:27:56 +01:00
Florent Beauchamp
822cdc3fb8
refactor(backups/IncrementalRemoteWriter): reuse parent path from checkBaseVdis
2024-02-21 10:27:56 +01:00
Florent Beauchamp
c7b5b715a3
refactor(backups/checkBaseVdi): use uuid, don't check vhd multiple times
2024-02-21 10:27:56 +01:00
Florent Beauchamp
56b427c09c
fix(vhd-lib/VhdSynthetic): compression type computation
2024-02-21 10:27:56 +01:00
Mathieu
0e45c52bbc
feat(lite/xapi-stats): handle new format ( #7383 )
...
Similar to 757a8915d9
Starting from XAPI 23.31, stats are in valid JSON but numbers are encoded as strings.
2024-02-20 17:55:57 +01:00
Mathieu
4fd2b91fc4
feat(xo-web/SizeInput): added 'TiB' and 'PiB' units ( #7382 )
2024-02-20 17:43:21 +01:00
Florent BEAUCHAMP
7890320a7d
fix(xo-server/import): error during import of last snapshot of running VM ( #7370 )
...
From zammad#21710
Introduced by 2d047c4fef
2024-02-20 17:39:39 +01:00
Julien Fontanet
1718649e0c
feat(xo-server/vm.$container): points to host if VDI on local SR
...
Fixes https://xcp-ng.org/forum/post/71769
2024-02-20 16:49:53 +01:00
Julien Fontanet
7fc5d62ca9
feat(xo-server/rest-api): export hosts' SMT status
...
Fixes https://xcp-ng.org/forum/post/71374
2024-02-20 16:33:33 +01:00
Julien Fontanet
eedaca0195
feat(xo-server/remotes): detect, log and fix incorrect params ( #7343 )
2024-02-16 16:23:06 +01:00
Julien Fontanet
9ffa52cc01
docs(xoa): manual network config
2024-02-16 11:25:34 +01:00
Julien Fontanet
e9a23755b6
test(fs/path/normalizePath): test relative paths handling
...
Related to 5712f29a5
2024-02-15 10:10:44 +01:00
Julien Fontanet
5712f29a58
fix(vhd-lib/chainVhd): correctly handle relative paths
2024-02-15 09:14:32 +01:00
Julien Fontanet
509ebf900e
fix(fs/path/relativeFromFile): correctly handle relative paths
2024-02-15 09:13:10 +01:00
Julien Fontanet
757a8915d9
feat(xo-server/xapi-stats): handle new format
...
Starting from XAPI 23.31, stats are in valid JSON but numbers are encoded as strings.
2024-02-14 16:14:43 +01:00
Thierry Goettelmann
35c660dbf6
feat(xo-stack): add @core alias to import Core from Web and Lite ( #7375 )
2024-02-14 14:43:23 +01:00
Julien Fontanet
f23fd69e7e
fix(xapi/VIF_create): fetch power_state and MTU in parallel
2024-02-14 11:48:07 +01:00
Julien Fontanet
39c10a7197
fix(xapi/VIF_create): explicit error when no allowed devices
...
Related to #7380
2024-02-14 11:48:07 +01:00
Julien Fontanet
7a1bc16468
fix: respect logger method signature
...
This is a minor fix that should not have major impacts.
It's not necessary to release impacted packages.
2024-02-13 17:38:03 +01:00
Julien Fontanet
93dd1a63da
docs(log): document method signature
2024-02-13 17:35:58 +01:00
Florent Beauchamp
b4e1064914
fix(backups): _isAlreadyTransferred is async
...
This leads to a retransfer and a EEXIST error while writing the metadata.
It can happen when a mirror transfer to multiple remotes, fails on one remote and is restarted/resumed.
2024-02-13 16:03:45 +01:00
Florent Beauchamp
810cdc1a77
fix(backups): really skip already transferred backups
2024-02-13 16:03:45 +01:00
Julien Fontanet
1023131828
chore: update dev deps
2024-02-12 20:47:05 +01:00
Smultar
e2d83324ac
chore: add name and version to root package.json ( #7372 )
...
Fixes #7371
2024-02-12 16:59:50 +01:00
Julien Fontanet
7cea445c21
fix(xo-web/remotes): don't merge all properties into url
...
Related to #7343
Introduced by fb1bf6a1e7
2024-02-12 14:51:04 +01:00
Julien Fontanet
b5d9d9a9e1
fix(xo-server-audit): ignore tag.getAllConfigured
...
Introduced by 25e270edb4
2024-02-12 10:58:06 +01:00
Julien Fontanet
3a4e9b8f8e
chore(xo-web/config): remove unused computeds
...
Introduced by 01302d7a60
2024-02-12 10:55:58 +01:00
Julien Fontanet
92efd28b33
fix(xo-web/config): sort backups from newest to oldest
...
Introduced by 01302d7a60
2024-02-12 10:55:26 +01:00
Julien Fontanet
a2c36c0832
feat(xo-server): add robots.txt
...
Fixes zammad#21489
2024-02-09 11:25:06 +01:00
Florent BEAUCHAMP
2eb49cfdf1
feat: release 5.91.2 ( #7367 )
2024-02-09 11:10:59 +01:00
Florent BEAUCHAMP
ba9d4d4bb5
feat: technical release ( #7365 )
2024-02-09 10:09:09 +01:00
b-Nollet
18dea2f2fe
fix(xo-server-load-balancer): create simple plan as in config ( #7358 )
...
Previously, a density plan was created when simple plan was selected in load-balancer configuration.
2024-02-08 18:14:08 +01:00
Julien Fontanet
70c51227bf
feat(xo-server/rest-api): expose messages
...
Fixes zammad#21415
2024-02-08 11:25:05 +01:00
Julien Fontanet
e162fd835b
feat(xo-server/rest-api): add /groups/:id/users and /users/:id/groups collections
...
Fixes https://xcp-ng.org/forum/post/70500
2024-02-08 11:23:17 +01:00
Julien Fontanet
bcdcfbf20b
feat(xo-server/rest-api): add groups collection
...
See https://xcp-ng.org/forum/post/70500
2024-02-08 11:23:17 +01:00
Julien Fontanet
a6e93c895c
chore(xo-server/rest-api): unify collections handling
2024-02-08 11:23:17 +01:00
Julien Fontanet
5c4f907358
chore(xo-server/rest-api): move :object handling to the collection
2024-02-08 09:56:04 +01:00
Julien Fontanet
e19dbc06fe
chore(xo-server/rest-api): uniformize collections creation
2024-02-08 09:06:53 +01:00
Julien Fontanet
287378f9c6
fix(xo-web): changing items per page should select page 1
...
Fixes #7350
2024-02-07 16:03:53 +01:00
b-Nollet
83a94eefd6
fix(xo-server-load-balancer): error during optimize ( #7362 )
...
Introduced by d949112
Fixes #7359
2024-02-07 15:48:10 +01:00