- qa/tasks/**
- qa/workunits/**
- src/test/**
+
+nfs:
+ - src/pybind/mgr/nfs/**
+ - src/pybind/mgr/cephadm/services/nfs.py
+ - src/pybind/mgr/cephadm/templates/services/nfs/ganesha.conf.j2
+ - src/pybind/mgr/dashboard/services/ganesha.py
+ - src/pybind/mgr/dashboard/tests/test_ganesha.py
+ - qa/tasks/cephfs/test_nfs.py
+ - qa/tasks/mgr/dashboard/test_ganesha.py
+ - doc/mgr/nfs.rst
+ - doc/cephfs/nfs.rst
+ - doc/cephadm/nfs.rst
+ - doc/radosgw/nfs.rst
.. note:: Only the NFSv4 protocol is supported.
The simplest way to manage NFS is via the ``ceph nfs cluster ...``
-commands; see :ref:`cephfs-nfs`. This document covers how to manage the
+commands; see :ref:`mgr-nfs`. This document covers how to manage the
cephadm services directly, which should only be necessary for unusual NFS
configurations.
MDS Configuration Settings <mds-config-ref>
Manual: ceph-mds <../../man/8/ceph-mds>
Export over NFS <nfs>
- Export over NFS with volume nfs interface <fs-nfs-exports>
Application best practices <app-best-practices>
FS volume and subvolumes <fs-volumes>
CephFS Quotas <quota>
Orchestrator module <orchestrator>
Rook module <rook>
MDS Autoscaler module <mds_autoscaler>
+ NFS module <nfs>
-.. _cephfs-nfs:
+.. _mgr-nfs:
=======================
CephFS Exports over NFS