]> git.ipfire.org Git - thirdparty/mdadm.git/commit
fix: container creation with --incremental used.
authorLukasz Dorau <lukasz.dorau@intel.com>
Wed, 11 Jan 2012 23:57:20 +0000 (10:57 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 11 Jan 2012 23:57:20 +0000 (10:57 +1100)
commit0c4304ca8b3328132537922fed8ee9e3bbb8a0fa
treed620f96bcf2e8e56dfee463ecf0f340ce9b7a1e4
parent90fa1a292929ff8a6c7357254b6f616608ec01b5
fix: container creation with --incremental used.

If there is no name provided for a container by the metadata it is
always appropriate to use the metadata version name.  create_mddev
will still add a uniquifying digit to the end so there is little risk
of confusion.
This makes the --incremental code behave the same as the --assemble code.

Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Incremental.c