handlers/sys: exclude drbd from list of disks for partitions
DRBD devices are usually just a layer above a physical device underneath that implements RAID over the network. If we want to save partitions, we want to reference the devices underneath, since the DRBD devices won't have useful information.
This closes #11302 (closed)