Merge "use attrd_updater -U (-v is a legacy option)"

This commit is contained in:
Jenkins 2015-12-10 13:27:56 +00:00 committed by Gerrit Code Review
commit 1f11a534d6

View File

@ -141,7 +141,7 @@ evacuate_start() {
}
update_evacuation() {
attrd_updater -p -n evacuate -Q -N ${1} -v ${2}
attrd_updater -p -n evacuate -Q -N ${1} -U ${2}
arc=$?
if [ ${arc} != 0 ]; then
ocf_log warn "Can not set evacuation state of ${1} to ${2}: ${arc}"