]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
CMakeLists: add vstart-base target 12476/head
authorSage Weil <sage@redhat.com>
Wed, 14 Dec 2016 06:51:25 +0000 (00:51 -0600)
committerSage Weil <sage@redhat.com>
Wed, 14 Dec 2016 06:51:25 +0000 (00:51 -0600)
No mds or radosgw.  Add rados CLI.

Signed-off-by: Sage Weil <sage@redhat.com>
src/CMakeLists.txt

index 49b741e8752610c9ed06125dda1ee970234f2305..70cf75018c0072576fc9689775b900bffc665e03 100644 (file)
@@ -934,7 +934,7 @@ configure_file(
 add_subdirectory(brag)
 
 # Everything you need to spin up a cluster with vstart.sh
-add_custom_target(vstart DEPENDS
+add_custom_target(vstart-base DEPENDS
     ceph-osd
     ceph-mon
     ceph-mgr
@@ -942,12 +942,18 @@ add_custom_target(vstart DEPENDS
     ceph-conf
     monmaptool
     crushtool
+    rados
     cython_rados
+    )
+
+add_custom_target(vstart DEPENDS
+    vstart-base
     ceph-mds)
 if(WITH_RADOSGW)
   add_dependencies(vstart radosgw radosgw-admin)
 endif(WITH_RADOSGW)
 
+
 # Everything you need to run CephFS tests
 add_custom_target(cephfs_testing DEPENDS
     vstart