From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QXKEN-0000Lq-Dd for garchives@archives.gentoo.org; Thu, 16 Jun 2011 21:36:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 829E41C0A9; Thu, 16 Jun 2011 21:35:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 41F021C0A9 for ; Thu, 16 Jun 2011 21:35:51 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B39C1B4006 for ; Thu, 16 Jun 2011 21:35:50 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2104) id 8268520054; Thu, 16 Jun 2011 21:35:48 +0000 (UTC) From: "Joshua Saddler (nightmorph)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: lvm2.xml X-VCS-Repository: gentoo X-VCS-Files: lvm2.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: <20110616213548.8268520054@flycatcher.gentoo.org> Date: Thu, 16 Jun 2011 21:35:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 17691cc3b7b71f2b18a895102c134644 nightmorph 11/06/16 21:35:48 Modified: lvm2.xml Log: update lvm2 guide for kernel options and baselayout2/openrc, patch from= nimiux on bug 371945 Revision Changes Path 1.26 xml/htdocs/doc/en/lvm2.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2= .xml?rev=3D1.26&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2= .xml?rev=3D1.26&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2= .xml?r1=3D1.25&r2=3D1.26 Index: lvm2.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- lvm2.xml 11 Feb 2009 06:42:14 -0000 1.25 +++ lvm2.xml 16 Jun 2011 21:35:48 -0000 1.26 @@ -1,8 +1,8 @@ - + =20 - + Gentoo LVM2 installation =20 @@ -24,8 +24,8 @@ =20 -2.7 -2009-02-10 +3 +2011-06-16 =20 Introduction @@ -67,9 +67,9 @@ =20

If you install LVM2 on a currently running system with some spare hard d= isk -space, you will need to enable the LVM2 module (dm-mod). Th= is -module is available in gentoo-sources. Compiling your kern= el and -getting LVM2 to work is covered later in this guide. +space, you will need to enable the LVM2 module (dm-mod) in = the +kernel. This module is available in gentoo-sources. Compili= ng +your kernel and getting LVM2 to work is covered later in this guide.

=20

@@ -176,11 +176,20 @@

=20

-Load the LVM2 dm-mod module. +Start the lvm service.

=20 -
-# modprobe dm-mod
+
+# rc-config start lvm
+
+ +

+It is recommended to add the lvm service to the boot runlevel. This way = LVM2 +will be activated each time the system boots. +

+ +
+# rc-config add lvm boot
 
=20

@@ -354,7 +363,7 @@ =20

 Device Drivers  --->
- Multi-device support (RAID and LVM)  --->
+ Multiple devices driver support (RAID and LVM) --->
    [*] Multiple devices driver support (RAID and LVM)
    < >   RAID support
    <M>   Device mapper support
@@ -365,19 +374,6 @@
 

=20

-After you have built your kernel and installed its modules, add the foll= owing -line to your /etc/modules.autoload.d/kernel-{KV} where {KV} -represents your kernel version (2.4 or 2.6) so that the LVM2 module gets= loaded -when your machine is booted: -

- -
-# nano -w /etc/modules.autoload.d/kernel-2.6
-(Add the following line)
-dm-mod
-
- -

Now, install the lvm2 package.

=20