Comment 55 for bug 1906280

Revision history for this message
Corey Bryant (corey.bryant) wrote :

Ryan, extremely sorry about this. For a work-around you can manually revert the code introduced at https://github.com/openstack-charmers/charm-layer-ovn/pull/37

For a quick fix, we could revert that change.

For a fix that prevents unnecessary restarts of ovs, I'm trying to figure out if this code needs mlockall_disabled too: https://opendev.org/x/charm-ovn-dedicated-chassis/src/branch/master/src/lib/charm/openstack/ovn_dedicated_chassis.py#L29

I'm a bit confused by the code as it seems like these should inherit from the same parent class maybe: https://github.com/openstack-charmers/charm-layer-ovn/blob/master/lib/charms/ovn_charm.py#L34