Re: [sheepdog] [PATCH 0/5] tests: fix some test cases to suitable for new sheepdog and QEMU

2015-02-13 Thread 王东旭
Hi Hitoshi, I am checking tests/functional cases now, I found many test cases have issues with new sheepdog code, I will send other fixes after my vocation. :) Thanks, From: Hitoshi Mitake Date: 2015-02-13 18:40 To: Wang dongxu CC: sheepdog Subject: Re: [sheepdog] [PATCH 0/5] tests: fix some t

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

2015-02-13 Thread sheepdog-jenkins
See Changes: [mitake.hitoshi] tests: avoid qemu-io warning [mitake.hitoshi] tests: avoid qemu-img snapshot warning [mitake.hitoshi] tests: fix content of 052.out [mitake.hitoshi] tests:fix vnode strategy output

Re: [sheepdog] [PATCH 0/5] tests: fix some test cases to suitable for new sheepdog and QEMU

2015-02-13 Thread Hitoshi Mitake
At Wed, 11 Feb 2015 23:26:17 +0800, Wang dongxu wrote: > > QEMU and sheepdog changes some output formats while upgrading to new version, > so > tests/functional test cases need some changes. Thanks a lot for your fix, Wang! I applied this series except 3rd, thanks. 3rd patch made changes for ht

[sheepdog] [PATCH] dog: fix to display progress bar for vdi_check correctly

2015-02-13 Thread Teruaki Ishizaki
To display progress bar for vdi_check, block_size_shift information is needed. This patch fixes to display progress bar correctly. Signed-off-by: Teruaki Ishizaki --- dog/vdi.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dog/vdi.c b/dog/vdi.c index aa6c38d..f1ebd45 1

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

2015-02-13 Thread Teruaki Ishizaki
Previously, qemu block driver of sheepdog used hard-coded VDI object size. This patch enables users to handle 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 object size with qemu-img command, you sp