nightmorph 07/04/10 20:55:33 Modified: udev-guide.xml Log: removing outdated LVM2 section by Cardoe's request
Revision Changes Path 1.40 xml/htdocs/doc/en/udev-guide.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.40&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.39&r2=1.40 Index: udev-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- udev-guide.xml 10 Apr 2007 06:48:59 -0000 1.39 +++ udev-guide.xml 10 Apr 2007 20:55:33 -0000 1.40 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.39 2007/04/10 06:48:59 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.40 2007/04/10 20:55:33 nightmorph Exp $ --> <guide link="/doc/en/udev-guide.xml"> <title>Gentoo udev Guide</title> @@ -19,8 +19,8 @@ <license/> -<version>0.29</version> -<date>2007-04-09</date> +<version>0.30</version> +<date>2007-04-10</date> <chapter> <title>What is udev?</title> @@ -338,38 +338,6 @@ </body> </section> <section> -<title>LVM2 Names Disappear</title> -<body> - -<p> -When you use <c>udev</c> and LVM2 together, you might notice that your created -volume groups and logical volumes have disappeared. Well, they haven't, but they -are unfortunately named <path>/dev/dm-#</path> with # being 0, 1, ... -</p> - -<p> -To fix this, edit <path>/etc/udev/rules.d/50-udev.rules</path> and uncomment the -following line: -</p> - -<pre caption="Uncomment this line from /etc/udev/rules.d/50-udev.rules"> -KERNEL="dm-[0-9]*", PROGRAM="/sbin/devmap_name %M %m", NAME="%k", SYMLINK="%c" -</pre> - -<p> -Next, install <c>sys-fs/multipath-tools</c> which contains the -<c>devmap_name</c> application. -</p> - -<pre caption="Installing multipath-tools"> -<comment>(At the moment of writing, multipath-tools is only available in the testing branch:)</comment> -# <i>echo "=sys-fs/multipath-tools-0.4.2 ~x86" >> /etc/portage/package.keywords</i> -# <i>emerge multipath-tools</i> -</pre> - -</body> -</section> -<section> <title>No Consistent Naming between DevFS and udev</title> <body> -- [email protected] mailing list
