Description of problem: The evacuate attribute was named evacute by accident. Version-Release number of selected component (if applicable): How reproducible: Always. Steps to Reproduce: 1.Use the NovaCompute/NovaEvacuate RA's 2. 3. Actual results: Sets/checks the evacute attribute. Expected results: Sets/checks the evacuate attribute. Additional info: Patch available at: https://github.com/aspiers/osp-ha-deploy/commit/c46d87be3d99474a860eefbdae569d1af17e42f5
Created attachment 1095266 [details] Patch
Verified on RHEL-OSP director 8.0 puddle - 2016-03-03.1 [heat-admin@overcloud-controller-0 ~]$ rpm -qa |grep resource-agents resource-agents-3.9.5-54.el7_2.6.x86_64 [heat-admin@overcloud-controller-0 ~]$ cat /usr/lib/ocf/resource.d/openstack/NovaEvacuate |grep evacuate Facility for tacking a list of compute nodes and reliably evacuating the ones that fence_evacuate has flagged. evacuate_usage() { evacuate_stop() { evacuate_start() { attrd_updater -p -n evacuate -Q -N ${1} -v ${2} need_evacuate=0 yes) need_evacuate=1;; need_evacuate=1 if [ $need_evacuate = 1 ]; then evacuate_monitor() { attrd_updater -n evacuate -A | evacuate_validate() { start) evacuate_validate; evacuate_start;; stop) evacuate_stop;; monitor) evacuate_validate; evacuate_monitor;; usage|help) evacuate_usage *) evacuate_usage [heat-admin@overcloud-controller-0 ~]$ cat /usr/lib/ocf/resource.d/openstack/NovaEvacuate |grep evacute [heat-admin@overcloud-controller-0 ~]$
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-2174.html