]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
fio: update README.md so only the fio ceph engine is built 15081/head
authorKefu Chai <kchai@redhat.com>
Mon, 15 May 2017 08:13:21 +0000 (16:13 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 15 May 2017 08:13:46 +0000 (16:13 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/fio/README.md

index 9864db5149ea4c05f3d4695c28fac5cccc1b1fc5..05c54442cc1a0a04c0c1d5a7677ba713c14b4373 100644 (file)
@@ -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: