From 7fc57be5d1d051013fb485e79175a6f9872552d7 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sat, 24 Feb 2024 02:05:42 +1000 Subject: [PATCH] doc/rbd: repair ordered list Fix the numbering in an ordered list. The numbering was thrown off because a ".. prompt" directive was improperly indented (it wasn't indented at all). See https://github.com/ceph/ceph/pull/55540#discussion_r1500051264 Signed-off-by: Zac Dover (cherry picked from commit 6df12da2cd0946092fa49f8dbb7661e4487c3c22) --- doc/rbd/nvmeof-target-configure.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rbd/nvmeof-target-configure.rst b/doc/rbd/nvmeof-target-configure.rst index 13c22397d9c0d..4aa7d6ab73f4c 100644 --- a/doc/rbd/nvmeof-target-configure.rst +++ b/doc/rbd/nvmeof-target-configure.rst @@ -66,9 +66,9 @@ To download it use the following command: #. Create an NVMe subsystem: -.. prompt:: bash # + .. prompt:: bash # - podman run -it quay.io/ceph/nvmeof-cli:latest --server-address GATEWAY_IP --server-port GATEWAY_PORT 5500 subsystem add --subsystem SUSYSTEM_NQN + podman run -it quay.io/ceph/nvmeof-cli:latest --server-address GATEWAY_IP --server-port GATEWAY_PORT 5500 subsystem add --subsystem SUSYSTEM_NQN The subsystem NQN is a user defined string, for example ``nqn.2016-06.io.spdk:cnode1``. -- 2.39.5