@xen-orchestra/backups 0.64.1 → 0.64.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -45,6 +45,9 @@ export const IncrementalXapi = class IncrementalXapiVmBackupRunner extends Abstr
|
|
|
45
45
|
for (const key in deltaExport.disks) {
|
|
46
46
|
const disk = deltaExport.disks[key]
|
|
47
47
|
isVhdDifferencing[key] = disk.isDifferencing()
|
|
48
|
+
if (!isFull && !isVhdDifferencing[key] && key !== exportedVm.$suspend_VDI?.$ref) {
|
|
49
|
+
Task.warning('Backup fell back to a full')
|
|
50
|
+
}
|
|
48
51
|
deltaExport.disks[key] = new SynchronizedDisk(disk)
|
|
49
52
|
useNbd = useNbd || disk.useNbd()
|
|
50
53
|
}
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
10
10
|
},
|
|
11
|
-
"version": "0.64.
|
|
11
|
+
"version": "0.64.2",
|
|
12
12
|
"engines": {
|
|
13
13
|
"node": ">=14.18"
|
|
14
14
|
},
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"tmp": "^0.2.1"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
|
-
"@xen-orchestra/xapi": "^8.4.
|
|
65
|
+
"@xen-orchestra/xapi": "^8.4.1"
|
|
66
66
|
},
|
|
67
67
|
"license": "AGPL-3.0-or-later",
|
|
68
68
|
"author": {
|