ceph fs authorize *file_system_name* client.*client_name* /*specified_directory* rw
-For example, to restrict client ``foo`` to writing only in the ``bar`` directory of file system ``cephfs``, use ::
+For example, to restrict client ``foo`` to writing only in the ``bar`` directory of file system ``cephfs_a``, use ::
- ceph fs authorize cephfs client.foo / r /bar rw
+ ceph fs authorize cephfs_a client.foo / r /bar rw
results in:
To completely restrict the client to the ``bar`` directory, omit the
root directory ::
- ceph fs authorize cephfs client.foo /bar rw
+ ceph fs authorize cephfs_a client.foo /bar rw
Note that if a client's read access is restricted to a path, they will only
be able to mount the file system when specifying a readable path in the