]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Monitor: track metadata type or parent/container of arrays.
authorNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 09:58:07 +0000 (20:58 +1100)
committerNeilBrown <neilb@suse.de>
Mon, 22 Nov 2010 09:58:07 +0000 (20:58 +1100)
commitca750d9830cca2454cd6c8d1679dfb9b62f57281
tree0ad412141626375dbcc4f5462039fd8ffe998f92
parent5d19bb23dd278fe8bfb7005c5c3ca1954afbb22f
Monitor: track metadata type or parent/container of arrays.

For subarrays, record the devid of the parent.
For others arrays, record the metadata type.

This will be used in a subsequent patch to link related arrays
together and allow spare migration between containers.

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