Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1439398

Summary: RAID TAKEOVER: attempting raid1 -> raid4 can result in "_rimage_0 already exists" failure
Product: Red Hat Enterprise Linux 7 Reporter: Corey Marthaler <cmarthal>
Component: lvm2Assignee: LVM and device-mapper development team <lvm-team>
lvm2 sub component: Mirroring and RAID QA Contact: cluster-qe <cluster-qe>
Status: CLOSED ERRATA Docs Contact:
Severity: medium    
Priority: unspecified CC: agk, heinzm, jbrassow, msnitzer, prajnoha, prockai, zkabelac
Version: 7.4   
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: lvm2-2.02.170-2.el7 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-01 21:52:19 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 Corey Marthaler 2017-04-05 22:42:37 UTC
Description of problem:

[root@host-122 ~]# lvcreate -m 1 --type raid1 -n LV1 -L 100M black_bird
  Logical volume "LV1" created.

[root@host-122 ~]# lvconvert --type raid4 black_bird/LV1
  Using default stripesize 64.00 KiB.
  Logical Volume LV1_rimage_0 already exists in volume group black_bird.
[root@host-122 ~]# echo $?
5

[root@host-122 ~]# lvs -a -o +devices,segtype
  LV             VG          Attr       LSize   Cpy%Sync Devices                         Type  
  LV1            black_bird  rwi-a-r--- 100.00m 100.00   LV1_rimage_0(0),LV1_rimage_1(0) raid4 
  [LV1_rimage_0] black_bird  iwi-aor--- 100.00m          /dev/sdf1(1)                    linear
  [LV1_rimage_1] black_bird  iwi-aor--- 100.00m          /dev/sdh1(1)                    linear
  [LV1_rmeta_0]  black_bird  ewi-aor---   4.00m          /dev/sdf1(0)                    linear
  [LV1_rmeta_1]  black_bird  ewi-aor---   4.00m          /dev/sdh1(0)                    linear


Version-Release number of selected component (if applicable):
3.10.0-635.el7.x86_64

lvm2-2.02.169-3.el7    BUILT: Wed Mar 29 09:17:46 CDT 2017
lvm2-libs-2.02.169-3.el7    BUILT: Wed Mar 29 09:17:46 CDT 2017
lvm2-cluster-2.02.169-3.el7    BUILT: Wed Mar 29 09:17:46 CDT 2017
device-mapper-1.02.138-3.el7    BUILT: Wed Mar 29 09:17:46 CDT 2017
device-mapper-libs-1.02.138-3.el7    BUILT: Wed Mar 29 09:17:46 CDT 2017
device-mapper-event-1.02.138-3.el7    BUILT: Wed Mar 29 09:17:46 CDT 2017
device-mapper-event-libs-1.02.138-3.el7    BUILT: Wed Mar 29 09:17:46 CDT 2017
device-mapper-persistent-data-0.7.0-0.1.rc6.el7    BUILT: Mon Mar 27 10:15:46 CDT 2017

Comment 2 Heinz Mauelshagen 2017-04-06 17:09:47 UTC
Upstream commit 3b1a96b9b3650f8776e9d09573bc7754f283e234

Comment 4 Corey Marthaler 2017-04-17 15:02:14 UTC
Fix verified in the latest rpms.

3.10.0-651.el7.x86_64

lvm2-2.02.170-2.el7    BUILT: Thu Apr 13 14:37:43 CDT 2017
lvm2-libs-2.02.170-2.el7    BUILT: Thu Apr 13 14:37:43 CDT 2017
lvm2-cluster-2.02.170-2.el7    BUILT: Thu Apr 13 14:37:43 CDT 2017
device-mapper-1.02.139-2.el7    BUILT: Thu Apr 13 14:37:43 CDT 2017
device-mapper-libs-1.02.139-2.el7    BUILT: Thu Apr 13 14:37:43 CDT 2017
device-mapper-event-1.02.139-2.el7    BUILT: Thu Apr 13 14:37:43 CDT 2017
device-mapper-event-libs-1.02.139-2.el7    BUILT: Thu Apr 13 14:37:43 CDT 2017
device-mapper-persistent-data-0.7.0-0.1.rc6.el7    BUILT: Mon Mar 27 10:15:46 CDT 2017



[root@host-128 ~]# lvcreate -m 1 --type raid1 -n LV1 -L 100M VG
  Logical volume "LV1" created.

[root@host-128 ~]# lvconvert --type raid4 VG/LV1
  Using default stripesize 64.00 KiB.
Are you sure you want to convert raid1 LV VG/LV1 to raid4 type? [y/n]: y
  Logical volume VG/LV1 successfully converted.
[root@host-128 ~]# echo $?
0

[root@host-128 ~]# lvs -a -o +devices,segtype
  LV             VG  Attr       LSize   Cpy%Sync Devices                         Type  
  LV1            VG  rwi-a-r--- 100.00m 100.00   LV1_rimage_0(0),LV1_rimage_1(0) raid4 
  [LV1_rimage_0] VG  iwi-aor--- 100.00m          /dev/sda1(1)                    linear
  [LV1_rimage_1] VG  iwi-aor--- 100.00m          /dev/sdb1(1)                    linear
  [LV1_rmeta_0]  VG  ewi-aor---   4.00m          /dev/sda1(0)                    linear
  [LV1_rmeta_1]  VG  ewi-aor---   4.00m          /dev/sdb1(0)                    linear

Comment 5 errata-xmlrpc 2017-08-01 21:52:19 UTC
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-2017:2222