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

2015-01-26 Thread Teruaki Ishizaki
(2015/01/26 19:33), Kevin Wolf wrote: Am 26.01.2015 um 10:52 hat Teruaki Ishizaki geschrieben: Hi, Kevin Thanks for your review! (2015/01/23 22:53), Kevin Wolf wrote: Am 23.01.2015 um 09:24 hat Teruaki Ishizaki geschrieben: Previously, qemu block driver of sheepdog used hard-coded VDI

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

2015-01-26 Thread Kevin Wolf
Am 26.01.2015 um 10:52 hat Teruaki Ishizaki geschrieben: Hi, Kevin Thanks for your review! (2015/01/23 22:53), Kevin Wolf wrote: Am 23.01.2015 um 09:24 hat Teruaki Ishizaki geschrieben: Previously, qemu block driver of sheepdog used hard-coded VDI object size. This patch enables users to

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

2015-01-26 Thread Teruaki Ishizaki
Hi, Kevin Thanks for your review! (2015/01/23 22:53), Kevin Wolf wrote: Am 23.01.2015 um 09:24 hat Teruaki Ishizaki geschrieben: 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 object

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

2015-01-23 Thread Kevin Wolf
Am 23.01.2015 um 09:24 hat Teruaki Ishizaki geschrieben: 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 object size. When you start qemu, you don't need to specify additional command

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

2015-01-23 Thread Teruaki Ishizaki
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 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

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

2015-01-23 Thread Hitoshi Mitake
At Fri, 23 Jan 2015 17:24:00 +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 object size. When you start qemu, you don't need to specify additional