]> git.ipfire.org Git - thirdparty/mdadm.git/blame - ANNOUNCE-3.2.4
mdadm/clustermd_tests: add test case to test grow_resize cluster-raid10
[thirdparty/mdadm.git] / ANNOUNCE-3.2.4
CommitLineData
f648834d
N
1Subject: ANNOUNCE: mdadm 3.2.4 - A tool for managing Soft RAID under Linux
2
3I am pleased to announce the availability of
4 mdadm version 3.2.4
5
6It is available at the usual places, now including github:
7 countrycode=xx.
8 http://www.${countrycode}kernel.org/pub/linux/utils/raid/mdadm/
9and via git at
10 git://github.com/neilbrown/mdadm
11 git://neil.brown.name/mdadm
12 http://neil.brown.name/git/mdadm
13
14This release is largely a bugfix release for the 3.2 series with many
15minor fixes with little or no impact.
16
17"--oneline" log of changes is below. Some notable ones are:
18
19 - --offroot argument to improve interactions between mdmon and initrd
20 - --prefer argument to select which /dev names to display in some
21 circumstances.
22 - relax restructions on when "--add" will be allowed
23 - Fix bug with adding write-intent-bitmap to active array
24 - Now defaults to "/run/mdadm" for storing run-time files.
25
26Upgrading is encouraged.
27
28The next mdadm release is expected to be 3.3 with a number of new
29features.
30
31NeilBrown 9th May 2012
32
3377b3ac8 monitor: make return from read_and_act more symbolic.
3468226a8 monitor: ensure we retry soon when 'remove' fails.
358453f8d fix: Monitor sometimes crashes
3690fa1a2 Work around gcc-4.7's strict aliasing checks
370c4304c fix: container creation with --incremental used.
385d1c7cd FIX: External metadata sometimes is not updated
393c20f98 FIX: mdmon check in reshape_container() can cause a problem
4059ab9f5 FIX: Typo error in fprint command
419587c37 imsm: load_super_imsm_all function refactoring
42ec50f7b imsm: load_imsm_super_all supports loading metadata from the device list
43ca9de18 imsm: validate the number of imsm volumes per controller
4430602f5 imsm: display fd in error trace when when store_imsm_mpb failes
45eb155f6 mdmon: Use getopt_long() to parse command line options
4608ca2ad Add --offroot argument to mdadm
47da82751 Add --offroot argument to mdmon
48a0963a8 Spawn mdmon with --offroot if mdadm was launched with --offroot
49f878b24 imsm: fix, the second array need to have the whole available space on devices
50d597705 getinfo_super1: Use MaxSector in place of sb->size
516ef8905 super1: make aread/awrite always use an aligned buffer.
52de5a472 Remove avail_disks arg from 'enough'.
53da8fe5a Assemble: fix --force assemble during reshape.
54b10c663 config: fix handing of 'homehost' in AUTO line.
5592d49ec FIX: NULL pointer to strdup() can be passed
56d2bde6d imsm: FIX: No new missing disks are allowed during general migration
57111e9fd FIX: Array is not run when expansion disks are added
58bf5cf7c imsm: FIX: imsm_get_allowed_degradation() doesn't count degradation for raid1
5950927b1 Fix: Sometimes mdmon throws core dump during reshape
6078340e2 Flush mdmon before next reshape step during container operation
61e174219 imsm: FIX: Chunk size migration problem
62f93346e FIX: use md position to reshape restart
636a75c8c imsm: FIX: use md position to reshape restart
6451d83f5 imsm: FIX: Clear migration record when migration switches to next volume.
65e1dd332 FIX: restart reshape when reshape process is stopped just between 2 reshapes
661ca90aa FIX: Do not try to (continue) reshape using inactive array
679f1b0f0 config: conf_match should ignore devname when not set.
68d669228 Use posix_memalign() for memory used to write bitmaps
69178950e FIX: Changes in '0' case for reshape position verification
709200d41 avoid double-free upon "old buggy kernel" sysfs_read failure
714011421 Print error message if failing to write super for 1.x metadata
720011874 Use MDMON_DIR for pid files created in Monitor.c
7356d1885 Assemble: don't use O_EXCL until we have checked device content.
74b720636 Assemble: support assembling of a RAID0 being reshaped.
75c69ffac Manage: allow --re-add to failed array.
7652f07f5 Reset bad flag on map update
77911cead super1: support superblocks up to 4K.
78ad6db3c Create: reduce the verbosity of 'default_layout'.
79b2bfdfa super1.c don't keep recalculating bitmap pointer
804122675 Define and use SUPER1_SIZE for allocations
811afa930 init_super1() memset full buffer allocated for superblock
822de0b8a match_metadata_desc1(): Use calloc instead of malloc+memset
833c0bcd4 Use 4K buffer alignment for superblock allocations
84308340a Use struct align_fd to cache fd's block size for aligned reads/writes
8565ed615 match_metadata_desc0(): Use calloc instead of malloc+memset
86de89706 Generalize ROUND_UP() macro and introduce matching ROUND_UP_PTR()
870a2f189 super1.c: use ROUND_UP/ROUND_UP_PTR
88654a381 super-intel.c: Use ROUND_UP() instead of manually coding it
8942d5dfd __write_init_super_ddf(): Use posix_memalign() instead of static aligned buffer
90d4633e0 Examine: fix array size calculation for RAID10.
91e62b778 Assemble: improve verbose logging when including old devices.
920073a6e Remove possible crash during RAID6 -> RAID5 reshape.
9369fe207 Incremental: fix adding devices with --incremental
94bcbb311 Manage: replace 'return 1' with 'goto abort'.
959f58469 Manage: freeze recovery while adding multiple devices.
96ae6c05a Create: round off size for RAID1 arrays.
975ca3a90 Grow: print useful error when converting RAID1->RAID5 will fail.
98c07d640 Fix tests/05r1-re-add-nosupper
992d762ad Fix the new ROUND_UP macro.
100fd324b0 sysfs: fixed sysfs_freeze_array array to work properly with Manage_subdevs.
1015551b11 imsm: avoid overflows for disks over 1TB
10297f81ee clear hi bits if not used after loading metadata from disk
103e03640b simplify calculating array_blocks
10429cd082 show 2TB volumes/disks support in --detail-platform
1052cc699a check volume size in validate_geometry_imsm_orom
1069126b9a check that no disk over 2TB is used to create container when no support
107027c374 imsm: set 2tb disk attribute for spare
1083556c2f Fix typo: wan -> want
10915632a9 parse_size: distinguish between 0 and error.
110fbdef49 Bitmap_offset is a signed number
111508a7f1 super1: leave more space in front of data by default.
11240110b9 Fix two typos in fprintf messages
113342460c mdadm man page: fix typo
1140e7f69a imsm: display maximum volumes per controller and array
11536fd8cc imsm: FIX: Update function imsm_num_data_members() for Raid1/10
1167abc987 imsm: FIX: Add volume size expand support to imsm_analyze_change()
117f3871fd imsm: Add new metadata update for volume size expansion
11854397ed imsm: Execute size change for external metatdata
119016e00f FIX: Support metadata changes rollback
120fbf3d20 imsm: FIX: Support metadata changes rollback
12144f6f18 FIX: Extend size of raid0 array
1227e7e9a4 FIX: Respect metadata size limitations
12365a9798 FIX: Detect error and rollback metadata
12413bcac9 imsm: Add function imsm_get_free_size()
125b130333 imsm: Support setting max size for size change operation
126c41e00b imsm: FIX: Component size alignment check
12758d26a2 FIX: Size change is possible as standalone change only
1284aecb54 FIX: Assembled second array is in read only state during reshape
129ae2416e FIX: resolve make everything compilation error
130480f356 Raid limit of 1024 when scanning for devices.
131c2ecf5f Add --prefer option for --detail and --monitor
1320a99975 Relax restrictions on when --add is permitted.
1337ce0570 imsm: fix: rebuild does not continue after reboot
134b51702b fix: correct extending size of raid0 array
13534a1395 Fix sign extension of bitmap_offset in super1.c
136012a864 Introduce sysfs_set_num_signed() and use it to set bitmap/offset
1375d7b407 imsm: fix: thunderdome may drop 2tb attribute
1385ffdc2d Update test for "is udev active".
13996fd06e Adjust to new standard of /run
140974e039 test: don't worry too much about array size.
141b0a658f Grow: failing the set the per-device size is not an error.
14236614e9 super-intel.c: Don't try to close negative fd
143562aa10 super-intel.c: Fix resource leak from opendir()
144