From 7d3443412ce8feadac4258f852c44d6947dd1389 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 26 Jul 2021 16:12:45 -0400 Subject: [PATCH] doc/mgr/nfs: reference customizing ingress Link to the cephadm docs on modifying the service directly. Signed-off-by: Sage Weil --- doc/cephadm/nfs.rst | 1 + doc/mgr/nfs.rst | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/doc/cephadm/nfs.rst b/doc/cephadm/nfs.rst index a9ade73d54a..99b7e35c59e 100644 --- a/doc/cephadm/nfs.rst +++ b/doc/cephadm/nfs.rst @@ -59,6 +59,7 @@ The specification can then be applied by running the following command: ceph orch apply -i nfs.yaml +.. _cephadm-ha-nfs: High-availability NFS ===================== diff --git a/doc/mgr/nfs.rst b/doc/mgr/nfs.rst index ae7b8bcb545..4b05544f60a 100644 --- a/doc/mgr/nfs.rst +++ b/doc/mgr/nfs.rst @@ -92,6 +92,13 @@ of the details of NFS redirecting traffic on the virtual IP to the appropriate backend NFS servers, and redeploying NFS servers when they fail. +Enabling ingress via the ``ceph nfs cluster create`` command deploys a +simple ingress configuration with the most common configuration +options. Ingress can also be added to an existing NFS service (e.g., +one created without the ``--ingress`` flag), and the basic NFS service can +also be modified after the fact to include non-default options, by modifying +the services directly. For more information, see :ref:`cephadm-ha-nfs`. + Show NFS Cluster IP(s) ---------------------- -- 2.39.5