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)
#. 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``.