diff options
author | Zac Dover <zac.dover@proton.me> | 2024-10-24 07:27:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-24 07:27:17 +0200 |
commit | 25d9bedaa10814a57ba30a89f3b302d94d77dbb2 (patch) | |
tree | d7889610133a12d5e54ebc2c8a5fca5751561e40 | |
parent | Merge pull request #59027 from hit1943/65971_fix (diff) | |
parent | doc/cephfs: edit "Disabling Volumes Plugin" (diff) | |
download | ceph-25d9bedaa10814a57ba30a89f3b302d94d77dbb2.tar.xz ceph-25d9bedaa10814a57ba30a89f3b302d94d77dbb2.zip |
Merge pull request #60465 from zdover23/wip-doc-2024-10-24-cephfs-troubleshooting
doc/cephfs: edit "Disabling Volumes Plugin"
Reviewed-by: Jos Collin <jcollin@redhat.com>
-rw-r--r-- | doc/cephfs/troubleshooting.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/cephfs/troubleshooting.rst b/doc/cephfs/troubleshooting.rst index 582daa10338..3bbf15c9d38 100644 --- a/doc/cephfs/troubleshooting.rst +++ b/doc/cephfs/troubleshooting.rst @@ -412,10 +412,11 @@ its associated key. A less drastic but half-fix is to change the osd cap for your user to just ``caps osd = "allow rw"`` and delete ``tag cephfs data=....`` -Disabling Volumes Plugin -======================== -In certain scenarios, volumes plugin might be needed to disabled to prevent compromise -for rest of the Ceph cluster. For details see: :ref:`disabling-volumes-plugin` +Disabling the Volumes Plugin +============================ +In certain scenarios, the Volumes plugin may need to be disabled to prevent +compromise for rest of the Ceph cluster. For details see: +:ref:`disabling-volumes-plugin` Reporting Issues ================ |