]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: add cython_rbd as a dependency to vstart target 18382/head
authorAli Maredia <amaredia@redhat.com>
Wed, 18 Oct 2017 22:07:30 +0000 (18:07 -0400)
committerAli Maredia <amaredia@redhat.com>
Thu, 19 Oct 2017 17:04:46 +0000 (13:04 -0400)
Without cython_rbd, there are import errors
in the mgr log and the ceph-mgr dashboard cannot be
viewed by building just the vstart target.

Signed-off-by: Ali Maredia <amaredia@redhat.com>
src/CMakeLists.txt

index 62a6ecc5d6eeed90d48df17fcdfa2015f1df99e0..c48782888961cd28800bdda11196e41847450c2f 100644 (file)
@@ -1084,7 +1084,8 @@ add_custom_target(vstart-base DEPENDS
 
 add_custom_target(vstart DEPENDS
     vstart-base
-    ceph-mds)
+    ceph-mds
+    cython_rbd)
 if(WITH_RADOSGW)
   add_dependencies(vstart radosgw radosgw-admin)
 endif(WITH_RADOSGW)