RE: [suse-autoinstall] lvm volume group problem
Thanks! That worked. Just one problem. If I do a reinstall on this one. It complains about not being able to remove the existing LVs. Is there an option for the volume group to force it to recreate it so I don't have this problem? Thanks, Paul -----Original Message----- From: Uwe Gansert [mailto:ug@suse.de] Sent: Wednesday, March 22, 2006 1:08 PM To: suse-autoinstall@suse.com Subject: Re: [suse-autoinstall] lvm volume group problem On Wednesday 22 March 2006 19:05, discip@pjm.com wrote: it's like I told you in my last mail. Add the line to your profile that I have added below.
Sorry, here it is:
<partitioning config:type="list"> ... <drive> <device>/dev/vg0</device> <is_lvm_vg config:type="boolean">true</is_lvm_vg> <partitions config:type="list"> <partition> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <lv_name>USR</lv_name> <mount>/usr</mount> <size>2GB</size> </partition> </partitions> <use>all</use>
</drive> </partitioning>
-- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de -- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
On Monday 27 March 2006 16:58, discip@pjm.com wrote:
Just one problem. If I do a reinstall on this one. It complains about not being able to remove the existing LVs. Is there an option for the volume group to force it to recreate it so I don't have this problem?
try to remove all "<initialize...>" lines from your profile. If I remember correctly, there was a bug in SLES9 with removing LVMs. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de
participants (2)
-
discip@pjm.com
-
Uwe Gansert