martin f. krafft: add link to togami remote raid1 conversion

Martin F. Krafft madduck at alioth.debian.org
Mon Oct 13 18:16:58 UTC 2008


Module: mdadm
Branch: deb/docs
Commit: 6d6ba849967e924a8f612da4b414bcd9b321fe05
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=6d6ba849967e924a8f612da4b414bcd9b321fe05

Author: martin f. krafft <madduck at madduck.net>
Date:   Wed Jul 16 18:29:44 2008 +0200

add link to togami remote raid1 conversion

---

 debian/README.recipes |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/debian/README.recipes b/debian/README.recipes
index d5603fe..09e990a 100644
--- a/debian/README.recipes
+++ b/debian/README.recipes
@@ -102,12 +102,15 @@ The latest version of this document is available here:
     mount /dev/md0 /home    # also change /etc/fstab
     mdadm --add /dev/md0 /dev/sda1
 
+    Warren Togami has a document explaining how to convert a filesystem on
+    a remote system via SSH: http://togami.com/~warren/guides/remoteraidcrazies/
+
 10b. convert existing filesystem to RAID 1 in-place
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     In-place conversion of /dev/sda1 to /dev/md0 is effectively
       mdadm --create /dev/md0 -l1 -n2 /dev/sda1 missing
     however, do NOT do this, as you risk filesystem corruption.
-  
+
     If you need to do this, first unmount and shrink the filesystem by
     a megabyte (if supported). Then run the above command, then (optionally)
     again grow the filesystem as much as possible.




More information about the pkg-mdadm-commits mailing list