]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Release mdadm-3.3.4 mdadm-3.3.x mdadm-3.3.4
authorNeilBrown <neilb@suse.com>
Mon, 3 Aug 2015 06:17:13 +0000 (16:17 +1000)
committerNeilBrown <neilb@suse.com>
Mon, 3 Aug 2015 06:17:13 +0000 (16:17 +1000)
Important bugfix release.

Signed-off-by: NeilBrown <neilb@suse.com>
ANNOUNCE-3.3.4 [new file with mode: 0644]
ReadMe.c
inventory
mdadm.8.in
mdadm.spec
mdassemble.8
mdmon.8

diff --git a/ANNOUNCE-3.3.4 b/ANNOUNCE-3.3.4
new file mode 100644 (file)
index 0000000..52b9456
--- /dev/null
@@ -0,0 +1,37 @@
+Subject: ANNOUNCE: mdadm 3.3.4 - A tool for managing md Soft RAID under Linux
+
+I am somewhat disappointed to have to announce the availability of
+   mdadm version 3.3.4
+
+It is available at the usual places:
+   http://www.kernel.org/pub/linux/utils/raid/mdadm/
+and via git at
+   git://github.com/neilbrown/mdadm
+   git://neil.brown.name/mdadm
+   http://git.neil.brown.name/git/mdadm.git
+
+In mdadm-3.3 a change was made to how IMSM (Intel Matrix Storage
+Manager) metadata was handled.  Previously an IMSM array would only
+be assembled if it was attached to an IMSM controller.
+
+In 3.3 this was relaxed as there are circumstances where the
+controller is not properly detected.  Unfortunately this has negative
+consequences which have only just come to light.
+
+If you have an IMSM RAID1 configured and then disable RAID in the
+BIOS, the metadata will remain on the devices.  If you then install
+some other OS on one device and then install Linux on the other, Linux
+might eventually start noticing the IMSM metadata (depending a bit on whether
+mdadm is included in the initramfs) and might start up the RAID1.  This could
+copy one device over the other, thus trashing one of the installations.
+
+Not good.
+
+So with this release IMSM arrays will only be assembled if attached to
+an IMSM controller, or if "--force" is given to --assemble, or if the
+environment variable IMSM_NO_PLATFORM is set (used primarily for
+testing).
+
+I strongly recommend upgrading to 3.3.4 if you are using 3.3 or later.
+
+NeilBrown 3rd August 2015.
index 8af8cd0f32da7126569328dfd65c53f2dc29de65..386d7a01f7685822e43521ded2e2d52095c53a0d 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
 #include "mdadm.h"
 
 #ifndef VERSION
-#define VERSION "3.3.3"
+#define VERSION "3.3.4"
 #endif
 #ifndef VERS_DATE
-#define VERS_DATE "24th July 2015"
+#define VERS_DATE "3rd August 2015"
 #endif
 char Version[] = "mdadm - v" VERSION " - " VERS_DATE "\n";
 
index 36f2e942a551f63d4701c2dca4eae3b69ae692c3..a9fc3c0188aebad3e651c0b386ae9d0b058570f1 100755 (executable)
--- a/inventory
+++ b/inventory
@@ -21,6 +21,7 @@ ANNOUNCE-3.3
 ANNOUNCE-3.3.1
 ANNOUNCE-3.3.2
 ANNOUNCE-3.3.3
+ANNOUNCE-3.3.4
 Assemble.c
 Build.c
 COPYING
index 912ee4c4fa4ac4d83c85b20c6c0cbf920eb9abf4..c25ac6c74aa0cb121ccf69372a6d12d33efd12fa 100644 (file)
@@ -5,7 +5,7 @@
 .\"   the Free Software Foundation; either version 2 of the License, or
 .\"   (at your option) any later version.
 .\" See file COPYING in distribution for details.
-.TH MDADM 8 "" v3.3.3
+.TH MDADM 8 "" v3.3.4
 .SH NAME
 mdadm \- manage MD devices
 .I aka
index b5e0b69482d9d95364adb627b8401f38726df0bb..293cb1904ad1973630e0682f910988bbe1866338 100644 (file)
@@ -1,6 +1,6 @@
 Summary:     mdadm is used for controlling Linux md devices (aka RAID arrays)
 Name:        mdadm
-Version:     3.3.3
+Version:     3.3.4
 Release:     1
 Source:      http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}.tar.gz
 URL:         http://neil.brown.name/blog/mdadm
index 9a009389be2304f2d977ec31d77598d7842e7f1b..7601b1aa66357d6df52d8e8b0fd705254e1090f2 100644 (file)
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH MDASSEMBLE 8 "" v3.3.3
+.TH MDASSEMBLE 8 "" v3.3.4
 .SH NAME
 mdassemble \- assemble MD devices
 .I aka
diff --git a/mdmon.8 b/mdmon.8
index 86fbb150efca8556fd496eb651e834a370caf708..beb82e035d0c015cfd7827a02a8c8e915cf91a89 100644 (file)
--- a/mdmon.8
+++ b/mdmon.8
@@ -1,5 +1,5 @@
 .\" See file COPYING in distribution for details.
-.TH MDMON 8 "" v3.3.3
+.TH MDMON 8 "" v3.3.4
 .SH NAME
 mdmon \- monitor MD external metadata arrays