You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The load balancer image is registered in the database as service type lb and you are supposed to start it using the load_balancers api. Currently it is possible to start it using using the regular instances api as well.

This gives you an instance with service type lb but without a record in the load_balancers table in mysql. This really really really confused wakame.

The instances api will not return these instances and neither will the load balancer api. When you try to terminate the instances using the web api, collector crashes in the before_destroy hook. Using force-delete in vdc-manage has the same effect.
The text was updated successfully, but these errors were encountered:
The load balancer image is registered in the database as service type
lb
and you are supposed to start it using the load_balancers api. Currently it is possible to start it using using the regular instances api as well.
This gives you an instance with service type
lb
but without a record in the load_balancers table in mysql. This really really really confused wakame.
The instances api will not return these instances and neither will the load balancer api. When you try to terminate the instances using the web api, collector crashes in the before_destroy hook. Using force-delete in vdc-manage has the same effect.
The text was updated successfully, but these errors were encountered: