Re: [sheepdog] [PATCH 0/3] cleaning fixed vnodes feature

2015-01-27 Thread Hitoshi Mitake
At Wed, 14 Jan 2015 14:23:20 +0900, Hitoshi Mitake wrote: > > This patchset consists small fixes for fixed vnode feature. > > Hitoshi Mitake (3): > dog: revert output change of cluster info temporally > sheep: remove vnode info leak in cluster_make_fs() > sheep: correct check of node id in

Re: [sheepdog] [PATCH] sheep: fix to handle the variable type of data_length

2015-01-27 Thread Hitoshi Mitake
At Tue, 27 Jan 2015 18:45:57 +0900, Teruaki Ishizaki wrote: > > Previously, data_length was handled as integer in some places. > But, data_length of a request/response data type is uint32_t, > so there were some bad behaviors. > > This patch fixes to handle data_length as uint32_t. > > Signed-of

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

2015-01-27 Thread sheepdog-jenkins
See -- [...truncated 57 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 sys/typ

Re: [sheepdog] [sheepdog-users] FYI: A talk from Alibaba engineers at comint Vault 2015

2015-01-27 Thread Vasiliy Tolstov
2015-01-27 12:10 GMT+03:00 Hitoshi Mitake : > Hi sheepdog developers and users, > > Robin Dong and Coly Li, engineers at Alibaba, will have a talk about > their cold storage engine "Lambert", at coming Vault 2015: > http://sched.co/2EcB > Lambert seems to be an object storage which is built on shee

[sheepdog] [PATCH] sheep: fix to handle the variable type of data_length

2015-01-27 Thread Teruaki Ishizaki
Previously, data_length was handled as integer in some places. But, data_length of a request/response data type is uint32_t, so there were some bad behaviors. This patch fixes to handle data_length as uint32_t. Signed-off-by: Teruaki Ishizaki --- include/net.h |2 +- lib/net.c |

[sheepdog] FYI: A talk from Alibaba engineers at comint Vault 2015

2015-01-27 Thread Hitoshi Mitake
Hi sheepdog developers and users, Robin Dong and Coly Li, engineers at Alibaba, will have a talk about their cold storage engine "Lambert", at coming Vault 2015: http://sched.co/2EcB Lambert seems to be an object storage which is built on sheepdog, and designed for storing exabytes(!) of data. It

[sheepdog] [PATCH v4] sheepdog: selectable object size support

2015-01-27 Thread Teruaki Ishizaki
Previously, qemu block driver of sheepdog used hard-coded VDI object size. This patch enables users to handle "block_size_shift" value for calculating VDI object size. When you start qemu, you don't need to specify additional command option. But when you create the VDI which doesn't have default