@xen-orchestra/backups 0.41.0 → 0.42.0
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.
package/_incrementalVm.mjs
CHANGED
|
@@ -41,6 +41,7 @@ export async function exportIncrementalVm(
|
|
|
41
41
|
fullVdisRequired = new Set(),
|
|
42
42
|
|
|
43
43
|
disableBaseTags = false,
|
|
44
|
+
preferNbd,
|
|
44
45
|
} = {}
|
|
45
46
|
) {
|
|
46
47
|
// refs of VM's VDIs → base's VDIs.
|
|
@@ -88,6 +89,7 @@ export async function exportIncrementalVm(
|
|
|
88
89
|
baseRef: baseVdi?.$ref,
|
|
89
90
|
cancelToken,
|
|
90
91
|
format: 'vhd',
|
|
92
|
+
preferNbd,
|
|
91
93
|
})
|
|
92
94
|
})
|
|
93
95
|
|
|
@@ -41,6 +41,7 @@ export const IncrementalXapi = class IncrementalXapiVmBackupRunner extends Abstr
|
|
|
41
41
|
|
|
42
42
|
const deltaExport = await exportIncrementalVm(exportedVm, baseVm, {
|
|
43
43
|
fullVdisRequired,
|
|
44
|
+
preferNbd: this._settings.preferNbd,
|
|
44
45
|
})
|
|
45
46
|
// since NBD is network based, if one disk use nbd , all the disk use them
|
|
46
47
|
// except the suspended VDI
|
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.
|
|
11
|
+
"version": "0.42.0",
|
|
12
12
|
"engines": {
|
|
13
13
|
"node": ">=14.18"
|
|
14
14
|
},
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@vates/nbd-client": "^2.0.0",
|
|
29
29
|
"@vates/parse-duration": "^0.1.1",
|
|
30
30
|
"@xen-orchestra/async-map": "^0.1.2",
|
|
31
|
-
"@xen-orchestra/fs": "^4.0
|
|
31
|
+
"@xen-orchestra/fs": "^4.1.0",
|
|
32
32
|
"@xen-orchestra/log": "^0.6.0",
|
|
33
33
|
"@xen-orchestra/template": "^0.1.0",
|
|
34
34
|
"app-conf": "^2.3.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"tmp": "^0.2.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@xen-orchestra/xapi": "^3.0
|
|
59
|
+
"@xen-orchestra/xapi": "^3.1.0"
|
|
60
60
|
},
|
|
61
61
|
"license": "AGPL-3.0-or-later",
|
|
62
62
|
"author": {
|