From: Kefu Chai Date: Mon, 15 May 2017 08:13:21 +0000 (+0800) Subject: fio: update README.md so only the fio ceph engine is built X-Git-Tag: v12.0.3~8^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1a0a89de96a82dbfe7e943084f5bb90ebe9620f7;p=ceph.git fio: update README.md so only the fio ceph engine is built Signed-off-by: Kefu Chai --- diff --git a/src/test/fio/README.md b/src/test/fio/README.md index 9864db5149ea..05c54442cc1a 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: