weizhouapache commented on issue #8174: URL: https://github.com/apache/cloudstack/issues/8174#issuecomment-1949100037
> > If a new record each time when management server is restarted, it might be because the management server id is calculated from a random mac address. > > https://github.com/apache/cloudstack/blob/78213da82860761e174d5876afe857977f3889b3/utils/src/main/java/com/cloud/utils/net/MacAddress.java#L145 > > > > may need to verify all the commands before the line in same class > > What is the use case for this logic? Why not just use the servers FQDN? @poddm Actually it does. It gets the local address at first. If it does not, then fall back to the process above. If the issue still exists, please share more information like - hostname - hostname -f - /etc/hosts -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
