fix(backups/_MixinXapiWriter#healthCheck): add_tag → add_tags
Fixes https://xcp-ng.org/forum/post/69156
Introduced by a5acc7d26
This commit is contained in:
parent
74ff64dfb4
commit
7780cb176a
@ -58,7 +58,7 @@ export const MixinXapiWriter = (BaseClass = Object) =>
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
const healthCheckVm = xapi.getObject(healthCheckVmRef) ?? (await xapi.waitObject(healthCheckVmRef))
|
const healthCheckVm = xapi.getObject(healthCheckVmRef) ?? (await xapi.waitObject(healthCheckVmRef))
|
||||||
await healthCheckVm.add_tag('xo:no-bak=Health Check')
|
await healthCheckVm.add_tags('xo:no-bak=Health Check')
|
||||||
await new HealthCheckVmBackup({
|
await new HealthCheckVmBackup({
|
||||||
restoredVm: healthCheckVm,
|
restoredVm: healthCheckVm,
|
||||||
xapi,
|
xapi,
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
- [Proxies] Fix `this.getObject` is not a function during deployment
|
- [Proxies] Fix `this.getObject` is not a function during deployment
|
||||||
- [Settings/Logs] Fix `sr.getAllUnhealthyVdiChainsLength: not enough permissions` error with non-admin users (PR [#7265](https://github.com/vatesfr/xen-orchestra/pull/7265))
|
- [Settings/Logs] Fix `sr.getAllUnhealthyVdiChainsLength: not enough permissions` error with non-admin users (PR [#7265](https://github.com/vatesfr/xen-orchestra/pull/7265))
|
||||||
- [Settings/Logs] Fix `proxy.getAll: not enough permissions` error with non-admin users (PR [#7249](https://github.com/vatesfr/xen-orchestra/pull/7249))
|
- [Settings/Logs] Fix `proxy.getAll: not enough permissions` error with non-admin users (PR [#7249](https://github.com/vatesfr/xen-orchestra/pull/7249))
|
||||||
|
- [Replication/Health Check] Fix `healthCheckVm.add_tag is not a function` error [Forum#69156](https://xcp-ng.org/forum/post/69156)
|
||||||
|
|
||||||
### Packages to release
|
### Packages to release
|
||||||
|
|
||||||
@ -33,6 +34,7 @@
|
|||||||
|
|
||||||
<!--packages-start-->
|
<!--packages-start-->
|
||||||
|
|
||||||
|
- @xen-orchestra/backups patch
|
||||||
- xo-cli patch
|
- xo-cli patch
|
||||||
- xo-server patch
|
- xo-server patch
|
||||||
- xo-web minor
|
- xo-web minor
|
||||||
|
Loading…
Reference in New Issue
Block a user