[sheepdog-users] sheep.log after cluster restart

Liu Yuan namei.unix at gmail.com
Mon Jun 17 12:17:56 CEST 2013


On 06/17/2013 05:57 PM, Valerio Pachera wrote:
> About node id 0: what does 'cluster_status = 0xN' means?
> 

It is constant defined in include/internal_proto.h

#define SD_STATUS_OK                0x00000001
#define SD_STATUS_WAIT_FOR_FORMAT   0x00000002
#define SD_STATUS_WAIT_FOR_JOIN     0x00000004
#define SD_STATUS_SHUTDOWN          0x00000008
#define SD_STATUS_HALT              0x00000020
#define SD_STATUS_KILLED            0x00000040

> About node id 3: what do you think about 'No object found' ?

I guess object is lost in local node. try 'vdi check' to fix it.

Thanks,
Yuan



More information about the sheepdog-users mailing list