From f8634b46dbd8758ac4f75995a0b81e1599f24f23 Mon Sep 17 00:00:00 2001 From: N Balachandran Date: Tue, 18 Jun 2024 16:09:51 +0530 Subject: [PATCH] doc/rbd: fix typos in NVMe-oF docs. Signed-off-by: N Balachandran (cherry picked from commit 0cd415c53b49b2e9168df488340dab91d4c6badc) --- doc/rbd/nvmeof-requirements.rst | 2 +- doc/rbd/nvmeof-target-configure.rst | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/rbd/nvmeof-requirements.rst b/doc/rbd/nvmeof-requirements.rst index a53d1c2d76ce1..b36b229be5d6e 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 4aa7d6ab73f4c..896bc912f284e 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 ============= -- 2.39.5