Skip to content

Commit 0cd415c

Browse files
committed
doc/rbd: fix typos in NVMe-oF docs.
Signed-off-by: N Balachandran <[email protected]>
1 parent 3ee066e commit 0cd415c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/rbd/nvmeof-requirements.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ network for the gateway. For hardware recommendations, see
1111

1212
.. note:: On the NVMe-oF gateway, the memory footprint is a function of the
1313
number of mapped RBD images and can grow to be large. Plan memory
14-
requirements accordingly based on the number RBD images to be mapped.
14+
requirements accordingly based on the number of RBD images to be mapped.

doc/rbd/nvmeof-target-configure.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ Explanation
2525
The Ceph NVMe-oF gateway is both an NVMe-oF target and a Ceph client. Think of
2626
it as a "translator" between Ceph's RBD interface and the NVME-oF protocol. The
2727
Ceph NVMe-oF gateway can run on a standalone node or be colocated with other
28-
daemons, for example on a Ceph Object Store Disk (OSD) node. When colocating
29-
the Ceph NVMe-oF gateway with other daemons, ensure that sufficient CPU and
30-
memory are available. The steps below explain how to install and configure the
31-
Ceph NVMe/TCP gateway for basic operation.
28+
daemons, for example on an OSD node. When colocating the Ceph NVMe-oF gateway
29+
with other daemons, ensure that sufficient CPU and memory are available.
30+
The steps below explain how to install and configure the Ceph NVMe/TCP gateway
31+
for basic operation.
3232

3333

3434
Installation
@@ -52,7 +52,7 @@ Complete the following steps to install the Ceph NVME-oF gateway:
5252

5353
.. prompt:: bash #
5454

55-
ceph orch apply nvmeof NVME-OF_POOL_NAME --placment="host01, host02"
55+
ceph orch apply nvmeof NVME-OF_POOL_NAME --placement="host01, host02"
5656

5757
Configuration
5858
=============

0 commit comments

Comments
 (0)