]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: clarify mirror daemon user capability requirements
authorVenky Shankar <vshankar@redhat.com>
Thu, 11 Mar 2021 04:31:45 +0000 (23:31 -0500)
committerVenky Shankar <vshankar@redhat.com>
Tue, 23 Mar 2021 04:15:26 +0000 (09:45 +0530)
Fixes: http://tracker.ceph.com/issues/49619
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit 943ea38678ee6b3bc1c329c3cc56d0e61d87088e)

doc/dev/cephfs-mirroring.rst

index d99ea3c099ec0c2e8873fbe259a72e6898940149..ac2f13ef33a2e43e4fb46cc0ee4cc6dd2337a6fe 100644 (file)
@@ -30,7 +30,8 @@ Creating Users
 --------------
 
 Start by creating a user (on the primary/local cluster) for the mirror daemon. This user
-has restrictive capabilities on the MDS and the OSD::
+requires write capability on the metadata pool to create RADOS objects (index objects)
+for watch/notify operation and read capability on the data pool(s).
 
   $ ceph auth get-or-create client.mirror mon 'profile cephfs-mirror' mds 'allow r' osd 'allow rw tag cephfs metadata=*, allow r tag cephfs data=*' mgr 'allow r'