Use VG as PV mount point.

This commit is contained in:
Chantara Tith 2016-07-28 17:41:38 +07:00
parent 1476d6a30c
commit 6c86126cdb
1 changed files with 1 additions and 1 deletions

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;