RFC: Disk specification by classes/tags

Gordon Messmer gordon.messmer at gmail.com
Tue Sep 6 22:02:20 UTC 2016


On 08/30/2016 01:36 PM, C. Petro wrote:
> What would be*really*  cool is a couple of built in tags (@local,
> @remote, etc.) but also a way to define NEW tags on the fly--for
> example having a PRE script that creates an MD device then tags that
> as @fred


You can already name individual MD devices:

%pre
mdadm --create /dev/md/boot --run --level=1 --raid-devices=2 
--metadata=1.0 /dev/sda2 /dev/sdb2
%end
...
raid /boot --device=boot --useexisting --fstype=ext4


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/kickstart-list/attachments/20160906/a4b65eb8/attachment.htm>


More information about the Kickstart-list mailing list