commit | 440ba08aea3d841996efaf6a6b88426b0d59abf4 | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Mon Aug 18 22:07:31 2014 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Aug 20 11:51:28 2014 +0200 |
tree | 43d6edcbbb02d93890e70c2ae3025ce320db7a99 | |
parent | 18a7d0c56e1377f3d5fa1dc4d78a15dbab01cd83 [diff] |
qcow2: Constant cache size in bytes Specifying the metadata cache sizes in clusters results in less clusters (and much less bytes) covered for small cluster sizes and vice versa. Using a constant byte size reduces this difference, and makes it possible to manually specify the cache size in an easily comprehensible unit. Signed-off-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>