[sheepdog] [PATCH] sheep: add name for SD_OP_NOTIFY_VDI_DEL

Liu Yuan namei.unix at gmail.com
Mon Jul 23 07:52:10 CEST 2012


On 07/23/2012 01:20 PM, levin li wrote:
> 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,
> 

Applied, thanks.

Yuan



More information about the sheepdog mailing list