Hello everyone,

I'd like to highlight an issue with:
https://review.openstack.org/#/c/154670/

According to my understanding, most deployments upgrade the controllers first
and compute/network nodes later. During that time period, all agents will
fail to report state as they're sending the report_state message outside
of any namespace while the server is expecting that message in a namespace.
This is a show stopper as the Neutron server will think all of its agents are 
dead.

I think the obvious solution is to modify the Neutron server code so that
it accepts the report_state method both in and outside of the report_state
RPC namespace and chuck that code away in L (Assuming we support rolling 
upgrades
only from version N to N+1, which while is unfortunate, is the behavior I've
seen in multiple places in the code).

Finally, are there additional similar issues for other RPC methods placed in a 
namespace
this cycle?


Assaf Muller, Cloud Networking Engineer
Red Hat

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to