]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr: Add command to create exports for nfs-ganesha
authorVarsha Rao <varao@redhat.com>
Fri, 22 Nov 2019 05:34:01 +0000 (11:04 +0530)
committerVarsha Rao <varao@redhat.com>
Wed, 8 Jul 2020 05:36:33 +0000 (07:36 +0200)
commitc872f576b35df8fd55381e22785e95901058bc35
tree4d5dcb202e74018ceaa70a5f56da356db6db942f
parentc9bdbc57ef613703e8159610f0158d0b4404b724
mgr: Add command to create exports for nfs-ganesha

'ceph fs nfs create': This command creates export objects for nfs-ganesha.
vstart ganesha daemon fetches the export block from rados object.

Fixes: https://tracker.ceph.com/issues/44193
Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 960688169f26b0cdbbcd90d3e7cefe9a176d17dc)
src/pybind/mgr/volumes/fs/nfs.py [new file with mode: 0644]
src/pybind/mgr/volumes/module.py
src/vstart.sh