]> git.proxmox.com Git - mirror_qemu.git/commit - block/gluster.c
gluster: Return bdrv_has_zero_init = 0
authorKevin Wolf <kwolf@redhat.com>
Wed, 26 Jun 2013 07:41:57 +0000 (09:41 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 28 Jun 2013 07:20:27 +0000 (09:20 +0200)
commit8ab6feec2c7500faafd9a4571fb40d03dd360a64
tree0c77a6ed4487d8c299d96ee0330e9ca3395f318b
parent0b3f21e6a99c025c829d342ee417f317fe2e03b2
gluster: Return bdrv_has_zero_init = 0

GlusterFS volumes can be backed by block devices, in which case
bdrv_create() doesn't make sure that the image is zeroed out. It is
currently not possibly to detect whether a given image is backed by a
file or a block device, and incorrectly assuming that it is zeroed
corrupts images during qemu-img convert, so let's err on the side of
caution and always return 0.

Cc: qemu-stable@nongnu.org
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/gluster.c