On 08/18/2016 05:53 AM, Vasiliy Tolstov wrote: > 2016-08-18 10:34 GMT+03:00 Vasiliy Tolstov <v.tols...@selfip.ru>: >> 2016-08-18 8:04 GMT+03:00 Dusty Mabe <du...@dustymabe.com>: >>> I believe I am able to recreate this issue. Will try to investigate some >>> more tomorrow. >> >> >> Thanks! I think that i have two problems - first - atomic host does >> not have mdadm at all. >> Second - dracut need to add mdadm inside initrd... If you fix this i >> can try to test new iso on server.
I opened up a PR to add mdadm: https://pagure.io/fedora-atomic/pull-request/8 > > > Can somebody provide me kickstart file piece for following disk layout > raid1 on sda and sdb devices (full device) > lvm volume group vg on raid1 device > lvm boot with ext4 and size 500M on volume group vg > lvm root with ext4 and size 50G on volume group vg So here is something that is close. Anaconda seems to require things be on a partition. part raid.01 --size=1 --grow --ondisk=sda part raid.02 --size=1 --grow --ondisk=sdb raid pv.01 --fstype="physical volume (LVM)" --level=1 --device=md0 raid.01 raid.02 volgroup atomicos pv.01 logvol /boot --size=500 --fstype="ext4" --name=boot --vgname=atomicos logvol / --size=3000 --fstype="xfs" --name=root --vgname=atomicos > > I'm try to build custom ostree repo for fedora 24 and create installer iso. > I want to use atomic fedora for someting like minimal vds hosting for > own needs, so i'm very interesting on fixing this issues =) >