mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 14:20:19 +00:00
doc: add imageFeatures parameter info to static-pvc.md
Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
c6bc84d847
commit
ba4e92eea9
@ -65,6 +65,7 @@ spec:
|
|||||||
"clusterID": "ba68226a-672f-4ba5-97bc-22840318b2ec"
|
"clusterID": "ba68226a-672f-4ba5-97bc-22840318b2ec"
|
||||||
"pool": "replicapool"
|
"pool": "replicapool"
|
||||||
"staticVolume": "true"
|
"staticVolume": "true"
|
||||||
|
"imageFeatures": "layering"
|
||||||
#mounter: rbd-nbd
|
#mounter: rbd-nbd
|
||||||
# volumeHandle should be same as rbd image name
|
# volumeHandle should be same as rbd image name
|
||||||
volumeHandle: static-image
|
volumeHandle: static-image
|
||||||
@ -78,12 +79,13 @@ spec:
|
|||||||
Below table explains the list of volume attributes can be set when creating a
|
Below table explains the list of volume attributes can be set when creating a
|
||||||
static RBD PV
|
static RBD PV
|
||||||
|
|
||||||
| Attributes | Description | Required |
|
| Attributes | Description | Required |
|
||||||
| :----------: | :--------------------------------------------------------------------------------------------------------------------------------------------------: | :------: |
|
| :-----------: | :--------------------------------------------------------------------------------------------------------------------------------------------------: | :------: |
|
||||||
| clusterID | The clusterID is used by the CSI plugin to uniquely identify and use a Ceph cluster (this is the key in configmap created duing ceph-csi deployment) | Yes |
|
| clusterID | The clusterID is used by the CSI plugin to uniquely identify and use a Ceph cluster (this is the key in configmap created duing ceph-csi deployment) | Yes |
|
||||||
| pool | The pool name in which rbd image is created | Yes |
|
| pool | The pool name in which rbd image is created | Yes |
|
||||||
| staticVolume | Value must be set to `true` to mount and unmount static rbd PVC | yes |
|
| staticVolume | Value must be set to `true` to mount and unmount static rbd PVC | Yes |
|
||||||
| mounter | If set to `rbd-nbd`, use `rbd-nbd` on nodes that have `rbd-nbd` and `nbd` kernel modules to map rbd images | No |
|
| imageFeatures | CSI RBD currently supports `layering, journaling, exclusive-lock` features. If `journaling` is enabled, must enable `exclusive-lock` too | Yes |
|
||||||
|
| mounter | If set to `rbd-nbd`, use `rbd-nbd` on nodes that have `rbd-nbd` and `nbd` kernel modules to map rbd images | No |
|
||||||
|
|
||||||
**Note** ceph-csi does not supports rbd image deletion for static PV.
|
**Note** ceph-csi does not supports rbd image deletion for static PV.
|
||||||
`persistentVolumeReclaimPolicy` in PV spec must be set to `Retain` to avoid PV
|
`persistentVolumeReclaimPolicy` in PV spec must be set to `Retain` to avoid PV
|
||||||
|
Loading…
Reference in New Issue
Block a user