Bug 223673

Summary: RFE: striped logical volumes
Product: [Fedora] Fedora Reporter: Curtis Doty <curtis>
Component: anacondaAssignee: Chris Lumens <clumens>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-17 05:16:40 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:

Description Curtis Doty 2007-01-21 19:49:37 UTC
I'd like to be able to add something like this to a kickstart:

logvol /foo --vgname=dat --name=mystripe --size=10000 --fstype=ext3 \
  --stripes=3 --stripesize=128 --onpv=pv.1,pv.3,pv.4

Of course there could be a default stripesize. And probaby the physical volumes
too, by using lvm default of drawing from whatever was put in the volgroup.

But certainly some sanity checks are needed to ensure that the number of stripes
is appropriate for the physical volumes available or selected.

Comment 2 Curtis Doty 2007-02-17 05:16:40 UTC

*** This bug has been marked as a duplicate of 134638 ***