Improvements
Rook v1.6.7 is a patch release limited in scope and focusing on small feature additions and bug fixes.
Ceph
- Ignore atari partitions for OSDs when scanning disks. This is a partial fix for multiple OSDs being created unexpectedly per disk, causing OSD corruption. See details to know if your OSDs are affected (#8195, @BlaineEXE)
- Update CSIDriver object from betav1 to v1 (#8029, @Yuggupta27)
- Retry cluster reconcile immediately after cancellation (#8237, @travisn)
- Avoid operator resource over-usage when configuring RGW pools and memory limits are applied (#8238, @subhamkrai)
- Remove k8s.io/kubernetes as a code dependency (#7913, @abursavich)
- Silence harmless errors if the operator is still initializing (#8227, @leseb)
- If MDS resource limits are not set, assign mds_cache_memory_limit = resource requests * 0.8 (#8180, @subhamkrai)
- Do not require rgw instances spec for external clusters (#8219, @leseb)
- Add tls support to external rgw endpoint (#8092, @leseb)
- Stop overwriting shared livenessProbe when overridden (#8206, @llamerada-jp)
- Update cluster-on-pvc example for proper OSD scheduling (#8199, @travisn)