]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: add prompts to auth-config-ref.rst 49513/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:00:59 +0000 (04:00 +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>
doc/rados/configuration/auth-config-ref.rst

index 5abb5dc4ea7ee9ec42262ea2a17d69ebd4c5c03f..0e5455d11c235281eaf80db880a329166e18a1e1 100644 (file)
@@ -166,9 +166,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.