[sheepdog] [PATCH v7 5/6] shepherd: a new cluster manager specialized for sheepdog

Hitoshi Mitake mitake.hitoshi at gmail.com
Mon Mar 11 06:19:24 CET 2013


At Mon, 11 Mar 2013 13:16:44 +0800,
Liu Yuan wrote:
> 
> On 03/11/2013 11:48 AM, Hitoshi Mitake wrote:
> > +enum sph_cli_msg_type {
> > +	/* messages sent by a cluster driver, received by shepherd */
> > +	SPH_CLI_MSG_JOIN = 0,
> > +	SPH_CLI_MSG_NEW_NODE_REPLY,
> > +	SPH_CLI_MSG_NOTIFY,
> > +	SPH_CLI_MSG_BLOCK,
> > +	SPH_CLI_MSG_LEAVE,
> > +};
> > +
> > +enum sph_srv_msg_type {
> > +	/* messages sent by a cluster driver, received by shepherd */
> 
> These 2 are both sent by a cluster driver?
> 

Sorry, sph_srv_msg_type is sent by shepherd. I'll modify the above
comment in v8.

Thanks,
Hitoshi



More information about the sheepdog mailing list