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:
parent
8906297008
commit
0d39012dfb
@ -198,7 +198,7 @@ handle_evacuations() {
|
|||||||
return $OCF_SUCCESS
|
return $OCF_SUCCESS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fence_compute ${fence_options} -o reboot -n $node
|
fence_compute ${fence_options} -o off -n $node
|
||||||
rc=$?
|
rc=$?
|
||||||
|
|
||||||
if [ $rc = 0 ]; then
|
if [ $rc = 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user