]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: add cython_cephfs to vstart target 28876/head
authorKefu Chai <kchai@redhat.com>
Thu, 4 Jul 2019 07:07:06 +0000 (15:07 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 4 Jul 2019 07:13:06 +0000 (15:13 +0800)
commit13da624766a5a0fa2c2ffa4eca813ea636c1ea4c
tree2c81dc2fd2d7d415ca18d080eb39c59b944e2199
parent1c74e0ae42b8ff75bf1895620a891297b3fde358
cmake: add cython_cephfs to vstart target

in vstart.sh, if MDS is enabled, `ceph fs volume create` is used to
create cephfs volume. and `fs volume create` command is implemented by
`src/pybind/mgr/volumes/module.py`, which in turn uses `cephfs` python
binding indirectly. so we need to add `cephfs` to `vstart` target to
facilidate the cephfs development using vstart.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/CMakeLists.txt