Re: [sheepdog] [PATCH] sheep: fix bug for not saving block_size_shift to cluster config

2014-12-16 Thread Hitoshi Mitake
At Tue, 16 Dec 2014 19:32:17 +0900, Teruaki Ishizaki wrote: > > This patch fixes bugs that block_size_shift info was forgotten > after cluster shutdown and start sheepdog. > > Add block_size_shift info to cluster config file. > > Signed-off-by: Teruaki Ishizaki > --- > sheep/config.c |6 ++

[sheepdog] [PATCH] sheep: fix bug for not saving block_size_shift to cluster config

2014-12-16 Thread Teruaki Ishizaki
This patch fixes bugs that block_size_shift info was forgotten after cluster shutdown and start sheepdog. Add block_size_shift info to cluster config file. Signed-off-by: Teruaki Ishizaki --- sheep/config.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sheep/conf