Merge "NovaEvacuate: Do not use reboot action for fence_compute"
This commit is contained in:
commit
807c45f376
@ -225,7 +225,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…
x
Reference in New Issue
Block a user