public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jan Kundrat (jkt)" <jkt@gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: gentoo-x86+raid+lvm2-quickinstall.xml
Date: Tue, 15 Jun 2010 11:11:09 +0000 (UTC)	[thread overview]
Message-ID: <20100615111109.C966C2C621@corvid.gentoo.org> (raw)

jkt         10/06/15 11:11:09

  Modified:             gentoo-x86+raid+lvm2-quickinstall.xml
  Log:
  Use an older superblock version for / and /boot
  BUG: 308129

Revision  Changes    Path
1.26                 xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?r1=1.25&r2=1.26

Index: gentoo-x86+raid+lvm2-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- gentoo-x86+raid+lvm2-quickinstall.xml	26 Jan 2010 20:45:08 -0000	1.25
+++ gentoo-x86+raid+lvm2-quickinstall.xml	15 Jun 2010 11:11:09 -0000	1.26
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.25 2010/01/26 20:45:08 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.26 2010/06/15 11:11:09 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide>
@@ -29,8 +29,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>15</version>
-<date>2010-01-26</date>
+<version>16</version>
+<date>2010-06-15</date>
 
 <chapter>
 <title>Introduction</title>
@@ -178,7 +178,9 @@
 </pre>
 
 <p>
-Then create the RAID device nodes and devices:
+Then create the RAID device nodes and devices. Please bear in mind that the
+<c>/boot</c> and <c>/</c> mount points should use an older metadata format which
+can be specified by the <c>--metadata=0.90</c> flag:
 </p>
 
 <pre caption="Create device nodes and devices">
@@ -186,7 +188,7 @@
 livecd ~ # <i>mknod /dev/md3 b 9 3</i>
 livecd ~ # <i>mknod /dev/md4 b 9 4</i>
 
-livecd ~ # <i>mdadm --create /dev/md1 --level=1 --raid-devices=2 /dev/sda1 /dev/sdb1</i>
+livecd ~ # <i>mdadm --create /dev/md1 --level=1 --raid-devices=2 --metadata=0.90 /dev/sda1 /dev/sdb1</i>
 mdadm: array /dev/md1 started.
 livecd ~ # <i>mdadm --create /dev/md3 --level=1 --raid-devices=2 /dev/sda3 /dev/sdb3</i>
 mdadm: array /dev/md3 started.






                 reply	other threads:[~2010-06-15 11:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100615111109.C966C2C621@corvid.gentoo.org \
    --to=jkt@gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox