Github user ustcweizhou commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1568#discussion_r66037301 --- Diff: systemvm/patches/debian/config/opt/cloud/bin/cs/CsRedundant.py --- @@ -346,6 +341,25 @@ def set_master(self): CsHelper.reconfigure_interfaces(self.cl, interfaces) logging.info("Router switched to master mode") + + def _restart_password_server(self): + ''' + CLOUDSTACK-9385 + Redundant virtual routers should have the password server running. + ''' + if self.config.is_vpc(): + vrrp_addresses = [address for address in self.address.get_ips() if address.needs_vrrp()] --- End diff -- @dsclose get_ips has been changed to get_interfaces, by Wilder
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---