striped logical volume using kickstart install

Grant Street grants at al.com.au
Mon Jul 9 22:16:32 UTC 2007


The example below is a good example of using LVM. But it does not 
involve striping. I know how I can do raid 0 from kickstart but it looks 
like it uses linear mode rather than striped mode in LVM.

How do I tell kickstart to do LVM striping ?

Grant

Adhikari, Bimal wrote:
> part /boot --fstype ext3 --size=100
> part pv.17 --size=51200
> part pv.11 --size=20480
> part pv.13 --size=10240
> part pv.12 --size=10240
> part pv.15 --size=5120
> volgroup optvg --pesize=32768 pv.17
> volgroup homevg --pesize=32768 pv.13
> volgroup rootvg --pesize=32768 pv.11
> volgroup varvg --pesize=32768 pv.12
> volgroup swapvg --pesize=32768 pv.15
> logvol /opt --fstype ext3 --name=optlv --vgname=optvg --size=41152
> logvol /tmp --fstype ext3 --name=tmplv --vgname=rootvg --size=512
> logvol / --fstype ext3 --name=rootlv --vgname=rootvg --size=5120
> logvol /var --fstype ext3 --name=varlv --vgname=varvg --size=5120
> logvol /usr --fstype ext3 --name=usrlv --vgname=rootvg --size=5120
> logvol /home --fstype ext3 --name=homelv --vgname=homevg --size=5120
> logvol swap --fstype swap --name=swaplv --vgname=swapvg --size=4096 
> 
> -----Original Message-----
> From: redhat-sysadmin-list-bounces at redhat.com
> [mailto:redhat-sysadmin-list-bounces at redhat.com] On Behalf Of Grant
> Street
> Sent: Monday, July 09, 2007 1:44 AM
> To: redhat-sysadmin-list at redhat.com
> Subject: striped logical volume using kickstart install
> 
> Hello
> 
> Is it possible to create a striped logical volume during a kickstart
> install? I know you can do linear (by default) but how do you do
> striped?
> 
> Grant
> 
> --
> redhat-sysadmin-list mailing list
> redhat-sysadmin-list at redhat.com
> https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list
> 
> #####################################################################################
> Attention:
> The information contained in this message and or attachments is intended
> only for the person or entity to which it is addressed and may contain
> confidential and/or privileged material. Any review, retransmission,
> dissemination or other use of, or taking of any action in reliance upon,
> this information by persons or entities other than the intended recipient
> is prohibited. If you received this in error, please contact the sender and
> delete the material from any system and destroy any copies. (GWCC)
> #####################################################################################
> 
> --
> redhat-sysadmin-list mailing list
> redhat-sysadmin-list at redhat.com
> https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list




More information about the redhat-sysadmin-list mailing list