[PATCH 1/3] Pass size as Size when adjusting container after device removal. (#1141707)

David Lehman dlehman at redhat.com
Tue Sep 16 16:34:33 UTC 2014


---
 pyanaconda/ui/gui/spokes/custom.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 44b7943..546ac94 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -1748,7 +1748,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
             cont_size = container.size_policy
             cont_name = container.name
             factory = devicefactory.get_device_factory(self._storage_playground,
-                                        device_type, 0,
+                                        device_type, Size(0),
                                         disks=container.disks,
                                         container_name=cont_name,
                                         container_encrypted=cont_encrypted,
-- 
1.9.3



More information about the anaconda-patches mailing list