Skip to content

Commit

Permalink
Merge pull request #485 from markhpc/wip-cephfs-enable_mdtest
Browse files Browse the repository at this point in the history
src/aiori-CEPHFS: re-enable mdtest support.
  • Loading branch information
JulianKunkel authored May 4, 2024
2 parents 54fd197 + 8679018 commit d1824c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aiori-CEPHFS.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ ior_aiori_t cephfs_aiori = {
.access = CEPHFS_Access,
.stat = CEPHFS_Stat,
.sync = CEPHFS_Sync,
.enable_mdtest = true,
};

#define CEPHFS_ERR(__err_str, __ret) do { \
Expand Down

0 comments on commit d1824c6

Please sign in to comment.