[PATCH 2/3] Handle edit of preexisting encrypted lv. (#885378)

David Lehman dlehman at redhat.com
Tue Dec 18 21:37:50 UTC 2012


---
 pyanaconda/ui/gui/spokes/custom.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index 27e628d..55b341d 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -1041,7 +1041,7 @@ class CustomPartitioningSpoke(NormalSpoke, StorageChecker):
         container = self.__storage.getContainer(factory)
         if not changed_device_type and device_type == DEVICE_TYPE_LVM:
             old_container = self.__storage.getContainer(factory,
-                                                        device=device)
+                                                        device=use_dev)
             container = self.__storage.getContainer(factory,
                                                     name=self._device_container_name)
             if self._device_container_name != old_container.name:
-- 
1.7.7.6



More information about the anaconda-patches mailing list