nightmorph 13/01/18 23:06:26 Modified: lvm2.xml Log: fix outdated references to /dev/hd*, bug 414025
Revision Changes Path 1.30 xml/htdocs/doc/en/lvm2.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?r1=1.29&r2=1.30 Index: lvm2.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- lvm2.xml 1 Apr 2012 14:34:56 -0000 1.29 +++ lvm2.xml 18 Jan 2013 23:06:26 -0000 1.30 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.29 2012/04/01 14:34:56 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.30 2013/01/18 23:06:26 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide> @@ -24,8 +24,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>6</version> -<date>2012-04-01</date> +<version>7</version> +<date>2013-01-18</date> <chapter> <title>Introduction</title> @@ -207,7 +207,7 @@ filter = [ "a/.*/" ] <comment>(Replace it with the following one to scan /dev/sda and /dev/sdb and reject anything else)</comment> - filter = [ "a|/dev/hd[ab]|", "r/.*/" ] + filter = [ "a|/dev/sd[ab]|", "r/.*/" ] <comment>(Save the file and quit nano)</comment> # <i>vgscan</i> Reading all physical volumes. This may take a while... @@ -323,7 +323,7 @@ <p> Mount your partitions as described in the handbook and mount your LVM2 logical -volumes as if they were partitions. Replace the usual <path>/dev/hdxx</path> +volumes as if they were partitions. Replace the usual <path>/dev/sdxx</path> with <path>/dev/vg/logical_volumename</path>. </p>
