Should we support the "striped" and "mirror" segment types? I think at least one of those is the old lvm implementation and not using the md driver. My suspicion is the lvm team would steer you and anyone else away from using that.
Since there's no such thing as LVM RAID0, ``striped`` should definitely be supported. And while ``mirror`` is superseded by ``raid1``, it's still quite commonly used, AFAICT, especially because it is the default on RHEL 5 (if you just specify ``--mirrors=1`` and leave the decision about the type to LVM). So I think this decision should probably be left to anaconda and blivet-gui, but not blivet which also needs to deal with existing configurations.
anaconda-patches@lists.fedorahosted.org