|
| 1 | +# Changelog |
| 2 | + |
| 3 | +<!-- markdownlint-disable line-length no-duplicate-heading --> |
| 4 | + |
| 5 | +All notable changes to this project will be documented in this file. |
| 6 | + |
| 7 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 8 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 9 | + |
| 10 | +## [Unreleased] |
| 11 | + |
| 12 | +## [2.3.0] - 2024-12-01 |
| 13 | + |
| 14 | +- Initial release for GitHub. |
| 15 | + |
| 16 | +## [2.2.7] - 2024-11-01 |
| 17 | + |
| 18 | +- Code preparation for moving project to GitHub. |
| 19 | +- No logic changes, only comments added/removed. |
| 20 | + |
| 21 | +## [2.2.6] - 2024-08-01 |
| 22 | + |
| 23 | +- Bug Fix: Resolved race condition with DRBD and `multipathd` introduced in XCP 8.2.1 release. |
| 24 | +- Bug Fix: IFS was not restored before calling `replication_link_check`, causing interface looping to break. |
| 25 | + |
| 26 | +## [2.2.5] - 2021-02-01 |
| 27 | + |
| 28 | +- Bug Fix: Manual mode tracking could produce a "unary operator expected" error if the state file was missing or empty. |
| 29 | +- Added DRBD disk state tracking and alerting. |
| 30 | +- Added DRBD split-brain alerting via XenCenter/XCP-ng Center. The alert script can be found in `/etc/iscsi-ha/scripts/drbd-split-brain-alert`. |
| 31 | + |
| 32 | +## [2.2.4] - 2019-11-01 |
| 33 | + |
| 34 | +- Bug Fix: Updated `manage_db_manual_mode` to better handle missing parameters when installed over older versions of HA-Lizard. |
| 35 | + |
| 36 | +## [2.2.3] - 2019-10-01 |
| 37 | + |
| 38 | +- Bug Fix: Resolved parsing error in `replication_link_check` for bonded interfaces with more than two interfaces. |
| 39 | +- Updated `restore_replication_link` for improved handling of bonded interfaces. |
| 40 | + |
| 41 | +## [2.2.2] - 2019-10-01 |
| 42 | + |
| 43 | +- Removed dependency on `networkctl` as it is no longer included in XCP/XenServer v8 default dom0. |
| 44 | + |
| 45 | +## [2.2.1] - 2019-10-01 |
| 46 | + |
| 47 | +- Improved logic to detect and correct ARP failures on replication interfaces using bonded links inside Linux bridges. |
| 48 | +- Updated `fw_init` for backward compatibility with pre-version 7 hosts using SystemV. |
| 49 | +- Added SSL support to the email handler. |
| 50 | + |
| 51 | +## [2.2.0] - 2018-10-01 |
| 52 | + |
| 53 | +- Added stateful configuration manager to preserve all settings in a 2-node hyperconverged pool. |
| 54 | +- Removed manual patching requirements for iptables for replication networks. |
| 55 | +- Enhanced service startup logic to ensure proper initialization after a dom0 upgrade. |
| 56 | +- Resolved printf display bugs in status monitoring. |
| 57 | + |
| 58 | +## [2.1.5] - 2017-08-01 |
| 59 | + |
| 60 | +- Bug Fix: Resolved a race condition in XenServer 7.x deployments where `DRBD` could start before the network was ready. |
| 61 | + |
| 62 | +## [2.1.4] - 2017-01-01 |
| 63 | + |
| 64 | +- Bug Fix: Addressed incorrect run state displayed for iSCSI targets in manual mode. |
| 65 | +- Enhanced DRBD daemon startup retries for stability. |
| 66 | +- Reverted ARP update logic to pre-version 2 method for improved compatibility. |
| 67 | + |
| 68 | +## [2.1.3] - 2016-12-01 |
| 69 | + |
| 70 | +- Bug Fix: Resolved invalid characters in TGT drop-in configuration causing delays. |
| 71 | +- Improved backward compatibility for daemon controller. |
| 72 | + |
| 73 | +## [2.1.2] - 2016-12-01 |
| 74 | + |
| 75 | +- Merged version 1.5.7 for backward compatibility. |
| 76 | +- Updated init for compatibility with XenServer 6 and 7 environments. |
| 77 | + |
| 78 | +## [2.1.1] - 2016-11-01 |
| 79 | + |
| 80 | +- Added frequent ARP updates for storage hosts on replication networks. |
| 81 | +- Introduced DRBD split-brain recovery tools. |
| 82 | +- CLI updated with version-check option (`-v`). |
| 83 | + |
| 84 | +## [2.1.0] - 2016-11-01 |
| 85 | + |
| 86 | +- Multiple bug fixes for daemon runtime behavior. |
| 87 | +- Added support for `daemon-reload` on drop-in file creation. |
| 88 | + |
| 89 | +## [2.0.2_beta] - 2016-07-01 |
| 90 | + |
| 91 | +- Introduced XenServer 7 compatibility (not backward compatible with 6.x). |
| 92 | +- Added stateful updates for manual mode validations. |
| 93 | + |
| 94 | +## [2.0.0] - 2016-07-01 |
| 95 | + |
| 96 | +- Initial version 2 release. |
| 97 | + |
| 98 | +## [1.5.7] - 2016-05-01 |
| 99 | + |
| 100 | +- Bug Fix: Ensured DRBD primary role is asserted before iSCSI target starts. |
| 101 | +- Added DRBD kernel module for the latest XenServer 6.2 kernel. |
| 102 | +- Enabled seamless transition of the pool master into maintenance mode. |
| 103 | + |
| 104 | +## [1.5.6] - 2015-09-01 |
| 105 | + |
| 106 | +- Improved switchover times during failure or role reversal in manual mode. |
| 107 | +- Resolved issues with `replug_pbd` for handling multiple iSCSI SRs. |
| 108 | + |
| 109 | +## [1.5.5] - 2015-08-01 |
| 110 | + |
| 111 | +- Added compiled DRBD modules for XenServer kernel version 2.6.32.43-0.4.1.xs1.8.0.861.170802xen. |
| 112 | + |
| 113 | +## [1.5.4] - 2015-04-01 |
| 114 | + |
| 115 | +- Added support for DRBD 8.4.3. |
| 116 | +- Updated installer for `noSAN` installer support. |
| 117 | +- Improved email handler, centralizing email settings. |
| 118 | + |
| 119 | +## [1.4.5] - 2014-09-01 |
| 120 | + |
| 121 | +- Fixed CLI display bug for replication IPs when using custom interfaces. |
| 122 | +- Added DRBD kernel module for XenServer 6.2 updates. |
| 123 | + |
| 124 | +## [1.4.4] - 2014-07-01 |
| 125 | + |
| 126 | +- Added DRBD kernel module to support updated XenServer 6.2 kernel. |
| 127 | + |
| 128 | +## [1.4.3] - 2014-06-01 |
| 129 | + |
| 130 | +- Resolved `replug_pbd` bug for environments with multiple iSCSI SRs. |
| 131 | +- Fixed IP display bugs in manual mode. |
| 132 | + |
| 133 | +## [1.4.2] - 2014-04-01 |
| 134 | + |
| 135 | +- Introduced manual operating mode for managing storage manually. |
| 136 | +- Improved installation and initialization scripts for better usability. |
| 137 | + |
| 138 | +## [1.3.7] - 2013-12-01 |
| 139 | + |
| 140 | +- Improved logger process management in unclean exits. |
| 141 | +- Updated scripts for XenServer 6.2 SP1 kernel compatibility. |
| 142 | + |
| 143 | +## [1.3.1] - 2013-10-01 |
| 144 | + |
| 145 | +- Addressed race conditions in slow `dom0s`. |
| 146 | +- Updated email alert logic to prevent network-related hanging. |
| 147 | + |
| 148 | +## [1.2.15] - 2013-09-01 |
| 149 | + |
| 150 | +- Resolved email alert truncation issues. |
| 151 | +- Enhanced installer to retain configurations during upgrades. |
| 152 | + |
| 153 | +## [1.2.14] - 2013-09-01 |
| 154 | + |
| 155 | +- Improved PBD replugging for better SR management after reboots. |
| 156 | +- Enhanced environment configuration handling. |
| 157 | + |
| 158 | +## [1.2.12] - 2013-08-06 |
| 159 | + |
| 160 | +- Added DRBD RPMs for XenServer 6.2 compatibility. |
| 161 | + |
| 162 | +## [1.2.11] - 2013-06-01 |
| 163 | + |
| 164 | +- Introduced auto-plugging of iSCSI SRs for better XenServer integration. |
0 commit comments