mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
Not all references to WITH_MDS were removed (see PR #10186). This
removes the final one (dependency of vstart on ceph-mds). Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
This commit is contained in:
parent
8912e0ef5b
commit
d0baaae825
@ -1523,10 +1523,8 @@ add_custom_target(vstart DEPENDS
|
||||
ceph-conf
|
||||
monmaptool
|
||||
crushtool
|
||||
cython_rados)
|
||||
if(WITH_MDS)
|
||||
add_dependencies(vstart ceph-mds)
|
||||
endif(WITH_MDS)
|
||||
cython_rados
|
||||
ceph-mds)
|
||||
if(WITH_RADOSGW)
|
||||
add_dependencies(vstart radosgw radosgw-admin)
|
||||
endif(WITH_RADOSGW)
|
||||
|
Loading…
Reference in New Issue
Block a user