Julien Fontanet
ee99ef6264
feat(vhd-lib): createContentStream ( #3086 )
...
Export the raw content of the VHD as a stream.
This features is exposed in CLI: `vhd-cli raw input.vhd output.raw`
Related to #3083
Perf comparison between qemu-img and our vhd-cli to convert a 10GiB VHD file to raw:
```
> time qemu-img convert -f vpc -O raw origin.vhd expected.raw
1.40user 15.19system 1:01.88elapsed 26%CPU (0avgtext+0avgdata 24264maxresident)k
20979008inputs+20971520outputs (12major+4648minor)pagefaults 0swaps
> time vhd-cli raw origin.vhd actual.raw
21.97user 16.03system 1:09.11elapsed 54%CPU (0avgtext+0avgdata 65208maxresident)k
20956008inputs+20972448outputs (1major+754101minor)pagefaults 0swaps
> md5sum *.raw
b55ec6924be750edd2423e4a7aa262c3 actual.raw
b55ec6924be750edd2423e4a7aa262c3 expected.raw
```
2018-06-20 17:53:20 +02:00
badrAZ
bebb9bf0df
fix(XapiStats/iowait): don't scale XAPI values ( #3079 )
...
Fixes #2969
2018-06-19 16:16:07 +02:00
badrAZ
4830ac9623
fix(xo-server/xapi-stats): specify the wanted step when requesting the RRD ( #3078 )
...
Fixes #3026
Fixes #3075
2018-06-18 18:32:16 +02:00
badrAZ
58b1d0fba8
fix(xo-server-load-balancer): issue whith a mutation of a var ( #3077 )
2018-06-18 16:01:26 +02:00
Julien Fontanet
cc4e69e631
feat(xo-server): 5.20.3
2018-06-16 17:05:54 +02:00
Julien Fontanet
e14fda6e8a
feat(xen-api): 0.1.3
2018-06-16 17:05:27 +02:00
Julien Fontanet
ec48b77af3
feat(xen-api): add task record to task errors
2018-06-16 15:24:26 +02:00
Julien Fontanet
c7d6a19864
fix(xo-server/full backup NG): do not fork if 1 target
2018-06-16 15:24:26 +02:00
Julien Fontanet
7d714c8ce4
feat(xo-server): 5.20.2
2018-06-16 13:51:51 +02:00
Julien Fontanet
f70989c3a2
feat(delta NG): fix UUID of existing VHDs
2018-06-16 13:51:03 +02:00
Julien Fontanet
70490988b0
chore(xo-server/backupNg): add parseUuid util function
2018-06-16 13:51:03 +02:00
Julien Fontanet
d0795fdded
feat(vhd-lib): make footer.{uuid,parentUuid)} a buffer
2018-06-16 13:51:03 +02:00
Julien Fontanet
1c736e9910
feat(xo-web): 5.20.2
2018-06-15 15:35:26 +02:00
Julien Fontanet
62979d5c22
feat(xo-server): 5.20.1
2018-06-15 15:35:00 +02:00
Julien Fontanet
ec8a4da73c
feat(xo-vmdk-to-vhd): 0.1.3
2018-06-15 15:34:33 +02:00
Julien Fontanet
dea1bfee01
feat(xo-server-backup-reports): 0.12.2
2018-06-15 15:32:02 +02:00
Julien Fontanet
c18b82504a
feat(xen-api): 0.16.10
2018-06-15 15:30:59 +02:00
Julien Fontanet
ed5460273f
feat(vhd-lib): 0.1.2
2018-06-15 15:27:21 +02:00
Julien Fontanet
b91f8b21b9
feat(fs): 0.1.0
2018-06-15 15:26:48 +02:00
Julien Fontanet
5cea18e577
feat(delta NG): check VDIs before export ( #3069 )
2018-06-15 15:22:12 +02:00
Julien Fontanet
148eaa6a72
fix(xo-server/backup NG): retention checks ( #3072 )
...
They were broken by the introduction of `copyRetention`.
2018-06-15 12:13:55 +02:00
Rajaa.BARHTAOUI
80794211af
feat(xo-server,xo-web/snapshots): fast-clone to create VM from snapshot ( #3030 )
...
Fixes #2937
2018-06-14 15:01:19 +02:00
Rajaa.BARHTAOUI
75dcbae417
chore(xo-web/backup): deprecate legacy backup creation ( #3035 )
...
Fixes #2956
2018-06-14 14:18:17 +02:00
Rajaa.BARHTAOUI
b19682b3c5
fix(xo-web/New VM): networks predicate in Self Service mode ( #3027 )
...
Fixes #3011
2018-06-14 13:25:08 +02:00
badrAZ
dd3b97cae2
feat(backup/overview): add tooltip to migrate action button ( #3067 )
...
Fixes #3042
2018-06-14 11:06:28 +02:00
Julien Fontanet
79891235f3
chore(CHANGELOG): add missing entry related to prev commit
2018-06-13 15:34:11 +02:00
Julien Fontanet
1e2f72ab6b
feat(backup NG): new setting copyRetention ( #2976 )
...
Fixes #2895
2018-06-13 15:24:46 +02:00
Julien Fontanet
66d02e3808
feat(xo-server/backup NG): more logs ( #3066 )
2018-06-13 13:11:03 +02:00
Julien Fontanet
275e1f8f4c
chore(xo-server): Xapi#_assertHealthyVdiChains is sync
2018-06-13 12:01:41 +02:00
Julien Fontanet
84dbbb0fbb
chore(xo-server/backups-ng): add FIXME
2018-06-13 11:33:05 +02:00
Julien Fontanet
a36ef5209c
fix(backup NG): only display the concerned tasks ( #3063 )
...
Allows us to add other tasks if necessary without breaking xo-web listing and the backup reports.
2018-06-12 13:18:46 +02:00
badrAZ
3497889302
fix(backup-ng): only display the concerned tasks
2018-06-12 11:53:43 +02:00
badrAZ
0a2f6b4ce7
feat(xo-web/backupNg/new): improve backupNg feedback ( #2873 )
...
See #2711
2018-06-12 11:52:19 +02:00
Julien Fontanet
f8be44d746
chore(xo-server): remove Xapi#barrier legacy type param
2018-06-11 18:00:16 +02:00
Julien Fontanet
379253c5ae
chore(xen-api): lodash.forEach is unnecessary here
2018-06-11 17:57:02 +02:00
Julien Fontanet
aed1ba474c
chore(xen-api): remove unnecessary test
...
`eventWatchers` is defined if event watching is enabled which is always the case here.
2018-06-11 17:55:47 +02:00
badrAZ
bc72e67442
feat(backup NG): new option to shutdown VMs before snapshot ( #3060 )
...
Fixes #3058
2018-06-11 17:25:18 +02:00
Julien Fontanet
26c965faa9
feat(xen-api/examples): handle cancelation
2018-06-11 15:48:43 +02:00
Pierre Donias
b3a3965ed2
feat(xo-web/SR): copy VDIs' UUIDs from Disks tab ( #3059 )
...
Fixes #3051
2018-06-11 14:57:37 +02:00
Jon Sands
d7fa68248c
grammar updates v17 ( #141 )
...
* remove special chars
* grammar updates v17
* fix duplicate deploy instructions, commands
fix vm start command using old VM name, clean up duplicate deploy
instructions. Also add "first login" info with default credentials
2018-06-09 09:54:50 +02:00
Julien Fontanet
7f88b46f4c
chore(xen-api/examples): update deps
2018-06-08 15:36:29 +02:00
badrAZ
dd60d82d3d
fix(xo-web/Backup-ng/logs): ability to retry a single failed/interrupted VM backup ( #3052 )
...
Fixes #2912
2018-06-08 10:52:38 +02:00
Julien Fontanet
4eeb995340
chore(CHANGELOG): update for next release
2018-06-08 10:32:00 +02:00
Julien Fontanet
1d29348e30
feat(xo-server-backup-reports): 0.12.1
2018-06-07 18:46:53 +02:00
Pierre Donias
a24db3f896
fix(xo-web/SortedTable): show grouped actions when all items selected ( #3049 )
...
Fixes #3048
2018-06-07 17:26:58 +02:00
Julien Fontanet
cffac27d0a
feat(xo-server/jobs): implement cancelation ( #3046 )
...
Related to #3047
This is the first step toward Backup NG cancelation, the server side stuff should be ok (but need testing), so the next step is to expose it in the UI.
2018-06-07 17:20:06 +02:00
Julien Fontanet
b207cbdd77
feat(fs/read): read part of a file in an existing Buffer ( #3036 )
...
Easier to use and probably more efficient than `createReadStream` for this specific usage.
2018-06-07 17:19:33 +02:00
badrAZ
10baecefb9
fix(xo-server-backup-reports): not display size and speed if not have a transfer/merge ( #3038 )
2018-06-07 16:34:49 +02:00
badrAZ
42620323a9
fix(xo-web/Backup-ng): add label to Edit action ( #3045 )
...
Fixes #3043
2018-06-07 16:21:31 +02:00
Julien Fontanet
4d91006994
feat(xo-server/backupNg.getAllLogs): sort tasks ( #3041 )
2018-06-07 14:04:46 +02:00