From 00a148ad6db54970614007419b35321f38a9afa0 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Tue, 20 Dec 2022 04:00:59 +1000 Subject: [PATCH] doc/rados: add prompts to auth-config-ref.rst Add unselectable prompts to doc/rados/configuration/auth-config-ref.rst. https://tracker.ceph.com/issues/57108 Signed-off-by: Zac Dover (cherry picked from commit 208bc2323bb311d9e2419182fb469498ca7739a4) --- doc/rados/configuration/auth-config-ref.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/rados/configuration/auth-config-ref.rst b/doc/rados/configuration/auth-config-ref.rst index 5abb5dc4ea7ee..0e5455d11c235 100644 --- a/doc/rados/configuration/auth-config-ref.rst +++ b/doc/rados/configuration/auth-config-ref.rst @@ -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. -- 2.39.5