Bug 501437
| Summary: | [RFE] Add support for exclusively activating snapshots of clustered logical volumes | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Issue Tracker <tao> | |
| Component: | lvm2-cluster | Assignee: | Jonathan Earl Brassow <jbrassow> | |
| Status: | CLOSED ERRATA | QA Contact: | Cluster QE <mspqa-list> | |
| Severity: | low | Docs Contact: | ||
| Priority: | low | |||
| Version: | 5.3 | CC: | agk, casmith, ccaulfie, cmarthal, coughlan, dwysocha, fnadge, heinzm, iannis, jbrassow, mbroz, prockai, tao | |
| Target Milestone: | rc | Keywords: | FutureFeature, Triaged | |
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | lvm2-2.02.84-1.el5 | Doc Type: | Enhancement | |
| Doc Text: |
This field is the basis of the errata or release note for this bug. It can also be used for change logs.
The Technical Note template, known as CCFR, is as follows:
Cause
What actions or circumstances cause this bug to present.
Consequence
What happens when the bug presents.
Fix
What was done to fix the bug.
Result
What now happens when the actions or circumstances above occur.
Note: this is not the same as the bug doesn’t present anymore.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 527186 (view as bug list) | Environment: | ||
| Last Closed: | 2011-07-21 06:57:46 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: | 527186 | |||
| Bug Blocks: | 554476 | |||
|
Description
Issue Tracker
2009-05-19 06:01:55 UTC
upstream in version 2.02.83 Fixed in lvm2-2.02.84-1.el5 We need to turn on snap of mirrors if this is going to be a back port of the RHEL6.1 version of this bug. Otherwise we need to state that exclusive cmirror snaps are not supported. "Snapshots and mirrors may not yet be mixed." Does it give a sensible message? I don't think we will port snaps of mirrors in rhel5. A note will be needed. It does give a sensible message. So, I'll add the "needs tech notes" flag based on comment #12 and mark this feature verified for linear and stripe volumes only. [root@grant-02 ~]# lvchange -aye grant/linear grant/stripe grant/mirror [root@grant-02 ~]# lvs -a -o +devices LV VG Attr LSize Origin Snap% Log Copy% Devices linear grant -wi-a- 100.00M /dev/sdb1(0) mirror grant mwi-a- 100.00M mirror_mlog 100.00 mirror_mimage_0(0),mirror_mimage_1(0) [mirror_mimage_0] grant iwi-ao 100.00M /dev/sdb1(38) [mirror_mimage_1] grant iwi-ao 100.00M /dev/sdb2(13) [mirror_mlog] grant lwi-ao 4.00M /dev/sdc3(0) stripe grant -wi-a- 104.00M /dev/sdb1(25),/dev/sdb2(0) # CLUSTER LINEAR WORKS [root@grant-02 ~]# lvcreate -n snap1 -L 50M -s grant/linear Rounding up size to full physical extent 52.00 MB Logical volume "snap1" created # CLUSTER STRIPE WORKS [root@grant-02 ~]# lvcreate -n snap2 -L 50M -s grant/stripe Rounding up size to full physical extent 52.00 MB Logical volume "snap2" created # CLUSTER MIRROR DOES NOT WORK [root@grant-02 ~]# lvcreate -n snap3 -L 50M -s grant/mirror Rounding up size to full physical extent 52.00 MB Snapshots and mirrors may not yet be mixed. [root@grant-02 ~]# lvs -a -o +devices LV VG Attr LSize Origin Snap% Log Copy% Devices linear grant owi-a- 100.00M /dev/sdb1(0) mirror grant mwi-a- 100.00M mirror_mlog 100.00 mirror_mimage_0(0),mirror_mimage_1(0) [mirror_mimage_0] grant iwi-ao 100.00M /dev/sdb1(38) [mirror_mimage_1] grant iwi-ao 100.00M /dev/sdb2(13) [mirror_mlog] grant lwi-ao 4.00M /dev/sdc3(0) snap1 grant swi-a- 52.00M linear 0.02 /dev/sdb1(63) snap2 grant swi-a- 52.00M stripe 0.02 /dev/sdb1(76) stripe grant owi-a- 104.00M /dev/sdb1(25),/dev/sdb2(0)
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:
This field is the basis of the errata or release note for this bug. It can also be used for change logs.
The Technical Note template, known as CCFR, is as follows:
Cause
What actions or circumstances cause this bug to present.
Consequence
What happens when the bug presents.
Fix
What was done to fix the bug.
Result
What now happens when the actions or circumstances above occur.
Note: this is not the same as the bug doesn’t present anymore.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0986.html |