Fabrice Marsaud
af6365c76a
logger.delete
2016-01-28 09:00:15 +01:00
Julien Fontanet
8c672b23b5
Merge pull request #159 from vatesfr/marsaudf-smb-mounts#338
...
Remotes refactoring + SMB implementation.
2016-01-27 11:24:52 +01:00
Fabrice Marsaud
3b53f5ac11
fixes
2016-01-27 10:58:16 +01:00
Fabrice Marsaud
ccdc744748
fixes
2016-01-27 10:08:59 +01:00
Fabrice Marsaud
261f0b4bf0
typo fix
2016-01-27 09:11:45 +01:00
Fabrice Marsaud
495b59c2e5
update dependency
2016-01-26 17:34:00 +01:00
Fabrice Marsaud
d6e1c13c39
Handler and remotes reworked
2016-01-26 17:28:27 +01:00
Fabrice Marsaud
f7f13b9e07
PR feedback 2
2016-01-26 09:47:47 +01:00
Fabrice Marsaud
62564d747f
Errors moved from API to core
2016-01-25 17:29:18 +01:00
Fabrice Marsaud
1d5d59c4c0
Remote handler reworked
2016-01-25 17:01:14 +01:00
Fabrice Marsaud
e8380b8a12
PR feedback
2016-01-25 11:45:53 +01:00
Fabrice Marsaud
c304d9cc62
No vdi merge through smb
2016-01-25 11:45:53 +01:00
Fabrice Marsaud
aad4ebf287
Remote handlers refactored, and adding a smb handler
2016-01-25 11:45:53 +01:00
Olivier Lambert
6c2f48181c
Merge pull request #210 from vatesfr/handle-objects-conflicts
...
Properly handle multiple XAPI objects with the same XO id.
2016-01-22 16:02:19 +01:00
Julien Fontanet
480b6ff7d6
Properly handle multiple XAPI objects with the same XO id.
...
When there is a conflict, the existing object keep the place but when
it is removed, the other object (which is in the waiting list) will
take the new place.
2016-01-22 15:57:44 +01:00
Julien Fontanet
4bdd6f972c
Remove node-inspector.
2016-01-21 16:44:42 +01:00
Olivier Lambert
6674d8456a
Merge pull request #206 from vatesfr/olivierlambert-fixMigration
...
Correctly use destination host SR and network
2016-01-20 18:31:33 +01:00
Olivier Lambert
d1478ff694
select the correct migration network
2016-01-20 18:12:37 +01:00
Julien Fontanet
cb20d46b74
Merge pull request #205 from vatesfr/abhamonr-fix-avoid-errors-delta-backups
...
Delta backups: Fix various issues.
2016-01-20 17:36:33 +01:00
Olivier Lambert
9dd2538043
correctly use destination host SR and network
2016-01-20 17:26:47 +01:00
wescoeur
f25136a512
Avoid errors in delta backups. (fix)
...
- Wait the task end of vdi export.
- Now, in the error case of vdi backup,
the current vdi snapshot is removed with catch(noop).
2016-01-20 17:19:41 +01:00
Julien Fontanet
03eb56ad2a
Xapi#_updateObjectMapProperty(): do no hide remove errors.
2016-01-20 16:04:23 +01:00
Julien Fontanet
2508840701
4.12.1
2016-01-19 12:49:37 +01:00
Julien Fontanet
6e098f5a4f
Merge pull request #203 from vatesfr/fix-scheduling
...
Scheduler: properly use Xo#runJobSequense() (fix vatesfr/xo-web#657 ).
2016-01-19 12:45:36 +01:00
Julien Fontanet
31b33406fd
Scheduler: properly use Xo#runJobSequense() ( fix vatesfr/xo-web#657 ).
2016-01-19 12:12:29 +01:00
Julien Fontanet
7ab7c763ed
startup: ignore non existent paths in plugins lookup.
2016-01-19 11:49:07 +01:00
Julien Fontanet
06258e757a
4.12.0
2016-01-18 10:25:41 +01:00
Julien Fontanet
5919b43a21
@mixin(): compatibility with Node 0.12 ( fix #202 ).
2016-01-18 10:18:02 +01:00
Julien Fontanet
7d4b9521e7
Merge pull request #199 from vatesfr/continuous-replication
...
Continuous VM replication.
2016-01-17 23:51:29 +01:00
Julien Fontanet
f9d2fd7997
Xapi: Ugly hack seems to be working.
2016-01-17 23:28:45 +01:00
Julien Fontanet
bdbc20c3c6
Xapi: fix private put() when length is known.
2016-01-17 21:05:18 +01:00
Julien Fontanet
69d6d03714
Better debugs in Xapi.
2016-01-17 21:03:19 +01:00
Julien Fontanet
f40e1e55b0
Xapi#importVdiContent(): revert to use Promise.all() instead of Promise.race().
2016-01-17 12:52:41 +01:00
Julien Fontanet
b9082ed838
Xapi#deleteVm(): Correctly remove VDIs with more than one VBD on the same VM.
2016-01-17 12:52:04 +01:00
Julien Fontanet
4edfefa9a2
Homogenise task names.
2016-01-17 12:52:04 +01:00
Julien Fontanet
0f98ee5407
Xapi#importVdiContent(): better task name.
2016-01-17 12:50:44 +01:00
Julien Fontanet
7fdf119873
Temporarily disable the ugly put hack.
2016-01-17 12:50:44 +01:00
Julien Fontanet
3c054e6ea1
Various changes.
2016-01-17 12:50:42 +01:00
Julien Fontanet
98899ece72
Use $ to prefix injected params names.
2016-01-17 12:49:23 +01:00
Julien Fontanet
2061a006d0
Xapi#createDeltaVdi(): correctly set the source of cloned VDI.
2016-01-17 12:49:23 +01:00
Julien Fontanet
5496c2d7fd
Various fixes.
2016-01-17 12:49:22 +01:00
Julien Fontanet
d6b862a4a9
Xapi#_createVif(): Various fixes.
2016-01-17 12:49:22 +01:00
Julien Fontanet
d581f8a852
Xapi#importDeltaVm(): explicit error when base VDI is not found.
2016-01-17 12:49:22 +01:00
Julien Fontanet
3a593ee35a
Xapi#_createVm(): clearer type handling.
2016-01-17 12:49:22 +01:00
Julien Fontanet
415d34fdaa
Xo#copyDeltaVm(): Cancel exports on failures.
2016-01-17 12:49:22 +01:00
Julien Fontanet
7d28191bb5
Xapi#exportDeltaVm(): full export if the base is not found.
2016-01-17 12:49:20 +01:00
Julien Fontanet
e2c7693370
Xapi#importVdiContent(): do not wait for connection closure.
2016-01-17 12:48:38 +01:00
Julien Fontanet
f17ff02f4d
Continuous replication: do not rely on metadata import/export.
2016-01-17 12:48:35 +01:00
Julien Fontanet
225043e01d
Properly identify last snapshot as future base.
2016-01-16 19:34:35 +01:00
Julien Fontanet
56f78349f8
Xen expects keys(other_config) to be snake or it will change them itself!
2016-01-16 19:34:35 +01:00