weizhouapache commented on issue #12107:
URL: https://github.com/apache/cloudstack/issues/12107#issuecomment-3589886698

   > > [@Jayd603](https://github.com/Jayd603) can you test with the change in 
[#12161](https://github.com/apache/cloudstack/pull/12161) in the VPC VR, and 
reload/restart dnsmasq service ?
   > 
   > This appears to have resolved the issue. Thank you.
   > 
   > The password server is still only listening on the gateway IP but 
seemingly trying to listen on the non-VirtualIP, so not sure if that needs 
cleanup/fixes or not.
   > 
   > ```
   > root@r-94-VM:~# systemctl | grep password-serv
   >   [email protected]\x2c10.207.5.97.service                  
                 loaded active running   Cloud password server on 
10.207.0.1,10.207.5.97
   > ```
   
   @Jayd603 
   it is expected
   
   cloud-init tries to get password from data-server (VPC VR gateway IP, 
10.207.5.1). If data-server is not found, fall back to VR guest IP (10.207.5.97)
   With #12161, the data-server works, no need to listen on the VR guest IP. 
   actually VR guest IPs are not stable, when VPC is restarted with cleanup, 
the RVRs get different guest IPs.


-- 
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]

Reply via email to