[Bug 134638] Add striping to lvm creation

bugzilla at redhat.com bugzilla at redhat.com
Sat Feb 14 17:18:13 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=134638





--- Comment #20 from Curtis Doty <curtis at greenkey.net>  2009-02-14 12:18:09 EDT ---
Compelling reason #1: Creating an LVM strip in %post is quite ugly:

  extents=`lvm pvs --noheadings -o pv_pe_count /dev/sd{b,i,c,j,d,k} |awk
'{tot+=$1}END{print tot}'`
  stripesizeK=128
  lvm lvcreate -l$extents -nbar -I$stripesizeK -i2 foo /dev/sd{b,i,c,j,d,k}

Compelling reason #2: You can't do this for any system fs such as / or /usr.

Please re-open.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the fedora-triage-list mailing list