From 2cc4a43eec1530787ac82a6ef37d9ed005ece883 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Tue, 29 Jun 2021 19:09:44 +0530 Subject: [PATCH] doc/mgr/nfs: update nfs links Signed-off-by: Varsha Rao (cherry picked from commit ce7fef695b82d798ed38728ccc032990b1ad9dd9) Conflicts: .github/labeler.yml doc/releases/pacific.rst --- .github/labeler.yml | 13 +++++++++++++ doc/cephadm/nfs.rst | 2 +- doc/cephfs/index.rst | 1 - doc/mgr/index.rst | 1 + doc/mgr/nfs.rst | 2 +- 5 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5719e113f156..e8b46b960061 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 631fe51bd0b7..a9ade73d54ad 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 02ae3e9b2934..1726b2f5f74b 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 0b03acfb9385..50754a5e2b54 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 14a4c6d1b134..9b827c47f9bc 100644 --- a/doc/mgr/nfs.rst +++ b/doc/mgr/nfs.rst @@ -1,4 +1,4 @@ -.. _cephfs-nfs: +.. _mgr-nfs: ======================= CephFS Exports over NFS -- 2.47.3