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@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.
triage@lists.fedoraproject.org