mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 11:00:25 +00:00
cleanup: remove the use of text in markdown
We do not have `text` in the new section of the MarkDown Rules. Hence dropping them. Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
This commit is contained in:
parent
8475a3b97e
commit
817edfd1c7
@ -14,7 +14,7 @@ We have provisioner, controller expand and node stage secrets in storage class.
|
|||||||
For the provisioner and controller expand stage secret in storageclass, the
|
For the provisioner and controller expand stage secret in storageclass, the
|
||||||
user needs to have the below mentioned ceph capabilities.
|
user needs to have the below mentioned ceph capabilities.
|
||||||
|
|
||||||
```text
|
```
|
||||||
"mon", "profile rbd",
|
"mon", "profile rbd",
|
||||||
"mgr", "allow rw",
|
"mgr", "allow rw",
|
||||||
"osd", "profile rbd"
|
"osd", "profile rbd"
|
||||||
@ -23,7 +23,7 @@ user needs to have the below mentioned ceph capabilities.
|
|||||||
And for the node stage secret in storageclass, the user needs to have the
|
And for the node stage secret in storageclass, the user needs to have the
|
||||||
below mentioned ceph capabilities.
|
below mentioned ceph capabilities.
|
||||||
|
|
||||||
```text
|
```
|
||||||
"mon", "profile rbd",
|
"mon", "profile rbd",
|
||||||
"osd", "profile rbd",
|
"osd", "profile rbd",
|
||||||
"mgr", "allow rw"
|
"mgr", "allow rw"
|
||||||
@ -34,7 +34,7 @@ below mentioned ceph capabilities.
|
|||||||
Similarly in CephFS, for the provisioner and controller expand stage secret in
|
Similarly in CephFS, for the provisioner and controller expand stage secret in
|
||||||
storageclass, the user needs to have the below mentioned ceph capabilities.
|
storageclass, the user needs to have the below mentioned ceph capabilities.
|
||||||
|
|
||||||
```text
|
```
|
||||||
"mon", "allow r",
|
"mon", "allow r",
|
||||||
"mgr", "allow rw",
|
"mgr", "allow rw",
|
||||||
"osd", "allow rw tag cephfs metadata=*"
|
"osd", "allow rw tag cephfs metadata=*"
|
||||||
@ -43,7 +43,7 @@ storageclass, the user needs to have the below mentioned ceph capabilities.
|
|||||||
And for node stage secret in storageclass, the user needs to have
|
And for node stage secret in storageclass, the user needs to have
|
||||||
the below mentioned ceph capabilities.
|
the below mentioned ceph capabilities.
|
||||||
|
|
||||||
```text
|
```
|
||||||
"mon", "allow r",
|
"mon", "allow r",
|
||||||
"mgr", "allow rw",
|
"mgr", "allow rw",
|
||||||
"osd", "allow rw tag cephfs *=*",
|
"osd", "allow rw tag cephfs *=*",
|
||||||
|
@ -119,7 +119,7 @@ contribution. See the [DCO](DCO) file for details.
|
|||||||
Contributors sign-off that they adhere to these requirements by adding a
|
Contributors sign-off that they adhere to these requirements by adding a
|
||||||
Signed-off-by line to commit messages. For example:
|
Signed-off-by line to commit messages. For example:
|
||||||
|
|
||||||
```text
|
```
|
||||||
subsystem: This is my commit message
|
subsystem: This is my commit message
|
||||||
|
|
||||||
More details on what this commit does
|
More details on what this commit does
|
||||||
@ -144,7 +144,7 @@ We follow a rough convention for commit messages that is designed to answer two
|
|||||||
questions: what changed and why? The subject line should feature the what and
|
questions: what changed and why? The subject line should feature the what and
|
||||||
the body of the commit should describe the why.
|
the body of the commit should describe the why.
|
||||||
|
|
||||||
```text
|
```
|
||||||
cephfs: update cephfs resize
|
cephfs: update cephfs resize
|
||||||
|
|
||||||
use cephfs resize to resize subvolume
|
use cephfs resize to resize subvolume
|
||||||
@ -154,7 +154,7 @@ Signed-off-by: Random J Developer <random@developer.example.org>
|
|||||||
|
|
||||||
The format can be described more formally as follows:
|
The format can be described more formally as follows:
|
||||||
|
|
||||||
```text
|
```
|
||||||
<component>: <subject of the change>
|
<component>: <subject of the change>
|
||||||
<BLANK LINE>
|
<BLANK LINE>
|
||||||
<paragraph(s) with reason/description>
|
<paragraph(s) with reason/description>
|
||||||
|
Loading…
Reference in New Issue
Block a user