Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
nightmorph 09/02/11 06:42:15
Modified: lvm2.xml
Log:
options are not permitted after the a flag; bug 258547
Revision Changes Path
1.25 xml/htdocs/doc/en/lvm2.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/lvm2.xml?r1=1.24&r2=1.25
Index: lvm2.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- lvm2.xml 23 May 2008 19:49:18 -0000 1.24
+++ lvm2.xml 11 Feb 2009 06:42:14 -0000 1.25
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.24 2008/05/23 19:49:18 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.25 2009/02/11 06:42:14 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/lvm2.xml">
@@ -24,8 +24,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2.6</version>
-<date>2007-11-03</date>
+<version>2.7</version>
+<date>2009-02-10</date>
<chapter>
<title>Introduction</title>
@@ -458,9 +458,9 @@
<comment>(Deactivate all volumes first)</comment>
# <i>vgchange -a n</i>
<comment>(Export all the volumes)</comment>
-# <i>vgexport -a vg</i>
+# <i>vgexport -a</i>
<comment>(Import all volumes)</comment>
-# <i>vgimport -a vg</i>
+# <i>vgimport -a</i>
<comment>(Reactivate all volumes)</comment>
# <i>vgchange -a y</i>
</pre>
|
|