DFS fio engine


Johann
 

Hi there,

 

I just would like to share with you that the DAOS File System (DFS) engine has been integrated into the upstream FIO repository (https://github.com/axboe/fio).

 

How to build it on centos7:

 

$ sudo yum install centos-release-scl

$ sudo yum install -y git devtoolset-9-gcc libuuid-devel

$ scl enable devtoolset-9 bash

$ git clone http://git.kernel.dk/fio.git

$ cd fio

 

If DAOS is installed via RPMs:

$ ./configure 

 

Otherwise:

$ CFLAGS="-I/path/to/daos/install/include" LDFLAGS="-L/path/to/daos/install/lib64" ./configure

 

$ make -j install

 

How to use it:

 

$ export POOL= # your pool UUID

$ export CONT= # your container UUID

$ fio ./examples/dfs.fio

 

Those instructions will be integrated soon into our online documentation.

 

Cheers,

Johann

---------------------------------------------------------------------
Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris,
92196 Meudon Cedex, France
Registration Number:  302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.