shaerul commented on issue #13774: URL: https://github.com/apache/cloudstack/issues/13774#issuecomment-5181905337
@weizhouapache Before removing the value of secstorage.allowed.internal.sites, root@s-23-VM:~# ip route show default via 192.168.2.1 dev eth2 8.8.8.8 via 10.10.200.1 dev eth1 10.10.200.0/22 dev eth1 proto kernel scope link src 10.10.200.54 169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.224.82 192.168.2.0/24 dev eth2 proto kernel scope link src 192.168.2.3 192.168.16.0 via 10.10.200.1 dev eth1 192.168.16.0/24 dev eth3 proto kernel scope link src 192.168.16.116 After removing the value of the global configuration parameter `secstorage.allowed.internal.sites`, restarting the `cloudstack-management` service, I deleted the SSVM. CloudStack automatically recreated the SSVM, and it came up successfully. root@s-25-VM:~# ip route show default via 192.168.2.1 dev eth2 8.8.8.8 via 10.10.200.1 dev eth1 10.10.200.0/22 dev eth1 proto kernel scope link src 10.10.200.81 169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.167.196 192.168.2.0/24 dev eth2 proto kernel scope link src 192.168.2.3 192.168.16.0/24 dev eth3 proto kernel scope link src 192.168.16.190 The wrong route is gone 192.168.16.0 via 10.10.200.1 dev eth1 -- 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]
