From: Kiefer Chang Date: Thu, 3 Sep 2020 14:32:12 +0000 (+0800) Subject: doc/dashboard: add information for Orchestrator NFS-Ganesha clusters X-Git-Tag: v16.1.0~811^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a5aaaa69cc82af2a6f4b7f0bd60ce2da5015c8c2;p=ceph.git doc/dashboard: add information for Orchestrator NFS-Ganesha clusters Fixes: https://tracker.ceph.com/issues/46492 Signed-off-by: Kiefer Chang --- diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index e486231c6df..a8c5de804d5 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -405,6 +405,9 @@ Alternatively, the realm, zonegroup, and zone can be manually created using ``ra See :ref:`orchestrator-cli-placement-spec` for details of the placement specification. + +.. _deploy-cephadm-nfs-ganesha: + Deploying NFS ganesha ===================== diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index cfa5454f0d6..db05f603915 100644 --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@ -1203,6 +1203,16 @@ When configuring the Ceph Dashboard with multiple NFS-Ganesha clusters, the Web UI will automatically allow to choose to which cluster an export belongs. +Support for NFS-Ganesha Clusters Deployed by the Orchestrator +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Ceph Dashboard can be used to manage NFS-Ganesha clusters deployed by the +Orchestrator. It can detect the clusters automatically. For more details +on deploying NFS-Ganesha clusters with the Orchestrator, please see :ref:`orchestrator-cli-stateless-services`. +Or particularly, see :ref:`deploy-cephadm-nfs-ganesha` for how to deploy +NFS-Ganesha clusters with the Cephadm backend. + + Plug-ins -------- diff --git a/doc/mgr/orchestrator.rst b/doc/mgr/orchestrator.rst index 72ea4f47a85..5629401f592 100644 --- a/doc/mgr/orchestrator.rst +++ b/doc/mgr/orchestrator.rst @@ -382,6 +382,9 @@ where ``name`` is the name of the CephFS and ``placement`` is a This command will create the required Ceph pools, create the new CephFS, and deploy mds servers. + +.. _orchestrator-cli-stateless-services: + Stateless services (MDS/RGW/NFS/rbd-mirror/iSCSI) =================================================