This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch 10182-expunge-vm in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/10182-expunge-vm by this push: new 3b1a83a3615 add workaround from issue reporter 3b1a83a3615 is described below commit 3b1a83a3615aaadcecef0e802c6ee9ac006c415a Author: Daan Hoogland <d...@onecht.net> AuthorDate: Tue Jan 14 11:05:39 2025 +0100 add workaround from issue reporter --- systemvm/debian/opt/cloud/bin/cs/CsDhcp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/systemvm/debian/opt/cloud/bin/cs/CsDhcp.py b/systemvm/debian/opt/cloud/bin/cs/CsDhcp.py index 8f1562b0b82..6861ed11004 100755 --- a/systemvm/debian/opt/cloud/bin/cs/CsDhcp.py +++ b/systemvm/debian/opt/cloud/bin/cs/CsDhcp.py @@ -139,6 +139,7 @@ class CsDhcp(CsDataBag): # Listen Address if self.cl.is_redundant(): listen_address.append(gateway) + listen_address.append(ip) else: listen_address.append(ip) # Add localized "data-server" records in /etc/hosts for VPC routers