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.
Description of problem:
Version-Release number of selected component (if applicable):
lvm2-2.02.95-6.el7.x86_64
How reproducible:
Steps to Reproduce:
1. set mirror_segtype_default to raid1
grep mirror_segtype_default /etc/lvm/lvm.conf
# 'mirror_segtype_default' defines which segtype will be used when the
mirror_segtype_default = "raid1"
2. lvconvert /dev/vg/lv01 -m1
3. lvs
Actual results:
# lvs -a
LV VG Attr LSize Pool Origin Data% Move Log Copy% Convert
lv01 vg mwi-a-m- 40.00m lv01_mlog 100.00
Expected results:
should convert the lv01 to raid1 segtype.
Additional info:
Comment 2Jonathan Earl Brassow
2013-06-19 22:59:36 UTC
Created attachment 763162[details]
Upstream commit that resolves this issue
commit a6d13308ec0baca9a5bd48f80d02e5c71a54287f
Author: Jonathan Brassow <jbrassow>
Date: Wed Jun 19 17:50:10 2013 -0500
RAID/MIRROR: Honor mirror_segtype_default when upconverting linear LVs
If the user would upconvert a linear LV to a mirror without specifying
the segment type ("--type mirror" vs "--type raid1"), the "mirror"
segment type would be chosen without consulting the 'default_mirror_segtype'
setting in lvm.conf. This is now used as the basis for determining
which should be used if left unspecified.
This request was resolved in Red Hat Enterprise Linux 7.0.
Contact your manager or support representative in case you have further questions about the request.
Description of problem: Version-Release number of selected component (if applicable): lvm2-2.02.95-6.el7.x86_64 How reproducible: Steps to Reproduce: 1. set mirror_segtype_default to raid1 grep mirror_segtype_default /etc/lvm/lvm.conf # 'mirror_segtype_default' defines which segtype will be used when the mirror_segtype_default = "raid1" 2. lvconvert /dev/vg/lv01 -m1 3. lvs Actual results: # lvs -a LV VG Attr LSize Pool Origin Data% Move Log Copy% Convert lv01 vg mwi-a-m- 40.00m lv01_mlog 100.00 Expected results: should convert the lv01 to raid1 segtype. Additional info: