]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rbd: repair ordered list 55732/head
authorZac Dover <zac.dover@proton.me>
Fri, 23 Feb 2024 16:05:42 +0000 (02:05 +1000)
committerZac Dover <zac.dover@proton.me>
Fri, 23 Feb 2024 17:05:27 +0000 (03:05 +1000)
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 <zac.dover@proton.me>
(cherry picked from commit 6df12da2cd0946092fa49f8dbb7661e4487c3c22)

doc/rbd/nvmeof-target-configure.rst

index 13c22397d9c0dade55a8451384581efb2bbde06c..4aa7d6ab73f4c6c2b6d81120e65185fe7c7a5f4d 100644 (file)
@@ -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``.