diff options
author | Song Liu <[email protected]> | 2015-09-03 23:00:35 -0700 |
---|---|---|
committer | NeilBrown <[email protected]> | 2015-11-01 13:48:27 +1100 |
commit | 0b020e85bdd5765aac2440848e7a927069f5f83c (patch) | |
tree | 7e8801049e7b6de1ccdc6e280402ee666d74400b /tools/perf/scripts/python/stackcollapse.py | |
parent | 253f9fd41afe2492b85de779946b5882a00dcdc5 (diff) |
skip match_mddev_units check for special roles
match_mddev_units is used to check whether 2 RAID arrays share
same disk(s). Arrays that share disk(s) will not do resync at the
same time for better performance (fewer HDD seek). However, this
check should not apply to Spare, Faulty, and Journal disks, as
they do not paticipate in resync.
In this patch, match_mddev_units skips check for disks with flag
"Faulty" or "Journal" or raid_disk < 0.
Signed-off-by: Song Liu <[email protected]>
Signed-off-by: Shaohua Li <[email protected]>
Signed-off-by: NeilBrown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions