]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rbd: fix typos in NVMe-oF docs. 58187/head
authorN Balachandran <nibalach@redhat.com>
Tue, 18 Jun 2024 10:39:51 +0000 (16:09 +0530)
committerZac Dover <zac.dover@proton.me>
Fri, 21 Jun 2024 09:13:08 +0000 (19:13 +1000)
Signed-off-by: N Balachandran <nibalach@redhat.com>
(cherry picked from commit 0cd415c53b49b2e9168df488340dab91d4c6badc)

doc/rbd/nvmeof-requirements.rst
doc/rbd/nvmeof-target-configure.rst

index a53d1c2d76ce15b3767c62a1923b0d8bcfaed0bb..b36b229be5d6eeb95589c9933f4559c7078707a5 100644 (file)
@@ -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.
index 4aa7d6ab73f4c6c2b6d81120e65185fe7c7a5f4d..896bc912f284e75bb38f8b2b8e2afc0f27b30d6d 100644 (file)
@@ -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
 =============