[sheepdog] [PATCH v2] sheep: make SD_OP_SHUTDOWN a force operation
Hitoshi Mitake
mitake.hitoshi at gmail.com
Wed May 8 17:14:15 CEST 2013
Signed-off-by: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
---
v2: simply make SD_OP_SHUTDOWN a force operation
sheep/ops.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/sheep/ops.c b/sheep/ops.c
index 90f4b00..4cf832c 100644
--- a/sheep/ops.c
+++ b/sheep/ops.c
@@ -1035,6 +1035,7 @@ static struct sd_op_template sd_ops[] = {
[SD_OP_SHUTDOWN] = {
.name = "SHUTDOWN",
.type = SD_OP_TYPE_CLUSTER,
+ .force = true,
.process_main = cluster_shutdown,
},
--
1.7.5.1
More information about the sheepdog
mailing list