Comment 0 for bug 1524672

Revision history for this message
Bogdan Dobrelya (bogdando) wrote : OCF: Use private attributes to not trigger peacemaker transitions on each update

According to Andrew's comments https://review.openstack.org/#/c/248319 crm_attribute does not support private attributes for corosync nodes. Each update with crm_attribute triggers unnecessary transitions. We should use private attributes for nodes then possible.

That means that "crm_attribute -N <node>" should be replaced to private attributes with "attrd_updater", see https://review.openstack.org/#/c/248319/1/ocf/NovaEvacuate example