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

2013-10-24 Thread Robin Dong
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 'data_vdi_id' to b-tree. This patchset add B-tree structure into sd_in

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

2013-10-24 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 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 >