Merge "NovaEvacuate: Do not use reboot action for fence_compute"

This commit is contained in:
Jenkins 2016-02-15 16:01:58 +00:00 committed by Gerrit Code Review
commit 807c45f376

View File

@ -225,7 +225,7 @@ handle_evacuations() {
return $OCF_SUCCESS
fi
fence_compute ${fence_options} -o reboot -n $node
fence_compute ${fence_options} -o off -n $node
rc=$?
if [ $rc = 0 ]; then