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
1. Modify startup order in `server_init`. Checking HA configuration
depends on the firewalld service, so move the updating firewalld service
before checking HA configuration.
2. HA supports 2 cluster stacks: xha and corosync. Only xha needs to
control firewalld service dynamically. For corosync HA, the firewalld
service dlm has been already controlled by the xapi-clusterd, so it
doesn't need to control dynamically.
3. Slave's HA is shutdown in `ha_wait_for_shutdown_via_statefile`. Add
disabling firewalld service here.
0 commit comments