feat(xo6/lite): add ha_reboot_vm_on_internal_shutdown in pool's system (#9962)

This commit is contained in:
Mathieu
2026-06-10 11:55:09 +02:00
committed by GitHub
parent c61083e59e
commit d6d530d616
11 changed files with 21 additions and 0 deletions

View File

@@ -192,6 +192,7 @@ export interface XenApiPool {
ha_host_failures_to_tolerate: number
ha_overcommitted: boolean
ha_plan_exists_for: number
ha_reboot_vm_on_internal_shutdown?: boolean
ha_statefiles: string[]
health_check_config: Record<string, string>
igmp_snooping_enabled?: boolean

View File

@@ -433,6 +433,7 @@ export type XoPool = BaseXapiXo & {
current_operations: Record<string, POOL_ALLOWED_OPERATIONS>
default_SR?: XoSr['id']
HA_enabled: boolean
haRebootVmOnInternalShutdown: boolean
haSrs: XoSr['id'][]
id: Branded<'pool'>
master: XoHost['id']