commit | c039c332f23e794deb6d6f37b9f07ff3b27fb2cf | [log] [tgz] |
---|---|---|
author | Jonathan E Brassow <jbrassow@redhat.com> | Fri Jul 27 15:08:04 2012 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Fri Jul 27 15:08:04 2012 +0100 |
tree | 2b6bce014f9359e6152c957594aa86f9549f7dab | |
parent | f999e8fe70bd0b8faa27ccdac14b5942999c6e78 [diff] |
dm raid: move sectors_per_dev calculation In preparation for RAID10 inclusion in dm-raid, we move the sectors_per_dev calculation later in the device creation process. This is because we won't know up-front how many stripes vs how many mirrors there are which will change the calculation. Signed-off-by: Jonathan Brassow <jbrassow@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>