diff options
author | Sam Lang <sam.lang@inktank.com> | 2013-02-21 07:38:14 -0600 |
---|---|---|
committer | Sam Lang <sam.lang@inktank.com> | 2013-03-16 11:45:36 -0500 |
commit | acae3d02b99b8ad9e6a2feba19f4d1869690f591 (patch) | |
tree | 9deaa32d804277cdaa866db672b2a499dc121661 /ceph.spec.in | |
parent | 0c7447576a7f4a0a6640337b6453f092cc00c389 (diff) | |
download | ceph-acae3d02b99b8ad9e6a2feba19f4d1869690f591.tar.gz |
pybind/cephfs: Add initial py wrappers for cephfs.
Initial Support for python bindings to libcephfs for testing
MDS backtraces with a the python script test-backtraces.py.
Signed-off-by: Sam Lang <sam.lang@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r-- | ceph.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in index 30e821e153e..afee3314289 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -562,6 +562,7 @@ fi %defattr(-,root,root,-) %{python_sitelib}/rados.py* %{python_sitelib}/rbd.py* +%{python_sitelib}/cephfs.py* ################################################################################# %files -n rest-bench |