commit | 8ab6feec2c7500faafd9a4571fb40d03dd360a64 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Jun 26 09:41:57 2013 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jun 28 09:20:27 2013 +0200 |
tree | 0c77a6ed4487d8c299d96ee0330e9ca3395f318b | |
parent | 0b3f21e6a99c025c829d342ee417f317fe2e03b2 [diff] |
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>