Bug 755762
Summary: | LVM: vgsplit does not work with mirrors that have mirrored logs | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Corey Marthaler <cmarthal> | ||||
Component: | lvm2 | Assignee: | Jonathan Earl Brassow <jbrassow> | ||||
Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 5.8 | CC: | agk, cmarthal, dwysocha, heinzm, jbrassow, mbroz, prajnoha, prockai, syeghiay, thornber, zkabelac | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | lvm2-2.02.88-5.el5 | Doc Type: | Bug Fix | ||||
Doc Text: |
vgsplit is now able to split a volume group containing a mirror with mirrored logs.
|
Story Points: | --- | ||||
Clone Of: | 743932 | Environment: | |||||
Last Closed: | 2012-02-21 06:05:50 UTC | Type: | --- | ||||
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: | 743932 | ||||||
Bug Blocks: | 747120, 758797 | ||||||
Attachments: |
|
Comment 1
Corey Marthaler
2011-11-22 00:19:35 UTC
Created attachment 535200 [details]
RHEL5.8 port of upstream patch
Fixed in lvm2-2.02.88-5.el5. Fix verified in the latest rpms. 2.6.18-274.el5 lvm2-2.02.88-5.el5 BUILT: Fri Dec 2 12:25:45 CST 2011 lvm2-cluster-2.02.88-5.el5 BUILT: Fri Dec 2 12:48:37 CST 2011 device-mapper-1.02.67-2.el5 BUILT: Mon Oct 17 08:31:56 CDT 2011 device-mapper-event-1.02.67-2.el5 BUILT: Mon Oct 17 08:31:56 CDT 2011 cmirror-1.1.39-10.el5 BUILT: Wed Sep 8 16:32:05 CDT 2010 kmod-cmirror-0.1.22-3.el5 BUILT: Tue Dec 22 13:39:47 CST 2009 SCENARIO - [split_rlog_mirror_lv] Split out a redundant log mirrored lv on grant-01 free pvs for grant-01: /dev/sdb1 /dev/sdc2 /dev/sdc1 /dev/sdc3 /dev/sdb2 create a redundant log mirror deactivating seven/rlog grant-01: vgsplit -n rlog seven ten Deactivating and removing volume groups... SCENARIO - [split_rlog_mirror_pvs] Split out pvs of a redundant log mirror on grant-01 free pvs for grant-01: /dev/sdb2 /dev/sdc2 /dev/sdc3 /dev/sdb1 /dev/sdc1 create a redundant log mirror deactivating seven/rlog grant-01: vgsplit seven ten /dev/sdb2 /dev/sdc2 /dev/sdc3 Deactivating and removing volume groups... Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: vgsplit is now able to split a volume group containing a mirror with mirrored logs. 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. http://rhn.redhat.com/errata/RHBA-2012-0161.html |