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
Adds predicates to filter Nova reconciliation triggers
When a RabbitMQ notification pod restarts, the operator controller is
reconciling lot of times (~40+) due to status-only updates from owned
resources without any actual change in Nova CR spec
The issues occured because Nova is watching all resources without
predicates. this change adds inbuilt GenerationChangedPredicate to
child CRs (Nova services only) to only reconcile on spec changes,
not status-only updates.
Related: #OSPRH-26922
0 commit comments