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
Because this commands set transient attributes, it frequently breaks the transitions and force the PEngine to recompute a new transition taking over the last one.
This is annoying as it changes the notify environment variables in the middle of a transition and require more cluster communication.
crm_master should be called only during the regular monitor action call.
crm_attribute can be replaced with attrd_updater.
The text was updated successfully, but these errors were encountered:
This patch replace every call of "crm_attribute" to set lsn_location by a
call to "attrd_updater --private". This avoid breaking a transition by
setting resource attributes as private attribute do not land inside the
CIB.
This takes part of the cleanup for gh issue #18.
This takes part of the gh issue #18 fix.
Setting primary node at the very end of a promote or during a
post-promote can breaks a transition and require a new (often useless)
transition to be computed.
This takes part of the gh issue #18 fix.
Setting primary node at the very end of a promote or during a
post-promote can breaks a transition and require a new (often useless)
transition to be computed.
Because this commands set transient attributes, it frequently breaks the transitions and force the PEngine to recompute a new transition taking over the last one.
This is annoying as it changes the notify environment variables in the middle of a transition and require more cluster communication.
crm_master should be called only during the regular monitor action call.
crm_attribute can be replaced with attrd_updater.
The text was updated successfully, but these errors were encountered: