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

mingji
APV10
rel_apv_10_7_3, rel_apv_10_7
TWSD-1049
chihchun, evalin, weikai

Root cause:
In our synconfig feature’s condition, it only compare first two number of the version. For example, it takes 10.7 from 10.7.3.20 and 10.7 from 10.7.2.20. Both are 10.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.

evalin
  1. Ship It!
  2. 
      
chihchun
  1. Ship It!
  2. 
      
weikai
  1. Ship It!
  2. 
      
mingji
Review request changed

Status: Closed (submitted)

Loading...