Bug 1042510
Summary: | mirror and raid creation should be able to use -l100%FREE | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Corey Marthaler <cmarthal> |
Component: | lvm2 | Assignee: | LVM and device-mapper development team <lvm-team> |
lvm2 sub component: | Default / Unclassified | QA Contact: | cluster-qe <cluster-qe> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | low | ||
Priority: | low | CC: | agk, dwysocha, heinzm, jbrassow, msnitzer, nperic, peljasz, prajnoha, prockai, thornber, zkabelac |
Version: | 7.0 | Keywords: | Triaged |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | lvm2-2.02.114-2.el7.x86_64 | Doc Type: | Bug Fix |
Doc Text: |
Previously, when using '-l 100%FREE' to create RAID logical volumes, an error would result. This issue has been resolved.
|
Story Points: | --- |
Clone Of: | 829920 | Environment: | |
Last Closed: | 2015-03-05 13:07:33 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: | |||
Bug Depends On: | 829920, 1085904 | ||
Bug Blocks: | 1075262 |
Comment 3
Jonathan Earl Brassow
2014-12-03 00:21:21 UTC
Putting this bug in POST (even though it should be in MODIFIED) to ensure that it gets into the errata. [root@virt-140 ~]# lvcreate -i 2 -n stripe -l100%FREE vg Using default stripesize 64.00 KiB. Rounding size (33277 extents) down to stripe boundary size (33276 extents) Logical volume "stripe" created. [root@virt-140 ~]# lvcreate --type mirror -m 1 -n mirror -l100%FREE --corelog vg Logical volume "mirror" created. [root@virt-140 ~]# lvcreate -m 1 -n raid -l100%FREE vg Logical volume "raid" created. Marking verified with: 3.10.0-223.el7.x86_64 lvm2-2.02.114-5.el7 BUILT: Wed Jan 14 15:42:28 CET 2015 lvm2-libs-2.02.114-5.el7 BUILT: Wed Jan 14 15:42:28 CET 2015 lvm2-cluster-2.02.114-5.el7 BUILT: Wed Jan 14 15:42:28 CET 2015 device-mapper-1.02.92-5.el7 BUILT: Wed Jan 14 15:42:28 CET 2015 device-mapper-libs-1.02.92-5.el7 BUILT: Wed Jan 14 15:42:28 CET 2015 device-mapper-event-1.02.92-5.el7 BUILT: Wed Jan 14 15:42:28 CET 2015 device-mapper-event-libs-1.02.92-5.el7 BUILT: Wed Jan 14 15:42:28 CET 2015 device-mapper-persistent-data-0.4.1-2.el7 BUILT: Wed Nov 12 19:39:46 CET 2014 cmirror-2.02.114-5.el7 BUILT: Wed Jan 14 15:42:28 CET 2015 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://rhn.redhat.com/errata/RHBA-2015-0513.html |