Skip to content

Commit 798378a

Browse files
PVC expansion-RoF limitation
1 parent 76e8f3c commit 798378a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

content/operate/kubernetes/re-clusters/auto-tiering.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ To deploy a Redis Enterprise cluster (REC) with Auto Tiering, you'll need to spe
4343

4444
{{<warning>}}Switching between storage engines (`speedb` and `rocksdb`) requires guidance by Redis Support or your Account Manager.{{</warning>}}
4545

46+
{{<warning>}}PVC expansion is not supported when using Auto Tiering. Do not enable `enablePersistentVolumeResize` in the REC `persistentSpec` if you are using `redisOnFlashSpec` as this will result in conflicts. {{</warning>}}
47+
4648
Here is an example of an REC custom resource with these attributes:
4749

4850
```YAML

content/operate/kubernetes/re-clusters/expand-pvc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ This process involves deleting and recreating the REC StatefulSet with a larger
3333

3434
{{<warning>}} OpenShift users should be aware that (`ClusterResourceQuota`) can limit the PVC expansion. Check your quota before resizing using `oc describe clusterresourcequota <quota-name>`.{{</warning>}}
3535

36+
{{<warning>}} PVC expansion is not supported when using Auto Tiering (Redis on Flash). Do not enable `enablePersistentVolumeResize` if your REC uses `redisOnFlashSpec` as this will result in conflicts. {{</warning>}}
37+
3638
## Expand REC PVC
3739

3840
1. Enable the REC persistent volume resize flag.

content/operate/kubernetes/release-notes/7-22-0-releases/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Redis Enterprise for Kubernetes 7.22.0 includes bug fixes, enhancements, and sup
2424

2525
- **When changing the REDB field `spec.modulesList`, version might be upgraded to latest, even if a different version is specified.** To prevent the upgrade to latest, set `spec.upgradeSpec.setModuleToLatest` to `false` before upgrading to 7.8.2-6.
2626

27+
- **PVC expansion is not supported when using Redis on Flash (Auto Tiering) (RED-165770)** Do not enable `enablePersistentVolumeResize` if your REC uses `redisOnFlashSpec` as this will result in conflicts.
28+
2729
- **Missing endpoint for admission endpoint (rare) (RED-119469)** Restart the operator pod.
2830

2931
- **The REDB “redisVersion” field can’t be used for memcached databases(RED-119152)**

0 commit comments

Comments
 (0)