In Anaconda, `logvol --fsoptions` ignored when kickstarting an s390x system
Issue
When attempting to kickstart an s390x system with the following kickstart options for disk partitioning, they are ignored:
logvol swap --fstype swap --name=swaplv --fsoptions="pri=10" --vgname=rootvg --size=2048
Once the system is installed, the entry for this line in /etc/fstab looks like the following (which doesn't include the options specified):
/dev/mapper/rootvg-swaplv swap swap defaults 0 0
Additionally the /root/anaconda-ks.cfg also does not have the fsoptions in it.
Environment
Red Hat Enterprise Linux 6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.