From 3402c340340f4dc663967015ae551bc07b42279d Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sat, 19 Nov 2022 02:06:25 +1000 Subject: [PATCH] doc/man: disambiguate "user" in a command Explain that "user" means "RADOS client name" and "RADOS user", per a complaint solicited through the "Report Documentation Bugs" system. Signed-off-by: Zac Dover --- doc/man/8/mount.ceph.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/man/8/mount.ceph.rst b/doc/man/8/mount.ceph.rst index 5c9052aaa87..914cdc5068a 100644 --- a/doc/man/8/mount.ceph.rst +++ b/doc/man/8/mount.ceph.rst @@ -22,6 +22,9 @@ the real work. To mount a Ceph file system use:: mount.ceph name@07fe3187-00d9-42a3-814b-72a4d5e7d5be.fs_name=/ /mnt/mycephfs -o mon_addr=1.2.3.4 +where "name" is the RADOS client name (referred to hereafter as "RADOS user", +and meaning any individual or system actor such as an application). + Mount helper can fill in the cluster FSID by reading the ceph configuration file. Its recommended to call the mount helper via mount(8) as per::