engine/rados: Add option to skip object creation
authorAdam Kupczyk <akupczyk@redhat.com>
Mon, 8 Feb 2021 11:58:05 +0000 (06:58 -0500)
committerAdam Kupczyk <akupczyk@redhat.com>
Tue, 16 Feb 2021 13:27:20 +0000 (14:27 +0100)
commit2b728756ade8545c340f8758125a7de83c0f0f4b
treeba9ef36a9a26b0506e6dec415866e50244002f48
parent2ef3c1b02473a14bf7b8b52e28d0cdded9c5cc9a
engine/rados: Add option to skip object creation

When `touch_objects` is false, connection procedure no longer attempts to create objects.
In such case ceph caches are untouched and do not affect quality of performance measurement.
But if `touch_object` is false, tests that read objects without creating them previously
will now fail.

Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
HOWTO
engines/rados.c
fio.1