From: Zac Dover Date: Thu, 24 Oct 2024 04:52:58 +0000 (+1000) Subject: doc/cephfs: edit "Disabling Volumes Plugin" X-Git-Tag: testing/wip-vshankar-testing-20241029.045257-debug~28^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3e043a903ca26ce153093cbd7c498e2577c41d8a;p=ceph-ci.git doc/cephfs: edit "Disabling Volumes Plugin" Improve the English language in the section 'Disabling Volumes Plugin" (which here becomes "Disabling the Volumes Plugin") in the doc/cephfs/troubleshooting.rst file. The change here is similar to a change introduced in https://github.com/ceph/ceph/pull/60448/. That PR seems to be unable to pass the "make check", and this PR is part of a test to see if breaking the changes in that PR into several smaller changes results in mergeable PRs. Signed-off-by: Zac Dover --- 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 ================