Re: [sheepdog] [PATCH] collie: send no data when preallocating data objects

2012-10-29 Thread MORITA Kazutaka
At Fri, 26 Oct 2012 10:03:14 +0900, MORITA Kazutaka wrote: Sheep calls fallocate before creating objects, so we don't need to send actual data to be written when preallocating objects. Signed-off-by: MORITA Kazutaka morita.kazut...@lab.ntt.co.jp --- collie/vdi.c |9 +++-- 1

[sheepdog] [PATCH] collie: send no data when preallocating data objects

2012-10-25 Thread MORITA Kazutaka
Sheep calls fallocate before creating objects, so we don't need to send actual data to be written when preallocating objects. Signed-off-by: MORITA Kazutaka morita.kazut...@lab.ntt.co.jp --- collie/vdi.c |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) diff --git