diff --git a/probert/raid.py b/probert/raid.py index 75b14e1..06e1bc7 100644 --- a/probert/raid.py +++ b/probert/raid.py @@ -112,6 +112,8 @@ def probe(context=None, report=False): raids = {} for device in sane_block_devices(context): + if device.get('DEVTYPE') != 'disk': + continue devname = device['DEVNAME'] if not os.path.basename(devname).startswith('md'): continue