TWSD-1049 HA Sync: Able to perform the manual sync even though there is a version mismatch between the primary and secondary instance of the APV
Review Request #1044 — Created Sept. 2, 2025 and submitted — Latest diff uploaded
| Information | |
|---|---|
| mingji | |
| APV10 | |
| rel_apv_10_7_3, rel_apv_10_7 | |
| TWSD-1049 | |
| Reviewers | |
| chihchun, evalin, weikai | |
Root cause:
In our synconfig feature’s condition, it only compare first two number of the version. For example, it takes10.7from10.7.3.20and10.7from10.7.2.20. Both are10.7, so it doesn’t consider as version mismatch.Solution
Set stricter version check, the whole version number of two APV should be actually same.
synconfig to [unit]
1. It should be able to synchronize, when two APV have same version.
2. Upgrade one APV to another version and then synchronize again. It should fail to synchronize.
