Bug 1725077
| Summary: | creating a two-VDO-segment device with the same pool name for both gives an obscure error message | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Jakub Krysl <jkrysl> |
| Component: | kmod-kvdo | Assignee: | Joe Shimkus <jshimkus> |
| Status: | CLOSED ERRATA | QA Contact: | vdo-qe |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.1 | CC: | awalsh, bgurney, jkrysl |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | 8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 6.2.1.134 | Doc Type: | Bug Fix |
| Doc Text: |
Cause: Creating a two-segment VDO and then modifying the logical size of the first one can cause the volume to become inconsistent.
Consequence: The modified logical address space will cause a filesystem to think it has been corrupted.
Fix: Set VDO as a "singleton" device.
Result: Prevent users from specifying multiple device-mapper segments using VDO devices.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-11-05 22:12:41 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: | |||
|
Description
Jakub Krysl
2019-06-28 11:22:22 UTC
kmod-kvdo-6.2.1.138-57.el8.x86_64 # dmsetup create vdo_instance --table "0 1000 vdo V2 /dev/sda 2441609216 4096 32768 16380 off sync vdo_instance 1000 1000 vdo V2 /dev/sdc 2441609216 4096 32768 16380 off sync vdo_instance" [13934.406592] kvdo1:dmsetup: WARNING: Running in sync mode atop a device supporting flushes is dangerous! [13934.469591] device-mapper: table: 253:0: target type vdo must appear alone in table [13934.477247] device-mapper: ioctl: error adding target to table [13934.485321] kvdo1:dmsetup: journal being freed has uncommited entries So now the error message says the target has to be alone in the table. 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, 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-2019:3548 |