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
|
||||
fi
|
||||
|
||||
fence_compute ${fence_options} -o reboot -n $node
|
||||
fence_compute ${fence_options} -o off -n $node
|
||||
rc=$?
|
||||
|
||||
if [ $rc = 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user