From: Varsha Rao Date: Tue, 29 Jun 2021 13:39:44 +0000 (+0530) Subject: doc/mgr/nfs: update nfs links X-Git-Tag: v16.2.7~116^2~62 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2cc4a43eec1530787ac82a6ef37d9ed005ece883;p=ceph.git doc/mgr/nfs: update nfs links Signed-off-by: Varsha Rao (cherry picked from commit ce7fef695b82d798ed38728ccc032990b1ad9dd9) Conflicts: .github/labeler.yml doc/releases/pacific.rst --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 5719e113f15..e8b46b96006 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -225,3 +225,16 @@ tests: - 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 diff --git a/doc/cephadm/nfs.rst b/doc/cephadm/nfs.rst index 631fe51bd0b..a9ade73d54a 100644 --- a/doc/cephadm/nfs.rst +++ b/doc/cephadm/nfs.rst @@ -7,7 +7,7 @@ NFS Service .. 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. diff --git a/doc/cephfs/index.rst b/doc/cephfs/index.rst index 02ae3e9b293..1726b2f5f74 100644 --- a/doc/cephfs/index.rst +++ b/doc/cephfs/index.rst @@ -84,7 +84,6 @@ Administration MDS Configuration Settings Manual: ceph-mds <../../man/8/ceph-mds> Export over NFS - Export over NFS with volume nfs interface Application best practices FS volume and subvolumes CephFS Quotas diff --git a/doc/mgr/index.rst b/doc/mgr/index.rst index 0b03acfb938..50754a5e2b5 100644 --- a/doc/mgr/index.rst +++ b/doc/mgr/index.rst @@ -46,3 +46,4 @@ sensible. Orchestrator module Rook module MDS Autoscaler module + NFS module diff --git a/doc/mgr/nfs.rst b/doc/mgr/nfs.rst index 14a4c6d1b13..9b827c47f9b 100644 --- a/doc/mgr/nfs.rst +++ b/doc/mgr/nfs.rst @@ -1,4 +1,4 @@ -.. _cephfs-nfs: +.. _mgr-nfs: ======================= CephFS Exports over NFS