diff options
author | John Snow <jsnow@redhat.com> | 2017-04-27 16:50:59 -0400 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2017-04-28 18:40:37 +0200 |
commit | 4f38497b0fc03dcb24c9014c2cf34d324ab20c1e (patch) | |
tree | 31d04a4c673650f41077645f4cfb7b75441e475e /tests | |
parent | db933fbe0646fb75f93bbb8eb7d4d9db31c4d345 (diff) |
iotests: clarify help text
Split the help text to highlight the groups of options
a little better, carving out a clear "format" and
"protocols" section.
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20170427205100.9505-2-jsnow@redhat.com
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qemu-iotests/common | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common index 9c6f9721e5..fa8e69e74c 100644 --- a/tests/qemu-iotests/common +++ b/tests/qemu-iotests/common @@ -138,7 +138,7 @@ common options -v verbose -d debug -check options +image format options -raw test raw (default) -bochs test bochs -cloop test cloop @@ -150,14 +150,18 @@ check options -vpc test vpc -vhdx test vhdx -vmdk test vmdk + -luks test luks + +image protocol options -file test file (default) -rbd test rbd -sheepdog test sheepdog -nbd test nbd -ssh test ssh -nfs test nfs - -luks test luks -vxhs test vxhs + +other options -xdiff graphical mode diff -nocache use O_DIRECT on backing file -misalign misalign memory allocations |