Hi, all
Currently, LBaaS v2 doesn't support migration. Just like router instances,
we can remove a router instance from one L3 agent and add it to another L3
agent.

So, there is a single point failure in LBaaS agent. As far as I know, LBaaS
supports " allow_automatic_lbaas_agent_failover ". But in many cases, we
want to migrate LBaaS instances manually. Do we plan to do this?

I'm doing this right now. But I meet a question. I define a function
in agent_scheduler.py like this:

    def remove_loadbalancer_from_lbaas_agent(self, context, agent_id,
loadbalancer_id):
        self._unschedule_loadbalancer(context, loadbalancer_id, agent_id)

The question is, how do I notify LBaaS agent?

Hope for your reply.



Thanks
Zhi Chang
__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: [email protected]?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to