Skip to content

Commit 40ffe36

Browse files
iPraveenPariharmergify[bot]
authored andcommitted
doc: mention encryption is not supported for static PVC
Also add a generic warning under both RBD and CephFS sections that features requiring ceph-csi to manage the volume lifecycle are not supported for static PVC. Closes: #6209 Signed-off-by: Praveen M <m.praveen@ibm.com>
1 parent a2be164 commit 40ffe36

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

docs/static-pvc.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ existing RBD image or CephFS volume.
2121

2222
> [!warning]
2323
> static PVC can be created, deleted, mounted and unmounted but
24-
currently ceph-csi doesn't support other operations like snapshot,clone,
25-
resize, etc for static PVC
24+
currently ceph-csi doesn't support other operations like snapshot, clone,
25+
resize, encryption etc for static PVC
2626

2727
## RBD static PVC
2828

29+
> [!warning]
30+
> Features that require ceph-csi to manage the volume lifecycle are not
31+
supported for static RBD PVC
32+
2933
RBD images created manually can be mounted and unmounted to an app, below step
3034
shows how to create a RBD image, static PV, static PVC
3135

@@ -200,6 +204,10 @@ manually delete the RBD image if required
200204

201205
## CephFS static PVC
202206

207+
> [!warning]
208+
> Features that require ceph-csi to manage the volume lifecycle are not
209+
supported for static CephFS PVC
210+
203211
CephFS subvolume or volume created manually can be mounted and unmounted
204212
to an app, below steps show how to create a CephFS subvolume or volume,
205213
static PV and static PVC.

0 commit comments

Comments
 (0)