Mihoko.Tanaka at jp.yokogawa.com
2015-Nov-19 12:51 UTC
[CentOS] CentOS7 kickstart failed ( no such option: --bytes-per-inode)
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.
John Hodrien
2015-Nov-19 13:02 UTC
[CentOS] CentOS7 kickstart failed ( no such option: --bytes-per-inode)
On Thu, 19 Nov 2015, Mihoko.Tanaka at jp.yokogawa.com wrote:> 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?Wasn't that removed years ago? https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/sect-kickstart-syntax.html --mkfsoptions maybe? jh
Mihoko.Tanaka at jp.yokogawa.com
2015-Nov-19 23:39 UTC
[CentOS] CentOS7 kickstart failed ( no such option: --bytes-per-inode)
Thank you very much. Oh..I didn't know that had been removed years ago since I'm very new to CentOS. I'll check the option "--mkfsoptions". Appreciate! Best Regards, Mihoko -----Original Message----- From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On Behalf Of John Hodrien Sent: Thursday, November 19, 2015 10:02 PM To: CentOS mailing list Subject: Re: [CentOS] CentOS7 kickstart failed ( no such option: --bytes-per-inode) On Thu, 19 Nov 2015, Mihoko.Tanaka at jp.yokogawa.com wrote:> 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?Wasn't that removed years ago? https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/sect-kickstart-syntax.html --mkfsoptions maybe? jh _______________________________________________ CentOS mailing list CentOS at centos.org https://lists.centos.org/mailman/listinfo/centos ----- 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.