From 0d39012dfb48bd7d8619c0825cb234c5d4d8cf34 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 3 Feb 2016 12:58:34 +0100 Subject: [PATCH] NovaEvacuate: Do not use reboot action for fence_compute This got disabled in https://github.com/ClusterLabs/fence-agents/commit/92f78a8259402b16e715d5ab0019bfcfe5a759d0 So switch to off. Change-Id: If05ec78a61fc035b786e86c052823e6235cd9b00 --- ocf/NovaEvacuate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocf/NovaEvacuate b/ocf/NovaEvacuate index 3865cd2..757a2c5 100644 --- a/ocf/NovaEvacuate +++ b/ocf/NovaEvacuate @@ -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