]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes: Create multiple CephFS exports
authorVarsha Rao <varao@redhat.com>
Tue, 31 Mar 2020 11:48:03 +0000 (17:18 +0530)
committerVarsha Rao <varao@redhat.com>
Wed, 8 Jul 2020 05:36:34 +0000 (07:36 +0200)
commit3001d22abae7eab831f367ca677a1b0148c713fc
treeb419298c2e84da33948e16e1395e7ec23eb9f2b1
parentb3716fa554abafc14b6bffd1106bf55b323c97e0
mgr/volumes: Create multiple CephFS exports

Using the following fs nfs interface multiple exports can be created:
ceph fs nfs export create <fsname> <binding> --readonly --path=<pathname> --attach=<clusterid>

Note: Binding is pseudo path.

Signed-off-by: Varsha Rao <varao@redhat.com>
(cherry picked from commit 0b6343fb7e261b3fe509b463523e60d55145351b)
src/pybind/mgr/volumes/fs/nfs.py
src/pybind/mgr/volumes/module.py