Re: [sheepdog] [PATCH v3 3/5] replace structure of inode-data_vdi_id[] from array to btree

2013-10-25 Thread Liu Yuan
On Thu, Oct 24, 2013 at 05:46:20PM +0800, Robin Dong wrote: 1. add sd_extent_header to manage meta-data in data_vdi_id[] or middle-node 2. add new type of object: B-tree object as middle-node Signed-off-by: Robin Dong san...@taobao.com --- dog/vdi.c|2 +-

Re: [sheepdog] [PATCH v3 3/5] replace structure of inode-data_vdi_id[] from array to btree

2013-10-25 Thread Liu Yuan
On Thu, Oct 24, 2013 at 05:46:20PM +0800, Robin Dong wrote: 1. add sd_extent_header to manage meta-data in data_vdi_id[] or middle-node 2. add new type of object: B-tree object as middle-node Signed-off-by: Robin Dong san...@taobao.com --- dog/vdi.c|2 +-

Re: [sheepdog] [PATCH v3 0/5] replace structure of inode-data_vdi_id[] from array to b-tree

2013-10-25 Thread Liu Yuan
On Thu, Oct 24, 2013 at 05:46:17PM +0800, Robin Dong wrote: Hi all, The size of vdi can only reach 4TB beacause the inode-data_vdi_id[] can only support 1 million objects. But 4TB is too small for storage application such as NAS and cloud-disk therefore we need to change the array of

Re: [sheepdog] [PATCH v3 4/5] modify interface to write inode meta data

2013-10-25 Thread Liu Yuan
On Thu, Oct 24, 2013 at 05:46:21PM +0800, Robin Dong wrote: After changing inode-data_vdi_id[] from array to B-tree, we can't write vid to data_vdi_id[] directly now. So we need to add new interface sd_inode_write_vdi() to update index of inode. Signed-off-by: Robin Dong san...@taobao.com

Re: [sheepdog] [ANNOUNCE] sheepdog stable release v0.7.4

2013-10-25 Thread Liu Yuan
On Thu, Oct 24, 2013 at 11:34:13PM +0900, Hitoshi Mitake wrote: On Tue, Oct 22, 2013 at 9:45 PM, Bastian Scholz nimro...@gmx.de wrote: Hi Hitoshi, Am 2013-10-21 10:03, schrieb Hitoshi Mitake: Thanks a lot for reporting the problem. The cause of the error is that make deb assumes it is

Re: [sheepdog] [ANNOUNCE] sheepdog stable release v0.7.4

2013-10-25 Thread Liu Yuan
On Fri, Oct 25, 2013 at 04:01:56PM +0800, Liu Yuan wrote: On Thu, Oct 24, 2013 at 11:34:13PM +0900, Hitoshi Mitake wrote: On Tue, Oct 22, 2013 at 9:45 PM, Bastian Scholz nimro...@gmx.de wrote: Hi Hitoshi, Am 2013-10-21 10:03, schrieb Hitoshi Mitake: Thanks a lot for reporting the

[sheepdog] [PATCH] sheep: remove unused sheep_do_op_work

2013-10-25 Thread Liu Yuan
Signed-off-by: Liu Yuan namei.u...@gmail.com --- sheep/ops.c|5 - sheep/sheep_priv.h |1 - 2 files changed, 6 deletions(-) diff --git a/sheep/ops.c b/sheep/ops.c index b9c68be..b715af6 100644 --- a/sheep/ops.c +++ b/sheep/ops.c @@ -1385,11 +1385,6 @@ int do_process_main(const

Re: [sheepdog] [PATCH] trivial: remove the obsolete command from README

2013-10-25 Thread Liu Yuan
On Thu, Oct 24, 2013 at 08:28:30PM +0900, Hitoshi Mitake wrote: Signed-off-by: Hitoshi Mitake mitake.hito...@lab.ntt.co.jp --- README | 11 +-- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README b/README index 03b4ab7..ba7e51b 100644 --- a/README +++ b/README

Re: [sheepdog] [PATCH v2 0/2] sheepdog: make use of copy_policy

2013-10-25 Thread MORITA Kazutaka
At Wed, 23 Oct 2013 16:51:50 +0800, Liu Yuan wrote: v2: - merge the reserved bits This patch set makes use of copy_policy in struct SheepdogInode in order to support recently introduced erasure coding volume in sheepdog. Thanks Yuan Liu Yuan (2): sheepdog: explicitly set copies

Re: [sheepdog] [PATCH 1/3] sheep: introduce ec_max_data_strip

2013-10-25 Thread MORITA Kazutaka
At Wed, 23 Oct 2013 15:59:11 +0800, Liu Yuan wrote: This is a preparation patch Signed-off-by: Liu Yuan namei.u...@gmail.com --- sheep/ops.c|3 ++- sheep/sheep_priv.h |1 + sheep/vdi.c| 14 ++ 3 files changed, 17 insertions(+), 1 deletion(-)

Re: [sheepdog] [PATCH] sheep: remove unused sheep_do_op_work

2013-10-25 Thread MORITA Kazutaka
At Fri, 25 Oct 2013 16:37:41 +0800, Liu Yuan wrote: Signed-off-by: Liu Yuan namei.u...@gmail.com --- sheep/ops.c|5 - sheep/sheep_priv.h |1 - 2 files changed, 6 deletions(-) Applied, thanks. Kazutaka -- sheepdog mailing list sheepdog@lists.wpkg.org

Re: [sheepdog] [PATCH] erasure: simplify ec_decode_buffer()

2013-10-25 Thread Liu Yuan
ping again? -- sheepdog mailing list sheepdog@lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/sheepdog