Skip to content

Commit 6df12da

Browse files
committed
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 ceph#55540 (comment) Signed-off-by: Zac Dover <[email protected]>
1 parent e754a39 commit 6df12da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/rbd/nvmeof-target-configure.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ To download it use the following command:
6666

6767
#. Create an NVMe subsystem:
6868

69-
.. prompt:: bash #
69+
.. prompt:: bash #
7070

71-
podman run -it quay.io/ceph/nvmeof-cli:latest --server-address GATEWAY_IP --server-port GATEWAY_PORT 5500 subsystem add --subsystem SUSYSTEM_NQN
71+
podman run -it quay.io/ceph/nvmeof-cli:latest --server-address GATEWAY_IP --server-port GATEWAY_PORT 5500 subsystem add --subsystem SUSYSTEM_NQN
7272

7373
The subsystem NQN is a user defined string, for example ``nqn.2016-06.io.spdk:cnode1``.
7474

0 commit comments

Comments
 (0)