Skip to content

Commit f420e47

Browse files
committed
Clarify shell commands usage
1 parent c75cb05 commit f420e47

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/include/cephadm.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,17 @@ cephadm based playbooks utilising stackhpc.cephadm Ansible Galaxy collection.
3434
Running Ceph commands
3535
=====================
3636

37-
Ceph commands can be run via ``cephadm shell`` utility container:
37+
Ceph commands are usually run inside a ``cephadm shell`` utility container:
3838

3939
.. code-block:: console
4040
4141
ceph# cephadm shell
4242
43-
This command will be only successful on ``mons`` group members (the admin key
44-
is copied only to those nodes).
43+
Operating a cluster requires a keyring with an admin access to be available for Ceph
44+
commands. Cephadm will copy such keyring to the nodes carrying
45+
`_admin <https://docs.ceph.com/en/quincy/cephadm/host-management/#special-host-labels>`__
46+
label - present on MON servers by default when using
47+
`StackHPC Cephadm collection <https://github.com/stackhpc/ansible-collection-cephadm>`__.
4548

4649
Adding a new storage node
4750
=========================

0 commit comments

Comments
 (0)