diff options
author | 叶海丰 <769358362@qq.com> | 2023-12-16 10:31:47 +0100 |
---|---|---|
committer | 叶海丰 <769358362@qq.com> | 2023-12-16 10:31:47 +0100 |
commit | 0ca294ecc52f4f5ad70ed26e1df7f63091a58892 (patch) | |
tree | 47191c13dad40f57cbe56f7482bef91ab60d6bc4 /doc | |
parent | doc/cephfs/client-auth.rst: correct ``fs authorize cephfs1 /dir1 client.x rw`` (diff) | |
download | ceph-0ca294ecc52f4f5ad70ed26e1df7f63091a58892.tar.xz ceph-0ca294ecc52f4f5ad70ed26e1df7f63091a58892.zip |
doc/cephfs/client-auth.rst: correct `This so because` to `This is because`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cephfs/client-auth.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cephfs/client-auth.rst b/doc/cephfs/client-auth.rst index 946211bf682..75528f91eae 100644 --- a/doc/cephfs/client-auth.rst +++ b/doc/cephfs/client-auth.rst @@ -314,7 +314,7 @@ Changing rw permissions in caps ------------------------------- It's not possible to modify caps by running ``fs authorize`` except for the -case when read/write permissions have to be changed. This so because the +case when read/write permissions have to be changed. This is because the ``fs authorize`` becomes ambiguous. For example, user runs ``fs authorize cephfs1 client.x /dir1 rw`` to create a client and then runs ``fs authorize cephfs1 client.x /dir2 rw`` (notice ``/dir1`` is changed to ``/dir2``). |