Skip to content

Releases: tomjelinek/ha_cluster

Version 1.8.4

03 Jan 09:42
2bf1767
Compare
Choose a tag to compare

[1.8.4] - 2022-12-13

New Features

  • none

Bug Fixes

Currently the sbd.service will not be enabled if the cluster autostart
is disabled. This is not intended behavior as is will effectively break
the feature. We can simply remove the condition to depend on
ha_cluster_start_on_boot as on a RHEL8 system the sbd.service has a
dependencies (Before/After/PartOf/RequiredBy) to cluster related
services which make sure it is only ever started by the cluster (a
manual start is not possible).

Other Changes

  • none

Version 1.8.3

13 Dec 09:42
Compare
Choose a tag to compare

[1.8.3] - 2022-12-12

New Features

  • none

Bug Fixes

  • command warn is not supported in ansible-core 2.14

If users want to suppress the warning, users will need to configure
ansible.cfg.

  • fix ownership of cib.xml

  • update for upcoming pcs release

The upcoming pcs brings stricter validation for resource
configuration to prevent certain types of misconfiguration.

  • tests: add qnetd cleanup

Other Changes

  • none

Version 1.8.2

01 Dec 10:21
Compare
Choose a tag to compare

[1.8.2] - 2022-11-30

New Features

  • none

Bug Fixes

  • fix qnetd check mode

Other Changes

  • none

Version 1.8.1

16 Nov 12:10
Compare
Choose a tag to compare

[1.8.1] - 2022-11-14

New Features

  • none

Bug Fixes

  • none

Other Changes

  • long heading causes problems with md to adoc conversion

The long heading causes problems with md to adoc conversion. Shorten
the length by using abbreviations.

Version 1.7.5

20 Sep 13:52
Compare
Choose a tag to compare

[1.7.5] - 2022-09-19

New Features

  • none

Bug Fixes

fence-virt is not available for any architecture other than x86_64

Other Changes

  • replace yes, no, default with true, false, d

Use true, false, and d instead of yes, no, and default

Version 1.7.3

14 Jul 09:27
a6073e8
Compare
Choose a tag to compare

[1.7.3] - 2022-06-10

New Features

  • none

Bug fixes

  • s/ansible_play_hosts_all/ansible_play_hosts/ where applicable

Other Changes

  • none