]> git.apps.os.sepia.ceph.com Git - ceph-ci.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 Apr 2020 09:19:43 +0000 (14:49 +0530)
commit960688169f26b0cdbbcd90d3e7cefe9a176d17dc
treebbf4159dd2652b8830bd3096928519f409849858
parente9f9e74f93251bffbd45f87c605ba7b928d6ebe7
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>
src/pybind/mgr/volumes/fs/nfs.py [new file with mode: 0644]
src/pybind/mgr/volumes/module.py
src/vstart.sh