NovaEvacuate: Do not use reboot action for fence_compute

This got disabled in
92f78a8259

So switch to off.

Change-Id: If05ec78a61fc035b786e86c052823e6235cd9b00
This commit is contained in:
Vincent Untz 2016-02-03 12:58:34 +01:00
parent 8906297008
commit 0d39012dfb
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,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