No mds or radosgw. Add rados CLI.
Signed-off-by: Sage Weil <sage@redhat.com>
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
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