Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: udev-guide.xml
Date: Tue, 10 Apr 2007 21:03:18
Message-Id: E1HbNNF-0000fN-Ed@stork.gentoo.org
1 nightmorph 07/04/10 20:55:33
2
3 Modified: udev-guide.xml
4 Log:
5 removing outdated LVM2 section by Cardoe's request
6
7 Revision Changes Path
8 1.40 xml/htdocs/doc/en/udev-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.40&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?rev=1.40&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/udev-guide.xml?r1=1.39&r2=1.40
13
14 Index: udev-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v
17 retrieving revision 1.39
18 retrieving revision 1.40
19 diff -u -r1.39 -r1.40
20 --- udev-guide.xml 10 Apr 2007 06:48:59 -0000 1.39
21 +++ udev-guide.xml 10 Apr 2007 20:55:33 -0000 1.40
22 @@ -1,7 +1,7 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.39 2007/04/10 06:48:59 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/udev-guide.xml,v 1.40 2007/04/10 20:55:33 nightmorph Exp $ -->
28
29 <guide link="/doc/en/udev-guide.xml">
30 <title>Gentoo udev Guide</title>
31 @@ -19,8 +19,8 @@
32
33 <license/>
34
35 -<version>0.29</version>
36 -<date>2007-04-09</date>
37 +<version>0.30</version>
38 +<date>2007-04-10</date>
39
40 <chapter>
41 <title>What is udev?</title>
42 @@ -338,38 +338,6 @@
43 </body>
44 </section>
45 <section>
46 -<title>LVM2 Names Disappear</title>
47 -<body>
48 -
49 -<p>
50 -When you use <c>udev</c> and LVM2 together, you might notice that your created
51 -volume groups and logical volumes have disappeared. Well, they haven't, but they
52 -are unfortunately named <path>/dev/dm-#</path> with # being 0, 1, ...
53 -</p>
54 -
55 -<p>
56 -To fix this, edit <path>/etc/udev/rules.d/50-udev.rules</path> and uncomment the
57 -following line:
58 -</p>
59 -
60 -<pre caption="Uncomment this line from /etc/udev/rules.d/50-udev.rules">
61 -KERNEL="dm-[0-9]*", PROGRAM="/sbin/devmap_name %M %m", NAME="%k", SYMLINK="%c"
62 -</pre>
63 -
64 -<p>
65 -Next, install <c>sys-fs/multipath-tools</c> which contains the
66 -<c>devmap_name</c> application.
67 -</p>
68 -
69 -<pre caption="Installing multipath-tools">
70 -<comment>(At the moment of writing, multipath-tools is only available in the testing branch:)</comment>
71 -# <i>echo "=sys-fs/multipath-tools-0.4.2 ~x86" &gt;&gt; /etc/portage/package.keywords</i>
72 -# <i>emerge multipath-tools</i>
73 -</pre>
74 -
75 -</body>
76 -</section>
77 -<section>
78 <title>No Consistent Naming between DevFS and udev</title>
79 <body>
80
81
82
83
84 --
85 gentoo-doc-cvs@g.o mailing list