From: N Balachandran Date: Tue, 18 Jun 2024 10:39:51 +0000 (+0530) Subject: doc/rbd: fix typos in NVMe-oF docs. X-Git-Tag: v18.2.5~582^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F58188%2Fhead;p=ceph.git doc/rbd: fix typos in NVMe-oF docs. Signed-off-by: N Balachandran (cherry picked from commit 0cd415c53b49b2e9168df488340dab91d4c6badc) --- diff --git a/doc/rbd/nvmeof-requirements.rst b/doc/rbd/nvmeof-requirements.rst index a53d1c2d76c..b36b229be5d 100644 --- a/doc/rbd/nvmeof-requirements.rst +++ b/doc/rbd/nvmeof-requirements.rst @@ -11,4 +11,4 @@ network for the gateway. For hardware recommendations, see .. note:: On the NVMe-oF gateway, the memory footprint is a function of the number of mapped RBD images and can grow to be large. Plan memory - requirements accordingly based on the number RBD images to be mapped. + requirements accordingly based on the number of RBD images to be mapped. diff --git a/doc/rbd/nvmeof-target-configure.rst b/doc/rbd/nvmeof-target-configure.rst index 4aa7d6ab73f..896bc912f28 100644 --- a/doc/rbd/nvmeof-target-configure.rst +++ b/doc/rbd/nvmeof-target-configure.rst @@ -25,10 +25,10 @@ Explanation The Ceph NVMe-oF gateway is both an NVMe-oF target and a Ceph client. Think of it as a "translator" between Ceph's RBD interface and the NVME-oF protocol. The Ceph NVMe-oF gateway can run on a standalone node or be colocated with other -daemons, for example on a Ceph Object Store Disk (OSD) node. When colocating -the Ceph NVMe-oF gateway with other daemons, ensure that sufficient CPU and -memory are available. The steps below explain how to install and configure the -Ceph NVMe/TCP gateway for basic operation. +daemons, for example on an OSD node. When colocating the Ceph NVMe-oF gateway +with other daemons, ensure that sufficient CPU and memory are available. +The steps below explain how to install and configure the Ceph NVMe/TCP gateway +for basic operation. Installation @@ -52,7 +52,7 @@ Complete the following steps to install the Ceph NVME-oF gateway: .. prompt:: bash # - ceph orch apply nvmeof NVME-OF_POOL_NAME --placment="host01, host02" + ceph orch apply nvmeof NVME-OF_POOL_NAME --placement="host01, host02" Configuration =============