[PATCH 1/3] Disk filtering is already done when we get to doPartitioning.

David Lehman dlehman at redhat.com
Tue Sep 3 19:07:47 UTC 2013


Related: rhbz#984826
---
 blivet/partitioning.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/blivet/partitioning.py b/blivet/partitioning.py
index d0a1331..6d75551 100644
--- a/blivet/partitioning.py
+++ b/blivet/partitioning.py
@@ -724,9 +724,6 @@ def doPartitioning(storage):
 
     """
     disks = storage.partitioned
-    if storage.config.exclusiveDisks:
-        disks = [d for d in disks if d.name in storage.config.exclusiveDisks]
-
     for disk in disks:
         try:
             disk.setup()
-- 
1.8.1.4



More information about the anaconda-patches mailing list