]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/man: disambiguate "user" in a command 48944/head
authorZac Dover <zac.dover@gmail.com>
Fri, 18 Nov 2022 16:06:25 +0000 (02:06 +1000)
committerZac Dover <zac.dover@gmail.com>
Fri, 18 Nov 2022 16:09:44 +0000 (02:09 +1000)
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 <zac.dover@gmail.com>
doc/man/8/mount.ceph.rst

index 5c9052aaa875319976868b39828fd2cf96c9efae..914cdc5068a8465a1dd75fd50fc5475bad7c32c8 100644 (file)
@@ -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::