]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephfs-shell: add new CephFS shell
authorPavani Rajula <rpavani1998@gmail.com>
Wed, 18 Jul 2018 15:32:09 +0000 (21:02 +0530)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 3 Aug 2018 16:17:28 +0000 (09:17 -0700)
commita4a96a4aa92d8914121fab547f7202df2d813bef
tree2695bd56ecf2942a990b581ac240d5a4fc1467c6
parent77cdb2dccfabd420a0c058201c213337278cbe84
cephfs-shell: add new CephFS shell

The CephFS shell is an alternative client to access CephFS without mounting in
the usual way. The shell provides commands to interactively access the file
system, like put, ls, chmod, etc.

Fixes: http://tracker.ceph.com/issues/24286
Signed-off-by: Pavani Rajula <rpavani1998@gmail.com>
doc/cephfs/cephfs-shell.rst [new file with mode: 0644]
src/pybind/cephfs/cephfs.pyx [changed mode: 0644->0755]
src/tools/cephfs/cephfs-shell [new file with mode: 0644]