From 1a0a89de96a82dbfe7e943084f5bb90ebe9620f7 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 15 May 2017 16:13:21 +0800 Subject: [PATCH] fio: update README.md so only the fio ceph engine is built Signed-off-by: Kefu Chai --- src/test/fio/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/fio/README.md b/src/test/fio/README.md index 9864db5149ea4..05c54442cc1a0 100644 --- a/src/test/fio/README.md +++ b/src/test/fio/README.md @@ -49,11 +49,11 @@ Because the ObjectStore is not a public-facing interface, we build it inside of the ceph tree and load libfio_ceph_objectstore.so into fio as an external engine. -To build ceph with fio_ceph_objectstore: +To build fio_ceph_objectstore: ``` mkdir build && cd build cmake -DWITH_FIO=ON -DFIO_INCLUDE_DIR=/path/to/fio -DCMAKE_BUILD_TYPE=Release /path/to/ceph - make install + make -C src/test/fio install ``` If you install the ceph libraries to a location that isn't in your LD_LIBRARY_PATH, be sure to add it: -- 2.39.5