[sheepdog] [PATCH] sheep: add name for SD_OP_NOTIFY_VDI_DEL
levin li
levin108 at gmail.com
Mon Jul 23 07:20:25 CEST 2012
From: levin li <xingke.lwp at taobao.com>
Signed-off-by: levin li <xingke.lwp at taobao.com>
---
sheep/ops.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sheep/ops.c b/sheep/ops.c
index 6802aea..f236ab2 100644
--- a/sheep/ops.c
+++ b/sheep/ops.c
@@ -845,6 +845,7 @@ static struct sd_op_template sd_ops[] = {
},
[SD_OP_NOTIFY_VDI_DEL] = {
+ .name = "NOTIFY_VDI_DEL",
.type = SD_OP_TYPE_CLUSTER,
.force = 1,
.process_main = cluster_notify_vdi_del,
--
1.7.10
More information about the sheepdog
mailing list