<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<link rel="alternate" type="text/html" href="http://neil.brown.name/blog/mdadm"/>

<title>mdadm</title>
<modified>2009-08-17T00:09:31Z</modified>
<author></author>
<entry>
<title>Converting RAID5 to RAID6 and other shape changing in md/raid</title>
<issued>2009-08-17T00:09:31Z</issued>
<modified>2009-08-17T00:09:31Z</modified>
<id>http://neil.brown.name/blog/20090817000931</id>
<link rel="alternate" type="text/html" href="http://neil.brown.name/blog/20090817000931"/>
<content type="text/html" mode="escaped">
Back in early 2006 md/raid5 gained the ability to increase the number of devices in a RAID5,
thus making more space available.  As you can imagine, this is a slow process as every
block of data (except possibly those in the first stripe) needs to be relocated.  i.e
they need to be read from one place and written to another.  md/raid5 allows this reshaping to
happen while the array is live.  It temporarily blocks access to a few stripes at a time while
those stripes a rearranged.  So instead of the whole array being unavailable for several hours,
little bits are unavailable for a fraction of a second each.

&lt;p&gt;Then in early 2007 we gained the same functionality for RAID6.  This was no more complex than
RAID5, it just involved a little more code and testing.

&lt;p&gt;Now, in mid 2009, we have most of the rest of the reshaping options that had been planned.
These include changing the stripe size, changing the layout (i.e. where the parity blocks get stored) 
and reducing the number of devices.

&lt;p&gt;Changing the layout provides valuable functionality as it is an important part of converting a RAID5 
to a RAID6.
&lt;p&gt;&lt;a href=http://neil.brown.name/blog/20090817000931&gt;read more...(30 comments)&lt;/a&gt;</content>
</entry>
<entry>
<title>mdadm 2.6.1 released</title>
<issued>2007-02-22T04:22:26Z</issued>
<modified>2007-02-22T04:22:26Z</modified>
<id>http://neil.brown.name/blog/20070222042226</id>
<link rel="alternate" type="text/html" href="http://neil.brown.name/blog/20070222042226"/>
<content type="text/html" mode="escaped">


&lt;p&gt;Yes, I forgot to announce 2.6 here, sorry about that.

&lt;p&gt;2.6.1 is just some minor bug fixes.  The release is motivated primarily by the fact that I have 
implemented raid6 reshape (i.e. add one or more devices to a raid6 while online).  For the moment
you need to collect patches from the linux-raid mailing list or wait for the next -mm release.
They will hopefully be in 2.6.21-rc2.  Earlier versions of mdadm can start a raid6 reshape with a new kernel,
but there is one small case where it didn't quite do the right thing so I wanted to get that fix out.

&lt;p&gt;2.6 introduced --incremental mode.  This is intended for interfacing with 'udev'.  When a new device is
discoverred it is passed to &amp;quot;mdadm --incremental&amp;quot; and mdadm tries to include it in an md array if that is
appropriate.  As soon as all devices become available, the array is ready.  Of course if one device
is missing, we have a problem. Do we start the array degraded as soon as possible, or wait for the
missing device to appear, possible waiting forever...  No go answers to this question yet.  mdadm allows
you to try either.

&lt;p&gt;&lt;p&gt;&lt;a href=http://neil.brown.name/blog/20070222042226&gt;(34 comments)&lt;/a&gt;</content>
</entry>
<entry>
<title>mdadm 2.5 released</title>
<issued>2006-05-26T10:14:57Z</issued>
<modified>2006-05-26T10:14:57Z</modified>
<id>http://neil.brown.name/blog/20060526101457</id>
<link rel="alternate" type="text/html" href="http://neil.brown.name/blog/20060526101457"/>
<content type="text/html" mode="escaped">


&lt;p&gt;I have just released mdadm 2.5.  It is available from
&lt;a href=&quot;http://www.kernel.org/pub/linux/utils/raid/mdadm&quot;&gt;kernel.org&lt;/a&gt;
and
&lt;a href=&quot;http://freshmeat.net/releases/228098/&quot;&gt;freshmeat&lt;/a&gt; knows
about it.

&lt;p&gt;It had originally expected this to be a fairly small update of
assorted bug fixes.  But when it came to putting it together, there
turned out to be quite a lot of enhancements.

&lt;p&gt;One - the major one - is the auto-assembly that I mentioned in an
earlier past.  Others were due to the fact that the maintainer
of the
&lt;a href=&quot;http://packages.debian.org/cgi-bin/search_packages.pl?keywords=mdadm&amp;amp;searchon=names&amp;amp;version=all&amp;amp;release=all&quot;&gt;Debian package&lt;/a&gt;
took decided at the same time that it was time to sort through bug
reports and forward some to me.
Still others were just normal stuff on the &lt;tt&gt;linux-raid&lt;/tt&gt; list.

&lt;p&gt;All it all there is a reasonable amount of stuff in there.
Hopefully it will get some testing, and even better: will get some
feed back.  The only way to make it the best is for people to tell
me what is wrong with it.


&lt;p&gt;&lt;br&gt;&lt;p&gt;&lt;a href=http://neil.brown.name/blog/20060526101457&gt;(10 comments)&lt;/a&gt;</content>
</entry>
<entry>
<title>Auto-assembly mode for mdadm</title>
<issued>2006-05-21T09:26:09Z</issued>
<modified>2006-05-21T09:26:09Z</modified>
<id>http://neil.brown.name/blog/20060521092609</id>
<link rel="alternate" type="text/html" href="http://neil.brown.name/blog/20060521092609"/>
<content type="text/html" mode="escaped">

&lt;p&gt;Probably the most wanted feature of mdadm is auto-assembly.  People want it to just 
do-the-right-thing.  They want to simply be able to assemble all of their arrays without
having to worry about creating and maintaining config files or anything like that.

&lt;p&gt;I've always been against blind auto-assembly as it can (and occasionally has) cause
problems when the wrong thing gets assembled.  

&lt;p&gt;However it is possible to find a middle ground, that isn't completely blind, but that
requires minimal configuration effort.  I've finally figured out how I want to implement
that and scheduled the time to do it, and so it should appear in mdadm-2.5.

&lt;p&gt;The core idea is to report the host name of each raid array.  mdadm can then assemble
every array that it can find, providing it is for 'this' host.
&lt;p&gt;&lt;a href=http://neil.brown.name/blog/20060521092609&gt;read more...(10 comments)&lt;/a&gt;</content>
</entry>
<entry>
<title>TODO list for mdadm </title>
<issued>2005-07-27T14:31:47Z</issued>
<modified>2005-07-27T14:31:47Z</modified>
<id>http://neil.brown.name/blog/20050727143147</id>
<link rel="alternate" type="text/html" href="http://neil.brown.name/blog/20050727143147"/>
<content type="text/html" mode="escaped">

&lt;p&gt;I not only have a  TODO list for linux/md/raid, but for mdadm -- the userspace md management tool -- too.

&lt;p&gt;It is mostly focussed on getting 2.0 ready for release, but there are some bits that can wait until after 2.0

&lt;p&gt;It includes a test-suite, a '--hostid' flag to tie arrays to host and make automatic assembly more possible, and improvements to support for version-1 superblocks.

&lt;p&gt;&lt;p&gt;&lt;a href=http://neil.brown.name/blog/20050727143147&gt;read more...(10 comments)&lt;/a&gt;</content>
</entry>
<entry>
<title>mdadm 1.12.0 released</title>
<issued>2005-06-15T09:55:34Z</issued>
<modified>2005-06-15T09:55:34Z</modified>
<id>http://neil.brown.name/blog/20050615095534</id>
<link rel="alternate" type="text/html" href="http://neil.brown.name/blog/20050615095534"/>
<content type="text/html" mode="escaped">


&lt;p&gt;Well, mdadm 1.12.0 is out now.  You can find it at the usual places:
&lt;a href=&quot;http://www.kernel.org/pub/linux/utils/raid/mdadm/&quot;&gt;http://www.kernel.org/pub/linux/utils/raid/mdadm/&lt;/a&gt; or
&lt;a href=&quot;http://www.cse.unsw.edu.au/~neilb/source/mdadm/&quot;&gt;http://www.cse.unsw.edu.au/~neilb/source/mdadm/&lt;/a&gt;.

&lt;p&gt;It seems that whenever I try to type 1.12.0, it comes out as 1.20.0! It happened twice while creating this  article, and it happened when I was creating the
&lt;a href=&quot;http://www.freshmeat.net/projects/mdadm/&quot;&gt;freshmeat&lt;/a&gt; announcement.  
I noticed just &lt;b&gt;after&lt;/b&gt; I clicked the final 'commit' button.  I looked around 
to see if there was any way to update a pending release, and there wasn't.  I guess that makes sense as I had already been asked to check it.

&lt;p&gt;Anyway, the mail went of out to mdadm-subscribers telling them that 1.20.0 was released :-(  But when the daily fm-news came out, someone had corrected my blunder to 1.12.0 (I just mistyped it again!).  Thankyou to freshmeat!

&lt;p&gt;Now to get stuck into a new release of mdadm 2.0-devel.  I want to add a '--hostid' option so that mdadm can determine if a given array was create for &amp;quot;this&amp;quot; host, and can then automatically assemble it safely.

&lt;p&gt;&lt;p&gt;&lt;a href=http://neil.brown.name/blog/20050615095534&gt;(No comments)&lt;/a&gt;</content>
</entry>
<entry>
<title>New "mdadm"</title>
<issued>2004-06-07T12:37:19Z</issued>
<modified>2004-06-07T12:37:19Z</modified>
<id>http://neil.brown.name/blog/20040607123719</id>
<link rel="alternate" type="text/html" href="http://neil.brown.name/blog/20040607123719"/>
<content type="text/html" mode="escaped">


&lt;p&gt;I have just released a new version of mdadm - 1.6.0.

&lt;p&gt;Mdadm is my tool for managing 
&lt;a href=&quot;http://neil.brown.name/blog/SoftRAID&quot;&gt;Linux Software RAID arrays&lt;/a&gt;.

&lt;p&gt;This release included initial support for a --grow mode that allows
resizing on-line arrays.  Naturally this requires kernel support to be able to work.  The 2.6.7-rc2-mm1 Linux kernel has support for changing the active size of component devices and changing the number of drives in a RAID1.

&lt;p&gt;I hope to add support for adding drives to a linear array soon, and adding drives to a RAID5 eventually.

&lt;p&gt;I had hoped to get support for the new-style superblocks into this release, but it just didn't happen.  Maybe next time.

&lt;p&gt;&lt;p&gt;&lt;a href=http://neil.brown.name/blog/20040607123719&gt;(15 comments)&lt;/a&gt;</content>
</entry>

</feed>
