diff --git a/storage/devicetree.py b/storage/devicetree.py
index e974717..45601a6 100644
--- a/storage/devicetree.py
+++ b/storage/devicetree.py
@@ -751,7 +751,7 @@ class DeviceTree(object):
if isinstance(dep, PartitionDevice):
# collect all of the logicals on the same disk
for part in self.getDevicesByInstance(PartitionDevice):
- if part.isLogical and part.disk == dep.disk:
+ if part.partType and part.isLogical and part.disk == dep.disk:
logicals.append(part)
for device in self.devices.values():
--
David Cantrell <dcantrell@redhat.com>
Red Hat / Honolulu, HI
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list