mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
doc: Correct few doc errors
Fixes the typos in deploy-cephfs and development-guide docs. Signed-off-by: karthik-us <ksubrahm@redhat.com>
This commit is contained in:
parent
1bc090d975
commit
fb930243a8
@ -204,7 +204,7 @@ test the deployment further.
|
||||
|
||||
### Notes on volume deletion
|
||||
|
||||
Dynamically povisioned volumes are deleted by the driver, when requested to
|
||||
Dynamically provisioned volumes are deleted by the driver, when requested to
|
||||
do so. Statically provisioned volumes, from plugin versions less than or
|
||||
equal to 1.0.0, are a no-op when a delete operation is performed against the
|
||||
same, and are expected to be deleted on the Ceph cluster by the user.
|
||||
@ -235,4 +235,4 @@ can even be shared.
|
||||
However, not all KMS are supported in order to be compatible with
|
||||
[fscrypt](https://github.com/google/fscrypt). In general KMS that
|
||||
either store secrets to use directly (Vault), or allow access to the
|
||||
plain password (Kubernets Secrets) work.
|
||||
plain password (Kubernetes Secrets) work.
|
||||
|
@ -31,7 +31,7 @@ it is **highly** encouraged to:
|
||||
* Run
|
||||
|
||||
```console
|
||||
go get -d github.com/ceph/ceph-csi`
|
||||
go get -d github.com/ceph/ceph-csi
|
||||
```
|
||||
|
||||
This will just download the source and not build it. The downloaded source
|
||||
@ -40,7 +40,7 @@ it is **highly** encouraged to:
|
||||
* Add your fork as a git remote:
|
||||
|
||||
```console
|
||||
git remote add fork https://github.com/<your-github-username>/ceph-csi`
|
||||
git remote add fork https://github.com/<your-github-username>/ceph-csi
|
||||
```
|
||||
|
||||
* Set up a pre-commit hook to catch issues locally.
|
||||
|
Loading…
Reference in New Issue
Block a user