Skip to content

Commit

Permalink
ioengines: bump up FIO_IOOPS_VERSION
Browse files Browse the repository at this point in the history
For fdp backend the way ruhs are fetched has been changed.
Earlier fdp_fetch_ruhs was called once with a buffer that can store
ruhs upto FDP_MAX_RUHS. The new fdp_fetch_ruhs is called twice. The
first call doesn't have any buffer for ruhs, and is only to get the
number of ruhs reported by the device. The second call has the buffer
that can store all the ruhs.

This impacts any external ioengines, so bump up FIO_IOOPS_VERSION.

Fixes: commit 56d1224 (dataplacement: update ruh info initialization)

Signed-off-by: Ankit Kumar <[email protected]>
  • Loading branch information
ankit-sam committed Jul 17, 2024
1 parent 6715cca commit 72fb820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ioengines.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "zbd_types.h"
#include "dataplacement.h"

#define FIO_IOOPS_VERSION 34
#define FIO_IOOPS_VERSION 35

#ifndef CONFIG_DYNAMIC_ENGINES
#define FIO_STATIC static
Expand Down

0 comments on commit 72fb820

Please sign in to comment.