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 |