]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Detail: support MD_DEVNAME in --export for metadata-less devices.
authorNeilBrown <neilb@suse.de>
Tue, 4 Nov 2008 09:50:39 +0000 (20:50 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 4 Nov 2008 09:50:39 +0000 (20:50 +1100)
commit7e6c6cb26790e4b0de2e8694cca655db26bee11a
treef6b92a7c7ed441c9768698c407da7b769907c6f4
parent4ccad7b163fd5f210883d10b2fd36dcc90436b71
Detail: support MD_DEVNAME in --export for metadata-less devices.

If there is no metadata (--build was used) then we need to lookup
by devnum, not by uuid, to get the map entry.

Signed-off-by: NeilBrown <neilb@suse.de>
Detail.c