]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: clarify mirror daemon user capability requirements 39845/head
authorVenky Shankar <vshankar@redhat.com>
Thu, 11 Mar 2021 04:31:45 +0000 (23:31 -0500)
committerVenky Shankar <vshankar@redhat.com>
Thu, 11 Mar 2021 08:41:52 +0000 (03:41 -0500)
Fixes: http://tracker.ceph.com/issues/49619
Signed-off-by: Venky Shankar <vshankar@redhat.com>
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'