Closed hlwanghl closed 3 years ago
Fix issues when change from VPC1 (192.168.0.0) to VPC2 (192.168.0.0):
Node | Source | Target | Result |
---|---|---|---|
1/cln-xxxxxxx1/ | 192.168.0.2 | 192.168.0.3 | 192.168.0.2 |
2/cln-xxxxxxx2/ | 192.168.0.3 | 192.168.0.4 | 192.168.0.2 |
3/cln-xxxxxxx3/ | 192.168.0.4 | 192.168.0.2 | 192.168.0.2 |
The final "master" will be 192.168.0.2
, and sentinel.conf will be corrupted.
Signed-off-by: Hongliang Wang hongliangwang@yunify.com