summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAge
...
* Fixed UUID printing in "--detail --brief" for version1 metadata.Neil Brown2006-11-09
|
* Fixed problems that could cause infinitel loop with auto assemble.Neil Brown2006-11-09
| | | | | | | | | If an auto-assembly attempt failes because the array cannot be opened or because the array has already been created, then we get into an infinite loop. Reported-by: Dan Pascu <dan@ag-projects.com> Fixes-debian-bug: 396582
* Document that the default metadata version can be overridden in config file.Goswin Brederlow2006-11-09
| | | | | | | | | From: Goswin Brederlow <brederlo@informatik.uni-tuebingen.de> This is already mentioned in the config documentation, but not in the place when the normal default is mentioned. Fixes-debian-bug: 396914
* Strdup the bitmap file name found in the config fileNeil Brown2006-11-09
| | | | Otherwise we quickly lose it...
* Release 2-5-5Neil Brown2006-11-03
|
* Improve error message when wrong --update option is given.Neil Brown2006-10-23
|
* Fix bugs related to raid10 and the new offset layout.Neil Brown2006-10-19
| | | | | Need to mask of bits above the bottom 16 when calculating number of copies.
* Don't trigger and error on -As if all arrays are already started.Luca Berra2006-10-16
| | | | | | | From: Luca Berra <bluca@comedia.it> Put another way, if we find any active arrays, then assume things are going as planned.
* Don't fail md_open if array already active.Luca Berra2006-10-16
| | | | | | From: Luca Berra <bluca@comedia.it> There is no need and it causes occasional problems.
* Mdassemble improvementsLuca Berra2006-10-16
| | | | | | | | | From: Luca Berra <bluca@comedia.it> - Fix a bug where mdassemble didn't close a filedescriptor and so couldn't assembele stacked arrays. - Allow mdassemble, when run a second time, to mark all arrays as writable. This is useful if they are started read-only as is best at boot-time.
* Reduce max bitmap size when bitmap is in a file.Neil Brown2006-10-16
| | | | To ensure kernel never needs to allocate more than 1 page contiguously.
* Don't #include blkpg.hNeil Brown2006-10-16
| | | | Just include the content directly. It is safer.
* Release 2-5-4Neil Brown2006-10-13
|
* Remove partitions from components of an md arrayNeil Brown2006-10-13
| | | | They do nothing but cause confusion.
* Allow a number after --auto=yesNeil Brown2006-10-13
| | | | | | So if the device name is /dev/md/d0, then the number of partitions is as given. This is useful in 'CREATE' in mdadm.conf
* Fixed endian problem with bitmap metdataPaul Clements2006-10-09
| | | | From: Paul Clements <paul.clements@steeleye.com>
* Fix some endian-ness issues with v1 superblocks.Neil Brown2006-10-09
|
* Allow symlink creation to be disabled from command line or mdadm.confNeil Brown2006-08-11
|
* Tidyup automatic name choice for v-1 arraysNeil Brown2006-08-07
| | | | /dev/md_d0 now becomes '0', not '_d0'.
* Fix starting of degraded arrays.Neil Brown2006-08-07
| | | | | Recent change broke assembling of degraded arrays, making it require --run. This fixes that.
* Explicitly state GPL license in man pages.Neil Brown2006-08-07
|
* Document usage of version0.91 superblock.Neil Brown2006-08-07
|
* Release 2.5.2Neil Brown2006-06-27
| | | | Description...
* More consistent honoring of --configfileNeil Brown2006-06-26
| | | | | Never use /etc/mdadm.conf if --config file is given (previously some code used one, some used the other).
* Improve ftw handling.Neil Brown2006-06-26
| | | | | | | If not 'ftw' is available, still allow openning of devices by dev number. More recent version of uclibc support nftw, so add support to check for that.
* Fix a recently introduced bug, and make --assemble more resilient to it.Neil Brown2006-06-26
| | | | | | | Make -assemble a bit more resilient to finding strange information in superblocks. Don't claim newly added spares are InSync!! (don't know why that code was ever in there)
* Work around bug in --add handling for version-1 superblocksNeil Brown2006-06-26
| | | | | | | | | In 2.6.17 (and prior), the dev_number is ignored when a device is added to an active array. Rather the first free number is used. So we work around this by making sure we use the first free number for dev_number. Description...
* Add 'Array Slot' line to --examine for version-1 superblocksNeil Brown2006-06-26
| | | | to make it a bit easier to see what is happening.
* Get the changelog uptodate for recent changes.Neil Brown2006-06-26
|
* Update Changelog for 2.5.1Neil Brown2006-06-16
|
* Release 2.5Neil Brown2006-05-26
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* New flag --no-degradedNeil Brown2006-05-19
| | | | | | | | | Use to avoid starting arrays if there are fewer devices available than last time the array was started. This is only needed with --scan, as with --scan, that behaviour is the default. Signed-off-by: Neil Brown <neilb@suse.de>
* Add a copy of /proc/mdstat to the mail message send by mdadm --monitor.Neil Brown2006-05-19
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* When updating uuid, update the bitmap as well - external bitmapsNeil Brown2006-05-16
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Detail checks if array has been started or not and includes that in report.Neil Brown2006-05-15
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Allow default creation info to to be stored in mdadm.confNeil Brown2006-05-15
| | | | | | Default owner, group, mode and 'auto' flag can be given in a 'CREATE' line. Signed-off-by: Neil Brown <neilb@suse.de>
* Limit size of bitmap to 2million chunks.Neil Brown2006-05-15
| | | | | | | | When creating a file bitmap, choose a default size that results in fewer than 2^21 chunks. Without this kmalloc failure in the kernel becomes likely. Signed-off-by: Neil Brown <neilb@suse.de>
* Support new offset layout for raid10Neil Brown2006-05-15
| | | | | | Requires 2.6.18. Signed-off-by: Neil Brown <neilb@suse.de>
* Assume "DEVICE partitions" if no DEVICE line present.Neil Brown2006-05-15
| | | | | | | This means the output of "mdadm -Es" can be used as a complete mdadm.conf file .... if you really want to do that. Signed-off-by: Neil Brown <neilb@suse.de>
* Arrange that SparesMissing events generate an email too.Neil Brown2006-05-15
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Support 'mailfrom' line in mdadm.conf so the From: line in alert emails can ↵Neil Brown2006-05-15
| | | | | | be explicitly set. Signed-off-by: Neil Brown <neilb@suse.de>
* Fix alignment problem in version-1 superblocks.Neil Brown2006-04-07
| | | | | | | | NOTE: This is an incompatable change affecting raid5 reshape. If you want to reshape a raid5 using version-1 superblocks, use 2.6.17-rc2 or later, and mdadm-2.4.1 or later. Signed-off-by: Neil Brown <neilb@suse.de>
* Updates to md.4Neil Brown2006-03-30
| | | | | | Particularly restiping and sysfs, but a few other bits too. Signed-off-by: Neil Brown <neilb@suse.de>
* Support 'bitmap=' in mdadm.conf for auto-assembling arrays with write-intent ↵Neil Brown2006-03-29
| | | | | | bitmaps in separate files. Signed-off-by: Neil Brown <neilb@suse.de>
* Man page tidyup.Neil Brown2006-03-29
| | | | | | | | mdadm.8 improved (I hope). Rearrange some option documentation and add --backup-file, and other general improvements. Signed-off-by: Neil Brown <neilb@suse.de>
* Changelog UpdatesNeil Brown2006-03-28
| | | | Signed-off-by: Neil Brown <neilb@suse.de>
* Allow resize to backup to a file.Neil Brown2006-03-27
| | | | | | | | | | To support resizing an array without a spare, mdadm now understands --backup-file= which should point to a file for storing a backup of critical data. This can be given to --grow which will create the file, or --assemble which will restore from the file if needed. Signed-off-by: Neil Brown <neilb@suse.de>
* Remove ident arg from getinfo_super;Neil Brown2006-03-27
| | | | | | Add a 'name' field to 'info' to compensate. Signed-off-by: Neil Brown <neilb@suse.de>
* Put a 'canary' block in front of the backupNeil Brown2006-03-27
| | | | | | .. so corruptio can be detected. Signed-off-by: Neil Brown <neilb@suse.de>
* Release some compile fixes.Neil Brown2006-02-06
| | | | Signed-off-by: Neil Brown <neilb@suse.de>