]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/mgr/volumes: Document 'fs subvolume authorized_list' cli
authorKotresh HR <khiremat@redhat.com>
Tue, 5 Jan 2021 13:25:32 +0000 (18:55 +0530)
committerKotresh HR <khiremat@redhat.com>
Fri, 5 Mar 2021 06:50:31 +0000 (12:20 +0530)
Fixes: https://tracker.ceph.com/issues/44931
Signed-off-by: Kotresh HR <khiremat@redhat.com>
(cherry picked from commit 9f9f8adc47486432c746565ea5a1f204736632c1)

doc/cephfs/fs-volumes.rst

index 0dc6b94c682bf97d5766e4cd0e207c810d4c7e05..79ae23c2e2be4f4f21e52496a05adda625588e47 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>]