Do not filter out KVM virtual disks in LibPartedBackend::scanDevices.

This commit is contained in:
Teo Mrnjavac 2017-02-17 11:54:18 +01:00
parent 199aba931d
commit 876a3932fd
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ QList<Device*> LibPartedBackend::scanDevices(bool excludeReadOnly)
"8,65,66,67,68,69,70,71," // SCSI disk devices
"80,81,82,83,84,85,86,87," // I2O hard disk
"179," // MMC block devices
"253," // Virtio KVM devices (e.g. /dev/vda)
"259" // Block Extended Major (include NVMe)
);
ExternalCommand cmd(QStringLiteral("lsblk"), {