Bug 1957850
| Summary: | [Rebase] Rebase device-mapper-persistent-data to version 0.9.0 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Marian Csontos <mcsontos> |
| Component: | device-mapper-persistent-data | Assignee: | Marian Csontos <mcsontos> |
| Status: | CLOSED ERRATA | QA Contact: | Filip Suba <fsuba> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 8.5 | CC: | agk, heinzm, lilin, lvm-team, msnitzer, thornber |
| Target Milestone: | beta | Keywords: | Rebase, Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | device-mapper-persistent-data-0.9.0-1.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-11-09 19:51:17 UTC | Type: | Component Upgrade |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Verified with device-mapper-persistent-data-0.9.0-1.el8. 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 (device-mapper-persistent-data bug fix and enhancement 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/RHBA-2021:4457 |
Version 0.9.0 apart from various small bug fixes introduces two new tools - thin_metadata_{pack,unpack} - these are intended to help where it is impossible to send whole (up to 16GB) metadata to support for inspection or manual repair. Usage is simple: 1. pack metadata: # thin_metadata_pack -i METADATA_DEVICE -o PACKED_FILE 2. unpack metadata: # thin_metadata_unpack -i PACKED_FILE -o METADATA_DEVICE