Skip to content

handlers/sys: exclude drbd from list of disks for partitions

LeLutin requested to merge LeLutin/backupninja:sys_exclude_drbd into master

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.

Merge request reports