Searched hist:f210a83c (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 052 | cf77b2d25eeabe268412cf41d4ea38ec5de8c611 Tue Sep 30 06:27:10 CDT 2014 Kevin Wolf <kwolf@redhat.com> qemu-iotests: Fix supported cache modes for 052
The requirement for this test case is really "no O_DIRECT", because the temporary snapshot for BDRV_O_SNAPSHOT is created in /tmp, which often is a tmpfs.
Commit f210a83c ('qemu-iotests: Add _default_cache_mode and _supported_cache_modes') turned the restriction into writethrough-only, but that's not really necessary.
Allow to run the test for any non-O_DIRECT cache modes, and use the global default of writeback if no cache mode is specified.
Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-id: 1412076430-11623-3-git-send-email-kwolf@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
|