On 18.04.2022 14:04, Natalia Kuzmina wrote:
Add parallels to list of formats that support consistency
checks by qemu-img check.
Signed-off-by: Natalia Kuzmina <natalia.kuzm...@openvz.org>
---
docs/tools/qemu-img.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/tools/qemu-img.rst b/docs/tools/qemu-img.rst
index 8885ea11cf..14e98df34f 100644
--- a/docs/tools/qemu-img.rst
+++ b/docs/tools/qemu-img.rst
@@ -332,7 +332,7 @@ Command description:
``-r all`` fixes all kinds of errors, with a higher risk of choosing the
wrong fix or hiding corruption that has already occurred.
- Only the formats ``qcow2``, ``qed`` and ``vdi`` support
+ Only the formats ``qcow2``, ``qed``, ``vdi`` and ``parallels`` support
consistency checks.
In case the image does not have any inconsistencies, check exits with ``0``.
This one has already been landed mainstream
https://marc.info/?l=qemu-devel&m=164994729129548&w=4
Den