Re: [sheepdog] [PATCH] sheep, dog: detect a cluster is formatted or not with cinfo.ctime

2015-01-09 Thread Hitoshi Mitake
At Fri, 09 Jan 2015 18:00:36 +0900, Saeki Masaki wrote: > > On 2015/01/09 17:18, Hitoshi Mitake wrote: > > The commit 289b7f4bcdd changed a behavior of SD_OP_CLUSTER_INFO. The > > changed op returns SD_RES_WAIT_FOR_FORMAT if the cluster is not > > formatted yet. But this behavior conflicts with on

Re: [sheepdog] [PATCH] sheep, dog: detect a cluster is formatted or not with cinfo.ctime

2015-01-09 Thread Saeki Masaki
On 2015/01/09 17:18, Hitoshi Mitake wrote: > The commit 289b7f4bcdd changed a behavior of SD_OP_CLUSTER_INFO. The > changed op returns SD_RES_WAIT_FOR_FORMAT if the cluster is not > formatted yet. But this behavior conflicts with ongoing fixed vnode > feature. This patch resolves the conflict by ch

[sheepdog] [PATCH] sheep, dog: detect a cluster is formatted or not with cinfo.ctime

2015-01-09 Thread Hitoshi Mitake
The commit 289b7f4bcdd changed a behavior of SD_OP_CLUSTER_INFO. The changed op returns SD_RES_WAIT_FOR_FORMAT if the cluster is not formatted yet. But this behavior conflicts with ongoing fixed vnode feature. This patch resolves the conflict by changing a way of detecting cluster format in dog com