]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/volumes: Add command to create nfs-ganesha clusters
authorVarsha Rao <varao@redhat.com>
Mon, 27 Jan 2020 10:06:48 +0000 (15:36 +0530)
committerVarsha Rao <varao@redhat.com>
Wed, 8 Apr 2020 09:19:43 +0000 (14:49 +0530)
commitcc50d4c154d1f2acee238b95484d429180eeec7b
tree58fe3c960215db0997802c14ad370e9bdd9b5524
parent8c945eda6ccd9828eb0e473fafe11d3555e5f9e0
mgr/volumes: Add command to create nfs-ganesha clusters

ceph fs nfs cluster create <cluster_id> [--size=1]

cluster_id: Name of the nfs cluster

This command creates a common recovery pool for all Ganesha daemons, creates
new user and nfs cluster. Orchestrator needs to be enabled.

Fixes: https://tracker.ceph.com/issues/44193
Signed-off-by: Varsha Rao <varao@redhat.com>
src/pybind/mgr/volumes/fs/nfs.py
src/pybind/mgr/volumes/module.py