LVM support #6

Closed
andrius wants to merge 109 commits from (deleted):lvm-support-rebase into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6c86126cdb - Show all commits

View File

@ -278,7 +278,7 @@ Device* LibPartedBackend::scanDevice(const QString& deviceNode)
}
luksFs->setMounted(mounted);
} else if (type == FileSystem::Lvm2_PV) {
} else if (fsType == FileSystem::Lvm2_PV) {
//TODO: adding PartitionRole
mountPoint = FS::lvm2_pv::getVGName(partitionNode);
mounted = false;