commit | fe67d19a2d7b31f1c29efbe1819c921d4a9bb012 | [log] [tgz] |
---|---|---|
author | Heinz Mauelshagen <heinzm@redhat.com> | Tue May 03 22:15:31 2016 +0200 |
committer | Shaohua Li <shli@fb.com> | Mon May 09 09:24:02 2016 -0700 |
tree | bf491b1752b31fbce3f97fbf172dd600af667947 | |
parent | 859644f0fa2141b5f7db0e3744999ec3bb5719d3 [diff] |
md: raid5: add prerequisite to run underneath dm-raid In case md runs underneath the dm-raid target, the mddev does not have a request queue or gendisk, thus avoid accesses. This patch adds a missing conditional to the raid5 personality. Signed-of-by: Heinz Mauelshagen <heinzm@redhat.com> Signed-off-by: Shaohua Li <shli@fb.com>