diff --git a/src/core/devicescanner.cpp b/src/core/devicescanner.cpp index 632cb9b..e513933 100644 --- a/src/core/devicescanner.cpp +++ b/src/core/devicescanner.cpp @@ -65,7 +65,7 @@ void DeviceScanner::scan() clear(); const QList deviceList = CoreBackendManager::self()->backend()->scanDevices(); - const QList lvmList = LvmDevice::scanSystemLVM(); // NOTE: PVs inside LVM won't be scanned + const QList lvmList = LvmDevice::scanSystemLVM(); operationStack().physicalVolumes() = FS::lvm2_pv::getPVs(deviceList); for (const auto &d : deviceList)