On 08/22/2016 07:03 AM, Vasiliy Tolstov wrote: > 2016-08-18 19:29 GMT+03:00 Dusty Mabe <du...@dustymabe.com>: >> 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 > > > Thanks, i'm install my system =) >
Ok, just confirmed that once everything is in place you will be able to use the installer ISO and have software raid. There is some issue right now that is preventing the ISO images from getting produced with the correct tree. Once that clears up and we put out a new ISO you should be able to see something like this after boot: ``` -bash-4.3# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sr0 11:0 1 1024M 0 rom vda 252:0 0 15G 0 disk └─vda1 252:1 0 15G 0 part └─md0 9:0 0 15G 0 raid1 ├─atomicos-root 253:0 0 3G 0 lvm /sysroot ├─atomicos-boot 253:1 0 500M 0 lvm /boot ├─atomicos-docker--pool_tmeta 253:2 0 16M 0 lvm │ └─atomicos-docker--pool 253:4 0 4.6G 0 lvm └─atomicos-docker--pool_tdata 253:3 0 4.6G 0 lvm └─atomicos-docker--pool 253:4 0 4.6G 0 lvm vdb 252:16 0 15G 0 disk └─vdb1 252:17 0 15G 0 part └─md0 9:0 0 15G 0 raid1 ├─atomicos-root 253:0 0 3G 0 lvm /sysroot ├─atomicos-boot 253:1 0 500M 0 lvm /boot ├─atomicos-docker--pool_tmeta 253:2 0 16M 0 lvm │ └─atomicos-docker--pool 253:4 0 4.6G 0 lvm └─atomicos-docker--pool_tdata 253:3 0 4.6G 0 lvm └─atomicos-docker--pool 253:4 0 4.6G 0 lvm ```