* Planning a bug-fix release for mdadm: mdadm 3.2.6
@ 2012-10-18 4:48 NeilBrown
2012-10-20 15:28 ` Michael Tokarev
0 siblings, 1 reply; 4+ messages in thread
From: NeilBrown @ 2012-10-18 4:48 UTC (permalink / raw)
To: linux RAID
[-- Attachment #1: Type: text/plain, Size: 674 bytes --]
Hi all,
I had hoped to be close to releasing mdadm-3.3 by now but that doesn't look
like it'll happen for a couple of months.
So I'm planning on releasing 3.2.6 which just has bug-fixes on top of 3.2.5
- no new features or possible breakage.
The "mdadm-3.2.x" branch of my git tree (git://neil.brown.name/mdadm)
contains what I have so far. If anyone knows of bugs in current mdadm that
really should be fixed for the next release and aren't in that tree, please
let me know (or even send me a patch).
If nothing happens to change my mind I'll release 3.2.6 seven days from now
(which is Thursday afternoon in my time zone - GMT+11).
NeilBrown
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Planning a bug-fix release for mdadm: mdadm 3.2.6
2012-10-18 4:48 Planning a bug-fix release for mdadm: mdadm 3.2.6 NeilBrown
@ 2012-10-20 15:28 ` Michael Tokarev
2012-10-20 15:44 ` Michael Tokarev
0 siblings, 1 reply; 4+ messages in thread
From: Michael Tokarev @ 2012-10-20 15:28 UTC (permalink / raw)
To: NeilBrown; +Cc: linux RAID
On 18.10.2012 08:48, NeilBrown wrote:
> The "mdadm-3.2.x" branch of my git tree (git://neil.brown.name/mdadm)
> contains what I have so far. If anyone knows of bugs in current mdadm that
> really should be fixed for the next release and aren't in that tree, please
> let me know (or even send me a patch).
There's apparently a small (but annoying when you hit it) bug mentioned in
http://bugs.debian.org/686703 -- when specifying --uuid, --homehost is NOT
ignored as it should be. I'm looking at it right now, so for now it is JFYI.
Thanks,
/mjt
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Planning a bug-fix release for mdadm: mdadm 3.2.6
2012-10-20 15:28 ` Michael Tokarev
@ 2012-10-20 15:44 ` Michael Tokarev
2012-10-21 22:01 ` NeilBrown
0 siblings, 1 reply; 4+ messages in thread
From: Michael Tokarev @ 2012-10-20 15:44 UTC (permalink / raw)
To: NeilBrown; +Cc: Sergey B Kirpichev, linux RAID
[-- Attachment #1: Type: text/plain, Size: 882 bytes --]
On 20.10.2012 19:28, Michael Tokarev wrote:
> On 18.10.2012 08:48, NeilBrown wrote:
>> The "mdadm-3.2.x" branch of my git tree (git://neil.brown.name/mdadm)
>> contains what I have so far. If anyone knows of bugs in current mdadm that
>> really should be fixed for the next release and aren't in that tree, please
>> let me know (or even send me a patch).
>
> There's apparently a small (but annoying when you hit it) bug mentioned in
> http://bugs.debian.org/686703 -- when specifying --uuid, --homehost is NOT
> ignored as it should be. I'm looking at it right now, so for now it is JFYI.
I just sent a trivial one-liner patch for this issue. It is applicable for
older releases too.
And here's another trivial bugfix, now for spelling mistakes in various
places, authred by Sergey Kirpichev (Cc'ed) and carried in debian mdadm
package. Please consider applying.
/mjt
[-- Attachment #2: spelling-and-manpages.patch --]
[-- Type: text/x-patch, Size: 2554 bytes --]
---
Build.c | 2 +-
md.4 | 2 +-
mdadm.8.in | 26 --------------------------
mdadm.conf.5 | 2 +-
super0.c | 2 +-
5 files changed, 4 insertions(+), 30 deletions(-)
--- a/Build.c
+++ b/Build.c
@@ -174,7 +174,7 @@
goto abort;
}
if ((stb.st_mode & S_IFMT)!= S_IFBLK) {
- fprintf(stderr, Name ": Wierd: %s is no longer a block device.\n",
+ fprintf(stderr, Name ": Weird: %s is no longer a block device.\n",
dv->devname);
goto abort;
}
--- a/md.4
+++ b/md.4
@@ -773,7 +773,7 @@
.I n
gives the md device number,
.I l
-gives the level, 0 for RAID0 or -1 for LINEAR,
+gives the level, 0 for RAID0 or \-1 for LINEAR,
.I c
gives the chunk size as a base-2 logarithm offset by twelve, so 0
means 4K, 1 means 8K.
--- a/mdadm.conf.5
+++ b/mdadm.conf.5
@@ -573,7 +573,7 @@
.br
HOMEHOST <system>
.br
-AUTO +1.x homehost -all
+AUTO +1.x homehost \-all
.SH SEE ALSO
.BR mdadm (8),
--- a/super0.c
+++ b/super0.c
@@ -445,7 +445,7 @@
sb32+MD_SB_GENERIC_CONSTANT_WORDS+7+1,
(MD_SB_WORDS - (MD_SB_GENERIC_CONSTANT_WORDS+7+1))*4);
if (verbose >= 0)
- fprintf (stderr, Name ": adjusting superblock of %s for 2.2/sparc compatability.\n",
+ fprintf (stderr, Name ": adjusting superblock of %s for 2.2/sparc compatibility.\n",
devname);
} else if (strcmp(update, "super-minor") ==0) {
sb->md_minor = info->array.md_minor;
--- a/mdadm.8.in
+++ b/mdadm.8.in
@@ -332,7 +332,6 @@
.IP "0, 0.90, default"
.el
.IP "0, 0.90"
-..
Use the original 0.90 format superblock. This format limits arrays to
28 component devices and limits component devices of levels 1 and
greater to 2 terabytes. It is also possible for there to be confusion
@@ -342,7 +341,6 @@
.IP "1, 1.0, 1.1, 1.2"
.el
.IP "1, 1.0, 1.1, 1.2 default"
-..
Use the new version-1 format superblock. This has fewer restrictions.
It can easily be moved between hosts with different endian-ness, and a
recovery operation can be checkpointed and restarted. The different
@@ -888,30 +886,6 @@
or
.BR \-\-build .
-.ig XX
-.\".TP
-.\".BR \-\-symlink = no
-.\"Normally when
-.\".B \-\-auto
-.\"causes
-.\".I mdadm
-.\"to create devices in
-.\".B /dev/md/
-.\"it will also create symlinks from
-.\".B /dev/
-.\"with names starting with
-.\".B md
-.\"or
-.\".BR md_ .
-.\"Use
-.\".B \-\-symlink=no
-.\"to suppress this, or
-.\".B \-\-symlink=yes
-.\"to enforce this even if it is suppressing
-.\".IR mdadm.conf .
-.\"
-.XX
-
.TP
.BR \-a ", " "\-\-add"
This option can be used in Grow mode in two cases.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Planning a bug-fix release for mdadm: mdadm 3.2.6
2012-10-20 15:44 ` Michael Tokarev
@ 2012-10-21 22:01 ` NeilBrown
0 siblings, 0 replies; 4+ messages in thread
From: NeilBrown @ 2012-10-21 22:01 UTC (permalink / raw)
To: Michael Tokarev; +Cc: Sergey B Kirpichev, linux RAID
[-- Attachment #1: Type: text/plain, Size: 1062 bytes --]
On Sat, 20 Oct 2012 19:44:14 +0400 Michael Tokarev <mjt@tls.msk.ru> wrote:
> On 20.10.2012 19:28, Michael Tokarev wrote:
> > On 18.10.2012 08:48, NeilBrown wrote:
> >> The "mdadm-3.2.x" branch of my git tree (git://neil.brown.name/mdadm)
> >> contains what I have so far. If anyone knows of bugs in current mdadm that
> >> really should be fixed for the next release and aren't in that tree, please
> >> let me know (or even send me a patch).
> >
> > There's apparently a small (but annoying when you hit it) bug mentioned in
> > http://bugs.debian.org/686703 -- when specifying --uuid, --homehost is NOT
> > ignored as it should be. I'm looking at it right now, so for now it is JFYI.
>
> I just sent a trivial one-liner patch for this issue. It is applicable for
> older releases too.
>
> And here's another trivial bugfix, now for spelling mistakes in various
> places, authred by Sergey Kirpichev (Cc'ed) and carried in debian mdadm
> package. Please consider applying.
>
> /mjt
I've applied these - thanks!
NeilBrown
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-10-21 22:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-18 4:48 Planning a bug-fix release for mdadm: mdadm 3.2.6 NeilBrown
2012-10-20 15:28 ` Michael Tokarev
2012-10-20 15:44 ` Michael Tokarev
2012-10-21 22:01 ` NeilBrown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).