Bug 1956418
Summary: | [GSS][RFE] Automatic space reclaimation for RBD | ||
---|---|---|---|
Product: | [Red Hat Storage] Red Hat OpenShift Data Foundation | Reporter: | Shriya Mulay <smulay> |
Component: | csi-driver | Assignee: | Niels de Vos <ndevos> |
Status: | CLOSED ERRATA | QA Contact: | kmanohar |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.6 | CC: | anbehl, bkunal, cblum, ebeaudoi, etamir, gsitlani, hchiramm, jbiao, jijoy, madam, mhackett, muagarwa, ndevos, nravinas, nthomas, ocs-bugs, odf-bz-bot, prpandey, rar, sarora, shan, shilpsha, tdesala |
Target Milestone: | --- | Keywords: | FutureFeature |
Target Release: | ODF 4.10.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: |
.Automatic reclaim space for RADOS Block Devices
RADOS Block Devices(RBD) PersistentVolumes are thin-provisioned when created, meaning little space from the Ceph cluster is consumed. When data is stored on the PersistentVolume, the consumed storage increases automatically. However, after data is deleted, the consumed storage does not reduce, as the RBD PersistentVolume does not return the free space back to the Ceph cluster. In certain scenarios, it is required that the freed up space is returned to the Ceph cluster so that the other workloads can benefit from it.
With this update, the ReclaimSpace feature allows you to enable automatic reclaiming of freed up space from RBD PersistentVolumes with thin-provisioning. You can add an annotation to your PersistentVolume Claim, create a ReclaimSpaceCronJob for recurring space reclaiming, or run a ReclaimSpaceJob for a one-time operation.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2022-04-13 18:49:40 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 2056571 |
Description
Shriya Mulay
2021-05-03 16:14:18 UTC
Instead of running the trim on a schedule - does Ceph support continuous trimming? https://wiki.archlinux.org/title/Solid_state_drive#Continuous_TRIM Also - are we affected by these potential dm-crypt & trim issues? https://wiki.archlinux.org/title/Dm-crypt/Specialties#Discard/TRIM_support_for_solid_state_drives_(SSD) Please add doc text Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Important: Red Hat OpenShift Data Foundation 4.10.0 enhancement, security & bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:1372 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days |