[CentOS] CentOS7 kickstart failed ( no such option: --bytes-per-inode)

Mihoko.Tanaka at jp.yokogawa.com

Mihoko.Tanaka at jp.yokogawa.com
Thu Nov 19 12:51:06 UTC 2015


Dear All,

I'm trying to create a kickstart installer.
I specified an option --byes-per-inode to 'logvol' command, but I got a message "No such option: --bytes-per-inode" during installation.

Does anybody know a solution?

The following is the lines for disk partitioning definition specified in my kickstart file.
-------------------------
##
## Disk partitioning information
##
part /boot/efi --fstype="efi" --ondisk=sda --size=190
part /boot --fstype="xfs" --ondisk=sda --size=476
part pv.01 --fstype="lvmpv" --ondisk=sda --size=1 --grow
volgroup centos --pesize=4096 pv.01
logvol swap  --fstype="swap" --size=4096 --name=swap --vgname=centos
logvol /  --fstype="xfs" --size=9536 --name=root --vgname=centos
logvol /var  --fstype="xfs" --size=4768 --name=var --vgname=centos
logvol /opt  --fstype="xfs" --size=25600 --name=opt --vgname=centos
logvol /data  --fstype="xfs" --size=204800 --name=data --vgname=centos --bytes-per-inode=512 --grow
-------------------------

Thank you for your kind support in advance.


Best Regards,
Mihoko

----
Mihoko Tanaka

PA Information Products Sec.
PAS Product Managent Dept.
Systems Business Division
IA Platform Business Headquarters
YOKOGAWA Electric Corporation
Tel: +81-(0)422-5603 (Ext. 35623)

-----
CONFIDENTIAL: This e-mail may contain information that is confidential or otherwise protected from disclosure and intended only for the party to whom it is addressed. If you are not the intended recipient, please notify the sender by return and delete this e-mail. You are hereby formally advised that any unauthorized use, disclosure or copying of this email is strictly prohibited and may be unlawful.



More information about the CentOS mailing list