rook/rook
Using encryptedDevice and host-based cluster, the OSD isn't resized when restarting it
Geschlossen
#13.262 geöffnet am 24.11.2023
bughelp wantedkeepalive
Repository-Metriken
- Stars
- (7.606 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 2T 23h) (170 gemergte PRs in 30 T)
Beschreibung
Is this a bug report or feature request?
- Bug Report
Deviation from expected behavior:
- Even after restarting the OSD deployments the size of the OSD is unchanged.
Expected behavior:
- Resizing OSD by initContainers when the OSD is restarting.
How to reproduce it (minimal and precise):
- Setup the host-based cluster.
- Set
spec.storage.config.encryptedDeviceto true in CephCluster CR. - Resize the disk that is using the OSD to larger than the OSD size.
- Restart the OSD.
File(s) to submit:
- Cluster CR (custom resource), typically called
cluster.yaml, if necessary
Logs to submit:
- Crashing pod(s) logs, if necessary
- The OSD pods are just starting fine.
Environment:
- Rook version (use
rook versioninside of a Rook Pod):rook: v1.12.8 go: go1.21.3 - Storage backend version (e.g. for ceph do
ceph -v):ceph version 17.2.6 (d7ff0d10654d2280e08f1ab989c7cdf3064446a5) quincy (stable) - Kubernetes version (use
kubectl version):Client Version: v1.28.2 Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3 Server Version: v1.28.3