You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I am working on bringing the hyper convergence and a scheduler to Hoster, we now need a new config flag to signal the HA system a correct way of dealing with particular VMs/Jails:
failover_type can be set to cireset or changeparent, and will signal the HA managers which failover strategy to use: cireset vs changeparent
This config flag will override a setting in the host_config.json. By default (if the config is empty) a global/host-level setting will be used.
The text was updated successfully, but these errors were encountered:
yaroslav-gwit
changed the title
Add 4 new config flags: auto_replicate, auto_snapshot, auto_failover, failover_type
Add two new config flags: auto_failover, and failover_typeApr 8, 2024
yaroslav-gwit
changed the title
Add two new config flags: auto_failover, and failover_type
Add a new config flag: failover_typeApr 18, 2024
As I am working on bringing the
hyper convergence
and ascheduler
toHoster
, we now need a new config flag to signal the HA system a correct way of dealing with particular VMs/Jails:failover_type
can be set tocireset
orchangeparent
, and will signal the HA managers which failover strategy to use:cireset
vschangeparent
This config flag will override a setting in the
host_config.json
. By default (if the config is empty) a global/host-level setting will be used.The text was updated successfully, but these errors were encountered: