From: Zac Dover Date: Fri, 23 Feb 2024 16:05:42 +0000 (+1000) Subject: doc/rbd: repair ordered list X-Git-Tag: v19.1.0~280^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F55734%2Fhead;p=ceph.git 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) --- diff --git a/doc/rbd/nvmeof-target-configure.rst b/doc/rbd/nvmeof-target-configure.rst index 13c22397d9c0..4aa7d6ab73f4 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``.