GitHub user weizhouapache added a comment to the discussion: VM instances get VR's IP as DNS server but cannot resolve through VR
btw, It still worked in my testing with ubuntu 24.04 when data-server is not found (after 6 seconds), cloud-init got the VR IP through dhcp leases. ``` 2025-10-28 09:57:49,469 - sources[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceCloudStack.DataSourceCloudStack'> 2025-10-28 09:57:55,614 - DataSourceCloudStack.py[DEBUG]: DNS Entry data-server not found 2025-10-28 09:57:55,615 - util.py[DEBUG]: Reading from /run/systemd/netif/leases/2 (quiet=False) 2025-10-28 09:57:55,615 - util.py[DEBUG]: Read 328 bytes from /run/systemd/netif/leases/2 2025-10-28 09:57:55,616 - DataSourceCloudStack.py[DEBUG]: Found SERVER_ADDRESS '10.100.102.10' via networkd_leases 2025-10-28 09:57:55,616 - sources[DEBUG]: Update datasource metadata and network config due to events: boot-new-instance 2025-10-28 09:57:55,617 - sources[DEBUG]: Detected platform: DataSourceCloudStack. Checking for active instance data 2025-10-28 09:57:55,619 - url_helper.py[DEBUG]: [0/1] open 'http://10.100.102.10/latest/meta-data/instance-id' with {'url': 'http://10.100.102.10/latest/meta-data/instance-id', 'stream': False, 'allow_redirects': True, 'method': 'GET', 'timeout': 50.0, 'headers': {'User-Agent': 'Cloud-Init/24.1.3-0ubuntu3.3'}} configuration ``` @fnavidan which guest OS do you use ? GitHub link: https://github.com/apache/cloudstack/discussions/11749#discussioncomment-14804088 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
