commit | c6ccc2c5e6a58a847f51075abfef20e212c1a3e5 | [log] [tgz] |
---|---|---|
author | Nir Soffer <nirsof@gmail.com> | Fri Feb 17 02:51:27 2017 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Feb 24 16:09:23 2017 +0100 |
tree | de31e895999cfacd8fee6aba614fb28af93e3330 | |
parent | 5a1dad9d5a5777c4883de78d9f35bd8141175798 [diff] |
qemu-img: Improve documentation for PREALLOC_MODE_FALLOC Now that we are truncating the file in both PREALLOC_MODE_FULL and PREALLOC_MODE_OFF, not truncating in PREALLOC_MODE_FALLOC looks odd. Add a comment explaining why we do not truncate in this case. Signed-off-by: Nir Soffer <nirsof@gmail.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>