[sheepdog] [PATCH v2 1/3] Add block_size_shift member to sheepdog internal data.

2014-12-12 Thread Teruaki Ishizaki
This patch adds a information of block_size_shift to sheepdog request, response, state. Signed-off-by: Teruaki Ishizaki ishizaki.teru...@lab.ntt.co.jp --- include/internal_proto.h |5 - include/sheepdog_proto.h |8 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff

[sheepdog] [PATCH v2 0/3] selectable data object size of a VDI

2014-12-12 Thread Teruaki Ishizaki
Previously users could use 4MB data object size for a VDI This patchset enables users to specify data object size of a VDI and make a larger VDI without Hypervolume. Teruaki Ishizaki (3): Add block_size_shift member to sheepdog internal data. dog: add block_size_shift option to cluster format

[sheepdog] [PATCH v2 3/3] Add selectable object_size support of VDI operation

2014-12-12 Thread Teruaki Ishizaki
Data object size was fix to 4MB and not selectable. This patch add feature to select data object size of VDI. If you want to use 8MB(2^23) data object_size, specify the block_size_shift bit num to 23. ex) dog vdi create -z 23 testvdi 100M Signed-off-by: Teruaki Ishizaki

[sheepdog] [PATCH v2 2/3] dog: add block_size_shift option to cluster format command

2014-12-12 Thread Teruaki Ishizaki
This patch changes for specifying cluster default block_size_shift. Signed-off-by: Teruaki Ishizaki ishizaki.teru...@lab.ntt.co.jp --- dog/cluster.c| 37 +++-- dog/farm/farm.c |5 - dog/farm/farm.h | 12

[sheepdog] Build failed in Jenkins: sheepdog-build #570

2014-12-12 Thread sheepdog-jenkins
See http://jenkins.sheepdog-project.org:8080/job/sheepdog-build/570/ -- [...truncated 51 lines...] checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for