]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/install: Keep the name field of the created user consistent with the node name... 59753/head
authorhejindong <wodeshijie3394@126.com>
Thu, 12 Sep 2024 07:14:21 +0000 (15:14 +0800)
committerGitHub <noreply@github.com>
Thu, 12 Sep 2024 07:14:21 +0000 (15:14 +0800)
If the user name does not match the name of the node that started the RADOSGW service, this will cause confusion for those who are new to ceph. Because they can't start the radosgw service normally as shown in the tutorial.

Signed-off-by: hejindong <wodeshijie3394@126.com>
doc/install/manual-deployment.rst

index 0eb759de701ce79e50bf44423123cc4d1f00e496..30d80d2681b426ff01da02e00e137e6e74f83b06 100644 (file)
@@ -475,7 +475,7 @@ thread on the ceph-users mailing list
 
    .. prompt:: bash #
       
-      ceph auth get-or-create client.short-hostname-of-rgw mon 'allow rw' osd 'allow rwx'
+      ceph auth get-or-create client.$(hostname -s) mon 'allow rw' osd 'allow rwx'
 
 #. On one of the RGW nodes, do the following: