From 410e2fbb075d3636110967c0c88e7250d2c15e1d Mon Sep 17 00:00:00 2001 From: Kotresh HR Date: Tue, 5 Jan 2021 18:55:32 +0530 Subject: [PATCH] doc/mgr/volumes: Document 'fs subvolume authorized_list' cli Fixes: https://tracker.ceph.com/issues/44931 Signed-off-by: Kotresh HR (cherry picked from commit 9f9f8adc47486432c746565ea5a1f204736632c1) --- doc/cephfs/fs-volumes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/cephfs/fs-volumes.rst b/doc/cephfs/fs-volumes.rst index 0dc6b94c682bf..79ae23c2e2be4 100644 --- a/doc/cephfs/fs-volumes.rst +++ b/doc/cephfs/fs-volumes.rst @@ -183,6 +183,10 @@ Deauthorize cephx auth IDs, the read/read-write access to fs subvolumes:: $ ceph fs subvolume deauthorize [--group_name=] +List cephx auth IDs authorized to access fs subvolume:: + + $ ceph fs subvolume authorized_list [--group_name=] + Fetch the absolute path of a subvolume using:: $ ceph fs subvolume getpath [--group_name ] -- 2.39.5