]> Git Repo - qemu.git/commit
qemu-img: add --shrink flag for resize
authorPavel Butsykin <[email protected]>
Mon, 18 Sep 2017 12:42:27 +0000 (15:42 +0300)
committerMax Reitz <[email protected]>
Tue, 26 Sep 2017 13:00:32 +0000 (15:00 +0200)
commit4ffca8904a350460cdaa6304ea8c9b9c693d2d91
tree3d7c0d764d18334222c11e84dc8a081361ada1b6
parent69ff158b677df0862b2f2639740c8fda5eb91599
qemu-img: add --shrink flag for resize

The flag is additional precaution against data loss. Perhaps in the future the
operation shrink without this flag will be blocked for all formats, but for now
we need to maintain compatibility with raw.

Signed-off-by: Pavel Butsykin <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Reviewed-by: John Snow <[email protected]>
Message-id: 20170918124230[email protected]
[mreitz: Added a missing space to a warning]
Signed-off-by: Max Reitz <[email protected]>
qemu-img-cmds.hx
qemu-img.c
qemu-img.texi
tests/qemu-iotests/102
tests/qemu-iotests/106
This page took 0.024212 seconds and 4 git commands to generate.