Re: [sheepdog] RFT: locking issue of qemu-img and qemu-io

2015-01-22 Thread Hitoshi Mitake
At Thu, 22 Jan 2015 19:43:08 +0800, $B=y.$(AAz(B wrote: hi,hitoshi, I have tested this patch using branch https://github.com/sheepdog/qemu/tree/locking with follow methods and results: 1$B!(Btest qemu-img root@hty-compute1:~# ./qemu-locking/qemu-img create -f raw sheepdog:test 1G

Re: [sheepdog] RFT: locking issue of qemu-img and qemu-io

2015-01-22 Thread 徐小龙
hi,hitoshi, I have tested this patch using branch https://github.com/sheepdog/qemu/tree/locking with follow methods and results: 1、test qemu-img root@hty-compute1:~# ./qemu-locking/qemu-img create -f raw sheepdog:test 1G Formatting 'sheepdog:test', fmt=raw size=1073741824 root@hty-compute1:~#

[sheepdog] RFT: locking issue of qemu-img and qemu-io

2015-01-22 Thread Hitoshi Mitake
Hi Jinzhi and Xiaolong, I created a patch for the locking problem of qemu-img and qemu-io. It can be found here: https://github.com/sheepdog/qemu/tree/locking # It depends on ongoing patchset, so I cannot post immediately Could you test the branch and report your result? Thanks, Hitoshi --

Re: [sheepdog] RFT: locking issue of qemu-img and qemu-io

2015-01-22 Thread 徐小龙
oh, yeah, of course :-) Thanks, Xiaolong Xu On Thu, Jan 22, 2015 at 10:52 PM, Hitoshi Mitake mitake.hito...@gmail.com wrote: On Thu, Jan 22, 2015 at 11:24 PM, 徐小龙 nxtxiaol...@gmail.com wrote: Xiaolong Xu nxtxiaol...@gmail.com Thanks, xiaolong xu Thanks for your tag. From next time,

Re: [sheepdog] RFT: locking issue of qemu-img and qemu-io

2015-01-22 Thread Hitoshi Mitake
On Thu, Jan 22, 2015 at 11:24 PM, 徐小龙 nxtxiaol...@gmail.com wrote: Xiaolong Xu nxtxiaol...@gmail.com Thanks, xiaolong xu Thanks for your tag. From next time, could you reply to the list, too? Thanks, Hitoshi On Thu, Jan 22, 2015 at 10:15 PM, Hitoshi Mitake mitake.hito...@gmail.com wrote:

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

2015-01-22 Thread sheepdog-jenkins
See http://jenkins.sheepdog-project.org:8080/job/sheepdog-build/611/changes Changes: [mitake.hitoshi] sbd: use kstrtoul() instead of strict_strtoul() -- [...truncated 57 lines...] checking for grep that handles long lines and -e... /bin/grep checking for

Re: [sheepdog] [PATCH] dog: fix not to use both options -y and -z simultaneously

2015-01-22 Thread Hitoshi Mitake
At Fri, 23 Jan 2015 15:49:43 +0900, Teruaki Ishizaki wrote: Now, selectable block_size_shift feature don't support to use HyperVolume simultaneously. But, users can create a new VDI with both options, -y and -z, with dog command. This patch changes that users can't specify both those

Re: [sheepdog] [PATCH v2] sheepdog: selectable object size support

2015-01-22 Thread Teruaki Ishizaki
Hi, Hitoshi Thanks for your review! (2015/01/22 14:22), Hitoshi Mitake wrote: At Tue, 20 Jan 2015 16:14:28 +0900, Teruaki Ishizaki wrote: 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

[sheepdog] [PATCH] dog: fix not to use both options -y and -z simultaneously

2015-01-22 Thread Teruaki Ishizaki
Now, selectable block_size_shift feature don't support to use HyperVolume simultaneously. But, users can create a new VDI with both options, -y and -z, with dog command. This patch changes that users can't specify both those options to create a new VDI. Signed-off-by: Teruaki Ishizaki