From: Sage Weil Date: Mon, 26 Jul 2021 14:51:02 +0000 (-0400) Subject: doc/mgr/nfs: add note about incomplete ingress X-Git-Tag: v17.1.0~1281^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=684c6a2dbaf5c6c2d8d2abe24243f6b973d14c58;p=ceph.git doc/mgr/nfs: add note about incomplete ingress Signed-off-by: Sage Weil --- diff --git a/doc/mgr/nfs.rst b/doc/mgr/nfs.rst index 14e0cfc89ac..8fe112d6153 100644 --- a/doc/mgr/nfs.rst +++ b/doc/mgr/nfs.rst @@ -63,6 +63,14 @@ To deploy NFS with a high-availability front-end (virtual IP and load balancer), of keepalived and haproxy to provide an high-availability NFS frontend for the NFS service. +.. note:: The ingress implementation is not yet complete. Enabling + ingress will deploy multiple ganesha instances and balance + load across them, but a host failure will not immediately + cause cephadm to deploy a replacement daemon before the NFS + grace period expires. This high-availability functionality + is expected to be completed by the Quincy release (March + 2022). + For more details, refer :ref:`orchestrator-cli-placement-spec` but keep in mind that specifying the placement via a YAML file is not supported.