RE: [PATCH 2/2] IMSM: do not rebuild the array if a non-redundant sub-array with failed disks is present
From: Labun, Marcin <hidden> Date: 2010-12-08 14:59:26
quoted
This seems to imply that there are only ever at most 2 volumes in a
container. Is that really true? The rest of the code seems to
assume
quoted
that
there could be several.
There are at most two sub-array in one array.
One correction. As I said in legacy imsm there at most two volumes, however, there is an assumption
that in IMSM_NO_PLATFORM mode it should support more then 2.
So this needs to be corrected, too.
Marcin