]> git.ipfire.org Git - thirdparty/mdadm.git/blob - ChangeLog
Support bitmaps with raid10
[thirdparty/mdadm.git] / ChangeLog
1 Changes Prior to this release
2 - Assorted bug fixes
3 - Support write-intent-bitmaps on raid10
4 - Support little-endian (Rather than hostendian) bitmaps.
5 - Return correct error code from 'mdadm -S'
6
7 Changes Prior to 2.1 release
8 - Fix assembling of raid10 array when devices are missing.
9 mdadm now correctly detects if a array is workable or not
10 depending on which devices are present, and so will correctly
11 handle "--assemble --force" if multiple devices have failed.
12 - Report raid10 layout in --examine output.
13 - Fix assembling of arrays that use the version-1 superblock and
14 have spares. Previously the spares would be ignored.
15 - Fix bug so that multiple drives can be re-added at once.
16 - Fix problem with hot-adding a bitmap to version-1-superblock
17 arrays.
18
19 Changes Prior to 2.0
20 - Support assembling from byte-swapped superblocks
21 metadata type "0.swap" and --update=byteorder
22 - write-mostly and write-behind support for raid1.
23 - Support --name= and 'name=' config entry for identifying
24 arrays be name.
25 - RAID10 in man pages.
26 - Lot of minor manpage updates
27
28 Changes Prior to 2.0-devel-3 release
29 - Assorted fixes for multiple bugs...
30 - Add test suite
31
32 Changes Prior to 1.12.0 release
33 Several of these are backported from the Debian package
34 - Don't use 'lstat' to check for blockdevices, use stat.
35 - Document --size=max option for --grow
36 - Document SparesMissing event and DeviceDisappeared/WrongLevel
37 - --stop --scan repeatly cycles until no more progress can be made
38 so that stack devices are stopped properly
39 - Minor type rationalisation for ident->uuid - now always 'int[]'
40 - Fix type in online help for --grow (was -F, now -G)
41 - Allow --auto command line option to set default auto=
42 value when running "--assemble --scan". Previously
43 --auto was ignored if --scan was given
44 - Fix a few type casts
45 - Fix parsing of /dev/md/N in is_standard
46 - Fix rounding errors in human_size()
47 - Fix silly example in mdadm.conf-examples
48 - When finding a /dev name for a device, prefer shorter names
49 - Suppress listing of devices= in --brief output of -D or -E,
50 unless -v is given (-vv gives the old behaviour with -Dsv).
51 This is because the device list can change and so is not a
52 stable aspect of the array
53 - Allow --force with --grow so '-Gfn1' works (on raid1)
54 - Replace sprintf calls with snprintf (to quiet diet-libc)
55 - Add man page for mdassemble
56 - Fix compilation with tinyc
57
58 Changes Prior to 1.11.0 release
59 - Fix embarassing bug which causes --add to always fail.
60
61 Changes Prior to 1.10.0 release
62 - Fix bug with --config=partitions
63 - Open sub-devices with O_EXCL to detect if already in use
64 - Make sure superblock updates are flushed directly to disk.
65
66 Changes Prior to 2.0-devel-1 release
67 - Support for version-1 superblock. See --metadata option.
68 - Support for bitmap based intent logging.
69 - Minor fixes.
70
71 Changes Prior to 1.9.0 release
72 - Fix rpm build problem (stray %)
73 - Minor manpage updates
74 - Change "dirty" status to "active" as it was confusing people.
75 - --assemble --auto recognises 'standard' name and insists on using
76 the appropriate major/minor number for them.
77 - Remove underscore from partition names, so partitions of
78 "foo" are "foo1", "foo2" etc (unchanged) and partitions of
79 "f00" are "f00p1", "f00p2" etc rather than "f00_p1"...
80 - Use "major", "minor", "makedev" macros instead of
81 "MAJOR", "MINOR", "MKDEV" so that large device numbers work
82 on 2.6 (providing you have glibc 2.3.3 or later).
83 - Add some missing closes of open file descriptors.
84 - Reread /proc/partition for every array assembled when using
85 it to find devices, rather than only once.
86 - Make "mdadm -Ss" stop stacked devices properly, by reversing the
87 order in which arrays are stopped.
88 - Improve some error messages.
89 - Allow device name to appear before first option, so e.g.
90 mdadm /dev/md0 -A /dev/sd[ab]
91 works.
92 - Assume '-Q' if just a device is given, rather than being silent.
93 - Change "dirty" status to "active" as it was confusing people.
94
95 Changes Prior to 1.8.0 release
96 - Makefile cleanup from Luca Berra <bluca@comedia.it>
97 - --pid-file (-i) to set a pid file to use with --monitor --daemonise
98 - Fix typo in mdadm man page
99 - Fix coredump when "-s" used with no config file present.
100 - Support new "faulty" personality which can inject synthetic
101 faults. (Not in kernel.org yet at 1Nov2004)
102 - Support raid0/linear on devices > 2 Terabytes
103 - Make sure raid6 resyncs when created with one missing device
104
105 Changes Prior to 1.7.0 release
106 - Support "--grow --add" to add a device to a linear array, if the
107 kernel supports it. Not documented yet.
108 - Restore support for uclibc which was broken recently.
109 - Several improvements to the output of --detail, including
110 reporting "resyncing" or "recovering" in the state.
111 - Close filedescriptor at end of --detail (exit would have closed it
112 anyway, so this isn't abig deal).
113 - Report "Sync checkpoint" in --examine output if appropriate.
114 - Add --update=resync for --assemble mode to for a resync when the
115 array is assembled.
116 - Add support for "raid10", which is under development in 2.6.
117 Not documented yet.
118 - --monitor now reads spare-group and spares info from config file
119 even when names of arrays to scan are given on the command line
120
121 Changes Prior to 1.6.0 release
122 - Device name given in -Eb is determined by examining /dev rather
123 than assuming /dev/md%d
124 - Fix bug in --monitor where an array could be held open an so
125 could not be stopped without killing mdadm.
126 - Add --grow mode. Currently only --size and --raid-disks can be
127 changed. Both require kernel support which, at the time of
128 writing, is not in a release kernel yet.
129 - Don't print out "errors" or "no-errors" in -D and -E, as the bit
130 is never set or used.
131 - Use md event notification in 2.6.??? to make --monitor mode
132 respond instantly to events.
133 - Add --auto= option and auto= configfile entry to tell mdadm to
134 create device files as needed. This is particularly useful
135 with partitioned arrays where the major device number can change.
136 - When generating --brief listing, if the standard name doesn't
137 exist, search /dev for one rather than using a temp name.
138 - Allow --build to build raid1 and multipath arrays.
139 - Add "--assume-clean" for Create and Build, particularly for raid1
140 Note: this is dangerous. Only use it if you are certain.
141 - Fix bug so that Rebuild status monitoring works again.
142 - Add "degraded" and "recovering" options to the "Status:"
143 entry for --detail
144
145 Changes Prior to 1.5.0 release
146 - new commands "mdassemble" which is a stripped-down equivalent of
147 "mdadm -As", that can be compiled with dietlibc.
148 Thanks to Luca Berra <bluca@comedia.it>.
149 It can be using in an initramfs or initrd.
150 - Fix compiling error with BLKGETSIZE64 and some signed/unsigned
151 comparison warnings.
152 - Add Rebuild Status (% complete) to --detail output.
153 - Support "--monitor --test" which will generate a test alert
154 for each array once, to test notification paths.
155 - Generate RebuildFinished event when rebuild finishes.
156 - Support for raid6 as found in 2.6.2 - thanks to
157 H. Peter Anvin <hpa@zytor.com>
158 - Support partitioned md arrays with a different major number and
159 naming scheme (md_dX in /proc/mdstat, /dev/md/dXpY in /dev).
160
161 Changes Prior to 1.4.0 release
162 - Document fact that creating a raid5 array really creates a
163 degraded array with a spare.
164 - Add "spares=" tag to config file and generate it wit --detail and
165 --examine
166 - Add "SparesMissing" event when --monitor first sees an array and
167 it doesn't have the enough spare devices.
168 - Add --update=summaries for --assemble to update summary
169 information in superblock, and correct other inconsistancies in
170 the superblock.
171 - Add --test option to --detail to set a meaningful exit status.
172
173 Changes Prior to 1.3.0 release
174 - Make 'size' and unsigned long in Create to allow creation of
175 larger arrays.
176 - Explicitly flag spare devices as 'spare' in --detail and --examine
177 output. Previously they simply had no flags lists.
178 - Make MailCmd (for monitor) configurable in Makefile, and default
179 to "/usr/sbin/sendmail -t". Also split out the warning related
180 flags into CWFLAGS for easier build configurability.
181 - Minor bugfix in Manage code.
182 - --monitor now notices and reports degraded arrays at startup using
183 "DegradedArray" event, and also has a --oneshot option to only
184 report DegradedArrays, and then exit.
185 - Small man-page clarification w.r.t. raid levels and raid4 in
186 particular.
187 - Disallow creation of arrays with only one device as this is
188 probably a mistake. --force will override this check.
189 - Correct some misleading documentation in the "mdadm --create --help"
190 message.
191 - Ignore chunksize if raid1 or multipath.
192 - Explicit statement in man page that raid-disks cannot be changed
193 after array is created.
194 - Improve message when attempting to start an array with
195 insufficient devices. Instead of required the array to be full,
196 we only require it has as many active devices as last time.
197
198 Changes Prior to 1.2.0 release
199 - Fix bug where --daemonise required an argument.
200 - In --assemble --verbose, print appropriate message if device is
201 not in devices= list
202 - Updated mdadm.conf.5 to reflect fact that device= takes wildcards
203 - Typos: componenet -> component
204 - Reduce size of "--help" message put excess into "--help-options"
205 - Fix bug introduced when MD_SB_DISKS dependancy removed, and which
206 caused spares not be assembled properly.
207 - Print appropriate message if --monitor --scan decides not to
208 monitor anything.
209 Changes Prior to 1.1.0 release
210 - add --deamonise flag for --monitor - forks and prints pid to stdout
211 - Fix bug so we REALLY clear dirty flag with -Af
212 - -Db now prints a 'devices=' word for each array.
213 - "mdadm -A /dev/md0" will get info from configfile, even without scan
214 - When assembling multipath arrays, ignore devices which are flagged
215 as having errors.
216 - take --super-minor=dev to mean "use the minor number of the mddev
217 being assembled.
218 - take --config=none to mean "completely ignore config file"
219 - Make --monitor require --scan or a device list.
220 Changes Prior to 1.0.9 release
221 - Documentation updates including kernel parameters documented
222 in md.4
223 - --assemble --force for raid4/5 will mark clean, needed for 2.5
224 - --detail prints out the events counter as well
225 - flush device before reading superblock to be sure to get
226 current data
227 - added mdadm.static target to makefile for static linking
228 - --monitor was ignoring /dev/md0 due to off-by-one error
229 - Fix assorted typos
230 - Fix printing of Gibibytes - calc was wrong.
231 - Fix printing of Array Size in --detail when very big.
232 - --monitor no longer tries to work for raid0 or linear as these
233 have nothing to be monitored.
234 - The word 'partitions' on a DEVICE line will cause all partitions
235 listed in /proc/partitions to be considered
236 - If the config file is called 'partitions' then it will be treated
237 as though it contained exactly 'device partitions' so e.g.
238 mdadm -Ebsc partitions
239 will find all raid partitions easily.
240 - successfully assemble multipath devices by ignoring raid_disk
241 value from superblock (it is always the same).
242 - --assemble not tied to MD_SB_DISKS limit quite so much
243 - Support compiling with tcc
244 - Support compiling with uclibc - just skip scan of /dev
245 - Add --update= option for Assemble mode. Either sparc2.2
246 or super-minor updates are possible. See mdadm.8
247
248 Changes Prior to 1.0.1 release
249 - Round off MB/GiB etc values instead of round down.
250 - Add --sparc2.2 option to examine to shift superblock around
251 and --sparc2.2update to rewrite the superblock
252 - Fix assorted typos in online help
253
254 Changes Prior to 1.0.0 release
255 - Allow --config with Misc mode (for --examine --scan)
256 - Add $(CXFLAGS) to end of CFLAGS in makefile
257 - When making an N disk raid5 array, the Nth drive
258 is moved to the end of the array as a spare rather than
259 being shifted up one place. This means that when the
260 kernel builds onto the last spare and inserts it,
261 the devices will be in the expected order.
262 - Man page improvements
263 Changes Prior to 0.8.2 release
264 - Correct spelling of persist[ae]nce/persist[ae]nt.
265 - Change "disk" to "device" in options and config file
266 - convert array size to "long long" *before* shift-left in -D and -Q
267
268 Changes Prior to 0.8.1 release
269 - Add "INSTALL" file.
270 - Fix some "i" variables that were not being set properly
271 - Initialise minsize and maxsize so that compilers don't complain.
272 - Tidy up Makefile and mdadm.spec installations
273 - Add "multipath" to documentation of valid levels
274
275 Changes Prior to 0.8 release
276 - Fix another bug in Assemble.c due to confusing 'i' with 'j'
277 - Minimal, untested, support for multipath
278 - re-write of argument parsing to have more coherent modes,
279 - add --query,-Q option
280 - Update mdadm.8 to reflect arg processing change and --query
281 - Change "long" to "unsigned long" for device sizes
282 - Handle "mailaddr" and "program" lines in config file for follow/scan mode.
283 - --follow --scan will exit if no program or mail found
284 - Add MAILADDR and PROGRAM to mdadm.conf-example
285 - Spell check man pages
286 - consistently use "component devices" instead of "subdevices"
287 - Make -Wall -Werror really work and fix lots of errors.
288 - --detail and --stop can have --scan which chooses devices from /proc/mdstat
289 - --monitor detects 20% changes in resync, failed spares,
290 disappearing arrays,
291 - --monitor --scan will automatically add any devices found in /proc/mdstat
292 - --monitor will move spares between arrays with same spare-group if necessary
293 - Documentation for Monitor Mode
294 - --query notes if the array containing the given device is active or not
295 - Finished md.4 man page.
296
297 Changes Prior to 0.7.2 release
298 - mdadm.spec updates and ifdef BLKGETSIZE64 from Luca Berra -- bluca@comedia.it
299 - more mdadm.spec updates from Gregory Leblanc <gleblanc@linuxweasel.com>
300 - make directory for mdadm.conf configurable in Makefile
301 - Finished mdadm.conf.5. Removed details of conf file from
302 mdadm.8 leaving a reference to mdadm.conf.5.
303 - Fix bug in Assemble.c, thanks to Junaid Rizvi <domdev@sat.net.pk>
304 - Get --assemble --force to make sure old major/minor numbers are
305 consistant, as md.c worries about this :-(
306
307
308 Changes Prior to 0.7.1 release
309 - update mdadm.spec
310 - use BLKGETSIZE64 if available for array size
311 - give human readable as GiB/MiB and GB and MB, with 2 decimal point precision
312 - Only warn about size variation for raid1/4/5.
313 - Started md.4 man page
314 - Started mdadm.conf.5 man page
315
316 Changes Prior to 0.7 release
317
318 - Fix makefile to install binary at /sbin and not /sbin/sbin
319 Also install man page.
320 - Add --zero-superblock based on --destroywithextremeprejudice
321 from Dale Stephenson <steph@snapserver.com>
322 - change name to mdadm. It is palandromic, and much nicer to pronouce.
323
324 Changes Prior to 0.6 release
325
326 - Remove the limit on the number of device names that can be
327 given on the command line.
328 - Fix bug in --assemble --force where it would only update a
329 single superblock.
330 - Fix bogus printing of big numbers not being block devices
331 when given names of devices that don't exist.
332 - When --assemble --force, consider superblocks with an event
333 count that is 1 behind as out-of-date. Normally they are
334 considered up-to-date (as the kernel assumes this too).
335 - When marking drives as not-failed in the superblock,
336 we also mark them as ACTIVE and SYNC.
337 - Don't start arrays for which not all drives are available unless:
338 --scan which implies that all drives were found automatically
339 --run which means the user knows what they want
340 --force which means that we are fixing something broken
341 - Make sure all device numbers passed as 3rd arg of ioctl
342 are passed as unsigned lock, so that it works on SPARC
343 - If HOT_ADD_DISK failes for -a, then only try ADD_NEW_DISK
344 if we cannot read from the array, i.e. if the array is
345 not started yet.
346 - man page update
347 - Taught Examine to handle --scan. It examines all devices listed
348 on DEVICE lines in the config file.
349 - Added --brief (-b) flag for Examine and Detail to print out
350 and mdctl.conf compatible description with uuid=, level=,
351 disks= and - for Examine - devices=
352 --examine --brief collects all devices the make the one array and
353 list them as one entry.
354 - Added level= and disks= options to ARRAY lines in config files
355 so --brief output could be used as-is.
356 - Make parity style ({left,right}-{,a}symmetric) consistantly use -,
357 never _.
358 - Add "Array Size" to --detail output
359 - Change "Size" to "Device Size" and exclude from Detail of arrays
360 that do not have a consistent device size.
361 - Add Human readable MiB or GiB value on size lines of Detail and Examine
362 - --assemble --scan doesn't complain about active drives
363 - require number of spares given in -x to be listed.
364 - Made --build actually work.
365 Changes Prior to 0.5 release
366
367 --assemble:
368 spare drives are handled properly.
369
370 --force can be used to recover from 2-drive failures on RAID5
371 If you belive that /dev/hda1 /dev/hdb1 /dev/hdc1 /dev/hdd1 should
372 make a raid5 array, but it has experienced multiple failures and
373 wont start, then
374
375 mdctl --assemble --force /dev/md0 /dev/hd[abcd]1
376
377 Should update the superblock on the newest failed drive and
378 restart the array in degraded mode. You should then remove the
379 remaining failed drive and re-add it (if you are happy that it
380 might work).
381
382 Ofcourse whenever you have a 2-drive failure, you have a risk
383 of corruption in data that hasn't be changed for a long time. So
384 this doesn't give you your array back all nice and happy, but it
385 does allow you to recover data that might not be corrupt.
386
387 More flexibility in identifying a RAID array in the mdctl.conf
388 e.g.
389 array /dev/md4 super-minor=4
390
391 assembles /dev/md4 from all devices found that have a raid
392 superblock that says the minor number of the array is 4.
393 If the blocks with the right minor number do not all have the
394 same UUID, an error is flags and no assembly happens.
395
396 array /dev/md3 devices=/dev/hd[abc]2
397
398 Assembles /dev/md3 drom /dev/hda2 /dev/hdb2 and/dev/hdc2. All
399 devices must exist and have raid superblock with the same uuid.
400
401 If two identity specifiers are used, only devices that match all
402 of them are considered, so
403
404 array /dev/md2 devices=/dev/hd?2 super-minor=2
405
406 will assemble /dev/md2 using all /dev/hd?2 devices which have a
407 raid superblock with minor number 2.
408
409 --create:
410 When listing devices for --create, the word "missing" can be
411 used to indicate that the respective slot does not have a
412 working drive currently. This is similar to the "failed-disk"
413 directive in mkraid/raidtab.
414 e.g.
415 mdctl --create --level=5 -raid-disks=4 --spare-disks=2
416 /dev/md0 /dev/sda /dev/sdb missing /dev/sdc /dev/sdd /dev/sde
417
418 will create a raid5 array with the third slot empty, and two
419 spares.
420
421 By default, raid5 arrays are created with the last slot empty
422 and drive listed for the last slot added as a spare. If a
423 "missing" slot is given, or if --force is given, then --create
424 does exactly what you ask and doesn't try to be clever.
425
426
427 --follow / --monitor:
428
429 This is a new mode. I couldn't stop my self from picking a name
430 starting with F (as current modes start A,B,C,D,E) but I
431 relented and provided an alternate name that is somewhat more
432 meaningful.
433
434 In this mode, mdctl does not exit, but runs continuously and
435 periodically polls all the md devices to see if they have had
436 any interested state change.
437 The changes that it currently notices are:
438 Fail - an active disc fails
439 FailSpare - a spare, that was presumably being build, fails
440 ActiveSpare - a spare becomes active, presumably after a rebuild.
441
442 Options:
443 --mail mailaddress - send Email on any Fail* event
444 --program program - run the program on any event.
445 Args are: eventname mddevice subdevice(if-known)
446 --delay seconds - change from the default 60second pause
447 between polls.
448
449 I plan to add functionality to this mode to allow sharing of
450 spare drives. If an array is marks "spare-group=fred", and it
451 has a failed drive and no spares, and if some other array is
452 also "spare-group=fred" and it has no failed drives, but does
453 have a spare drive that is big enough, the spare will be moved
454 to the first array.
455
456 I also have the idea of adding a --grow mode which will re-organise
457 the data on an N disk raid0/4/5 array to be on an N+M disk array.
458 I have no concrete plans for this though.
459
460 I got rid of the "v" in the archive file name, and include the
461 version number in the directory created by the archive.
462
463 There is now a man page and mdctl.spec (for rpm) thanks to
464 Danilo Godec <danci@agenda.si>.
465
466 Ofcourse, the man page is now out of date and despite being based on
467 the --help output, is not wholy correct. After I get --follow
468 working properly, I plan to revise the various documentation and/or
469 the code to make sure the two match.