QingCloudAppcenter / Redis

Source repo for Redis Apps on QingCloud.
Apache License 2.0
1 stars 9 forks source link

fix change vxnet issue #110

Closed hlwanghl closed 3 years ago

hlwanghl commented 3 years ago

Signed-off-by: Hongliang Wang hongliangwang@yunify.com

hlwanghl commented 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.