commit | 0e4271b711a8ea766d29824c844e268b91ac3ae5 | [log] [tgz] |
---|---|---|
author | Hu Tao <hutao@cn.fujitsu.com> | Wed Sep 10 17:05:49 2014 +0800 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Sep 12 15:43:06 2014 +0200 |
tree | 8d00320ff6821eca68094864906838f3f4f5a6fe | |
parent | 06247428be8037b3739280f82cb29efe8397695f [diff] |
qcow2: Add falloc and full preallocation option preallocation=falloc allocates disk space by posix_fallocate(), preallocation=full allocates disk space by writing zeros to disk. Both modes imply preallocation=metadata. Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>