r49 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Tue Aug 1 11:11:59 UTC 2006


Author: madduck
Date: 2006-08-01 11:11:58 +0000 (Tue, 01 Aug 2006)
New Revision: 49

Added:
   mdadm/trunk/debian/README.checkarray
Modified:
   mdadm/trunk/debian/README.recipes
   mdadm/trunk/debian/changelog
   mdadm/trunk/debian/mdadm.docs
Log:
* Added README.checkarray with some information about the check process.

Added: mdadm/trunk/debian/README.checkarray
===================================================================
--- mdadm/trunk/debian/README.checkarray	2006-07-31 15:31:07 UTC (rev 48)
+++ mdadm/trunk/debian/README.checkarray	2006-08-01 11:11:58 UTC (rev 49)
@@ -0,0 +1,18 @@
+checkarray notes
+================
+
+checkarray will run parity checks across all your redundant arrays. By
+default, it is configured to run on the first Sunday of each month, at 01:06
+in the morning. This is realised by asking cron to wake up every Sunday with
+/etc/cron.d/mdadm, but then only running the script when the day of the month
+is less than or equal to 7. See #380425.
+
+'check' is a read-only operation, even though the kernel logs may suggest
+otherwise.
+
+If while reading, a read error occurs, the check will trigger the normal
+response to read errors which is to generate the 'correct' data and try to
+write that out - so it is possible that a 'check' will trigger a write.
+However in the absence of read errors it is read-only.
+
+ -- martin f. krafft <madduck at debian.org>  Tue, 01 Aug 2006 12:08:05 +0100

Modified: mdadm/trunk/debian/README.recipes
===================================================================
--- mdadm/trunk/debian/README.recipes	2006-07-31 15:31:07 UTC (rev 48)
+++ mdadm/trunk/debian/README.recipes	2006-08-01 11:11:58 UTC (rev 49)
@@ -125,4 +125,15 @@
     mount /dev/md0 /home    # also change /etc/fstab
     mdadm --add /dev/md0 /dev/sda1
 
- -- martin f. krafft <madduck at debian.org>  Fri, 07 Jul 2006 10:51:29 +0200
+12. change the preferred minor of a RAID array
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+    # you need to manually assemble the array to change the preferred minor
+    # if you manually assemble, the superblock will be updated to reflect
+    # the preferred minor as you indicate with the assembly.
+    # for example, to set the preferred minor to 4:
+    mdadm --assemble /dev/md4 /dev/sd[abc]1
+
+    # if this does not work (you need a 2.6 kernel), try:
+    mdadm --assemble --update super-minor /dev/md4 /dev/sd[abc]1
+
+ -- martin f. krafft <madduck at debian.org>  Tue, 01 Aug 2006 12:08:22 +0100

Modified: mdadm/trunk/debian/changelog
===================================================================
--- mdadm/trunk/debian/changelog	2006-07-31 15:31:07 UTC (rev 48)
+++ mdadm/trunk/debian/changelog	2006-08-01 11:11:58 UTC (rev 49)
@@ -1,3 +1,9 @@
+mdadm (2.5.2-10) UNRELEASED; urgency=low
+
+  * Added README.checkarray with some information about the check process.
+
+ -- martin f. krafft <madduck at debian.org>  Tue,  1 Aug 2006 12:11:18 +0100
+
 mdadm (2.5.2-9) unstable; urgency=low
 
   * Added logcheck rules for kernel messages generated by checkarray, using

Modified: mdadm/trunk/debian/mdadm.docs
===================================================================
--- mdadm/trunk/debian/mdadm.docs	2006-07-31 15:31:07 UTC (rev 48)
+++ mdadm/trunk/debian/mdadm.docs	2006-08-01 11:11:58 UTC (rev 49)
@@ -1,6 +1,7 @@
 debian/README.recipes
 debian/README.initramfs-transition
 debian/README.mdrun
+debian/README.checkarray
 md.txt
 rootraiddoc.97.html
 RAID5_versus_RAID10.txt




More information about the pkg-mdadm-commits mailing list