]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: add prompts to auth-config-ref.rst 49516/head
authorZac Dover <zac.dover@gmail.com>
Mon, 19 Dec 2022 18:00:59 +0000 (04:00 +1000)
committerZac Dover <zac.dover@gmail.com>
Mon, 19 Dec 2022 18:20:34 +0000 (04:20 +1000)
Add unselectable prompts to doc/rados/configuration/auth-config-ref.rst.

https://tracker.ceph.com/issues/57108

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit 208bc2323bb311d9e2419182fb469498ca7739a4)

doc/rados/configuration/auth-config-ref.rst

index 4eeabea0d85a8443d698dc34a38ba5237bd28ee3..5cc13ff6a4bcc95c45b4e47f5f94afceccec81cd 100644 (file)
@@ -195,9 +195,11 @@ specify a ``keyring`` entry in your Ceph configuration file.
 We recommend copying the Ceph Storage Cluster's keyring file to nodes where you
 will run administrative commands, because it contains the ``client.admin`` key.
 
-To perform this step manually, execute the following::
+To perform this step manually, execute the following:
 
-       sudo scp {user}@{ceph-cluster-host}:/etc/ceph/ceph.client.admin.keyring /etc/ceph/ceph.client.admin.keyring
+.. prompt:: bash $
+
+   sudo scp {user}@{ceph-cluster-host}:/etc/ceph/ceph.client.admin.keyring /etc/ceph/ceph.client.admin.keyring
 
 .. tip:: Ensure the ``ceph.keyring`` file has appropriate permissions set
    (e.g., ``chmod 644``) on your client machine.