diff options
author | Kefu Chai <kchai@redhat.com> | 2017-05-15 10:13:21 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2017-05-15 10:13:46 +0200 |
commit | 1a0a89de96a82dbfe7e943084f5bb90ebe9620f7 (patch) | |
tree | 70eb59494f3c7256b4308f99943bce45125199ba | |
parent | Merge pull request #15076 from atheism/atheism-mailmap (diff) | |
download | ceph-1a0a89de96a82dbfe7e943084f5bb90ebe9620f7.tar.xz ceph-1a0a89de96a82dbfe7e943084f5bb90ebe9620f7.zip |
fio: update README.md so only the fio ceph engine is built
Signed-off-by: Kefu Chai <kchai@redhat.com>
-rw-r--r-- | src/test/fio/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/fio/README.md b/src/test/fio/README.md index 9864db5149e..05c54442cc1 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: |