[CentOS] Kickstart file for software raid

Jerry Geis

jerry.geis at gmail.com
Wed Aug 29 19:52:28 UTC 2018


I am using a kickstart file for CentOS 7

raid /                                      --device=md0 --fstype="xfs"
--level=1 --useexisting
raid /home     --noformat       --device=md1
 --level=1 --useexisting

It is erroring out on the --useexisting.

The exact text is:
RAID volume "0" specified with "--useexisting" does not exist.

What did I do wrong?

Jerry



More information about the CentOS mailing list