]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: auto layout
authorDan Williams <dan.j.williams@intel.com>
Wed, 25 Feb 2009 01:45:57 +0000 (18:45 -0700)
committerDan Williams <dan.j.williams@intel.com>
Wed, 25 Feb 2009 01:45:57 +0000 (18:45 -0700)
commitefb30e7f1ed59e4f5da95c96a76080ea75b876f9
treeb10915dcb682a0e9c2604723fa57698f77d30712
parent18fde300feeb9e7c054510b0655b316c025c7a94
imsm: auto layout

In support of auto-layout:

1/ collect and merge all extents to find the largest common-start free region
2/ verify that we meet the "all volumes must use the same set of disks"
2/ mark the disks to be added in add_to_super_imsm_volume

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
super-intel.c