]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr/volumes: Document 'fs subvolume authorized_list' cli 38160/head
authorKotresh HR <khiremat@redhat.com>
Tue, 5 Jan 2021 13:25:32 +0000 (18:55 +0530)
committerKotresh HR <khiremat@redhat.com>
Fri, 15 Jan 2021 04:40:43 +0000 (10:10 +0530)
Fixes: https://tracker.ceph.com/issues/44931
Signed-off-by: Kotresh HR <khiremat@redhat.com>
doc/cephfs/fs-volumes.rst

index d49146458315bd0e961bb91ba01f3dd7b9d6d8d8..96bee21430f4496ad3c725daa78b78fa8cc8344d 100644 (file)
@@ -183,6 +183,10 @@ Deauthorize cephx auth IDs, the read/read-write access to fs subvolumes::
 
     $ ceph fs subvolume deauthorize <vol_name> <sub_name> <auth_id> [--group_name=<group_name>]
 
+List cephx auth IDs authorized to access fs subvolume::
+
+    $ ceph fs subvolume authorized_list <vol_name> <sub_name> [--group_name=<group_name>]
+
 Fetch the absolute path of a subvolume using::
 
     $ ceph fs subvolume getpath <vol_name> <subvol_name> [--group_name <subvol_group_name>]