Bug 133189

Summary: lvm not created in striped mode
Product: [Fedora] Fedora Reporter: Neal Becker <ndbecker2>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED NOTABUG QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 3CC: nobody+pnasrat
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-09-23 15:29:00 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 Neal Becker 2004-09-22 11:20:22 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.3; Linux) (KHTML, like Gecko)

Description of problem:
I selected lvm and set a stripe size, but my lvm was created in linear mode.

sudo /sbin/lvm lvdisplay -m
  --- Logical volume ---
  LV Name                /dev/VolGroup00/LogVol00
  VG Name                VolGroup00
  LV UUID                tGNb5U-6a4U-TNbO-Fc2b-nRIS-c1Rc-XPr4ye
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                66.94 GB
  Current LE             2142
  Segments               2
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:0
   
  --- Segments ---
  Logical extent 0 to 1071:
    Type  linear
    Physical volume /dev/sda3
    Physical extents 0 to 1071
   
  Logical extent 1072 to 2141:
    Type  linear
    Physical volume /dev/sdb3
    Physical extents 0 to 1069

Version-Release number of selected component (if applicable):
anaconda-10.0.2-4

How reproducible:
Always

Steps to Reproduce:
1.create new lvm with anaconda
2.
3.
    

Additional info:

Comment 1 Jeremy Katz 2004-09-22 16:05:16 UTC
Ermm, where did you set a stripe size?  There isn't an option for that
in the UI.

Comment 2 Neal Becker 2004-09-23 13:21:19 UTC
Well, there is an option for something that sure looks like it to me.  
There is a box to select 32k, 64k, etc.  What's that? 

Comment 3 Jeremy Katz 2004-09-23 15:29:00 UTC
That's the extent size for the PVs (which then dictates the maximum
size of a VG and LVs).