Merge "use attrd_updater -U (-v is a legacy option)"
This commit is contained in:
commit
1f11a534d6
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user