doc: fixed broken doc links

The deploy link in the README is broken.
Fixed more broken links requested by iPraveenParihar in #4958

Signed-off-by: 尤理衡 (Li-Heng Yu) <007seadog@gmail.com>
This commit is contained in:
尤理衡 (Li-Heng Yu)
2024-11-13 04:42:00 +08:00
committed by mergify[bot]
parent d651011026
commit dc4ca2015e
7 changed files with 11 additions and 11 deletions

View File

@ -28,7 +28,7 @@ a. get pv_name
### 2. Get omap key/value
a. get omapkey (suffix of csi.volumes.default is value used for the CLI option
[--instanceid](deploy-rbd.md#configuration) in the provisioner deployment.)
[--instanceid](rbd/deploy.md#configuration) in the provisioner deployment.)
```
rados listomapkeys csi.volumes.default -p pool_name | grep pv_name
@ -56,7 +56,7 @@ b. get omapval
### 3. Delete the RBD image or CephFS subvolume
a. remove rbd image(csi-vol-omapval, the prefix csi-vol is value of [volumeNamePrefix](deploy-rbd.md#configuration))
a. remove rbd image(csi-vol-omapval, the prefix csi-vol is value of [volumeNamePrefix](rbd/deploy.md#configuration))
```
rbd remove rbd_image_name -p pool_name

View File

@ -56,7 +56,7 @@ The snapshot is created on/for an existing PVC. You should
have a PVC in bound state before creating snapshot from it.
It is recommended to create a volume snapshot or a PVC clone
only when the PVC is not in use.
Please refer pvc creation [doc](https://github.com/ceph/ceph-csi/blob/devel/docs/deploy-cephfs.md)
Please refer pvc creation [doc](https://github.com/ceph/ceph-csi/blob/devel/docs/cephfs/deploy.md)
for more information on how to create a PVC.
- Verify if PVC is in Bound state