]> git.proxmox.com Git - qemu.git/commit
block: Add hint to -EFBIG error message
authorKevin Wolf <kwolf@redhat.com>
Tue, 14 May 2013 14:14:34 +0000 (16:14 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Tue, 14 May 2013 14:44:33 +0000 (16:44 +0200)
commitf3f4d2c09b9cf46903ba38425ec46c44185162bd
treec06947f5dbdc4b492739e0a0d1a52192e3b83d40
parent2cf7cfa1cde6672b8a35bbed3fbc989f28c05dce
block: Add hint to -EFBIG error message

The limit of qcow2 files at least depends on the cluster size. If the
image format has a cluster_size option, suggest to increase it.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
block.c