RAID chunk size configuration from kickstart

Jay Naikwadi jnaikwadi at asterdata.com
Tue Dec 21 19:47:37 UTC 2010


Well in my case the nodes did have exact same config so that is not issue.
But if kickstart command itself supported additional parameters it would 
have been lot simpler to specify chunk size. As in other cases we need 
to worry about different devices names(sd*/cciss*) etc and do all of 
this stuff in %post section to set the chunk size.

But just to confirm , so there is no way this can be done using 
kickstart 'raid' command and has to be done using tools like mdadm in 
%pre / %post sections ?

Thanks,
Jay

kickstart-list-request at redhat.com wrote:
> Send Kickstart-list mailing list submissions to
> 	kickstart-list at redhat.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://www.redhat.com/mailman/listinfo/kickstart-list
> or, via email, send a message with subject or body 'help' to
> 	kickstart-list-request at redhat.com
>
> You can reach the person managing the list at
> 	kickstart-list-owner at redhat.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Kickstart-list digest..."
>   
> ------------------------------------------------------------------------
>
> Subject:
> RE: RAID chunk size configuration from kickstart
> From:
> "Kovacs, Corey J." <cjk at techma.com>
> Date:
> Fri, 17 Dec 2010 23:04:28 -0800
> To:
> Discussion list about Kickstart <kickstart-list at redhat.com>
>
> To:
> Discussion list about Kickstart <kickstart-list at redhat.com>
>
>
>
>
>
>
>
>
> As far as I know, not for the root fs which "normally" shouldn't be a 
> problem since setting the chunk size is a performance tuning task and 
> you typically don't do high load tasks against your root fs (Well I 
> don't anyway). So, I'd suggest simply building a small root fs using 
> the normal kick start methods, then elsewhere in your post section, 
> manually create the raid device and file-system where you need to set 
> the chunk size. Also, this is sort of predicated by all of your nodes 
> are exactly the same and have exactly the same (or very similar) 
> workload. -C
> ------------------------------------------------------------------------
> *From:* kickstart-list-bounces at redhat.com 
> [kickstart-list-bounces at redhat.com] on behalf of Jay Naikwadi 
> [jnaikwadi at asterdata.com] *Sent:* Wednesday, December 15, 2010 2:10 PM 
> *To:* kickstart-list at redhat.com *Subject:* Re: RAID chunk size 
> configuration from kickstart
> Jay Naikwadi wrote:
>> Hi , I am trying to deploy software raid setup using  kickstart and 
>> was wondering if I can specify chunk-size as parameter in kickstart 
>> file.I am using RHEL 6.  I didn't see any documentation for this 
>> parameter in kickstart. The default installation seems to be using 
>> 512K as chunk size whereas I would like to set it to 8MB . This is 
>> new device configuration and there is nothing configured on system 
>> before this. If kickstart does not allow setting this parameter ,  Is 
>> there another way in %pre , %post sections where we can change it ? 
>>  How else this parameter could be set for  '/' ,  '/boot/' 
>>  partitions  on clean install ? Thanks and regards, Jay  
> Any suggestions about how this could be done ? -Jay
>
>   




More information about the Kickstart-list mailing list