You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when storage sends heartbeat to meta, verify if the local_ip and client ip are matched.
user scenarios:
scenarios A:
a. --local_ip=storaged0
b. add hosts "storage0":9779
c. it may be difficult for user to resolve mistake.
scenarios B:
a. --local_ip=192.168.8.61, and add hosts 192.168.8.61:9779
b. copy config file to 192.168.8.62, and then forgot to change local_ip
c. meta should verify the local ip
The text was updated successfully, but these errors were encountered:
There is no way to judge the IP relationship of the two configurations. After offline discussion in technical committee
, this requirement will be closed.
user scenarios:
scenarios A:
a. --local_ip=storaged0
b. add hosts "storage0":9779
c. it may be difficult for user to resolve mistake.
scenarios B:
a. --local_ip=192.168.8.61, and add hosts 192.168.8.61:9779
b. copy config file to 192.168.8.62, and then forgot to change local_ip
c. meta should verify the local ip
The text was updated successfully, but these errors were encountered: