[PATCH 1/5] Change custom spoke to apply encryption to PVs, not LVs.

David Lehman dlehman at redhat.com
Tue Nov 6 17:22:59 UTC 2012


Related: rhbz#873445
---
 pyanaconda/storage/__init__.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/pyanaconda/storage/__init__.py b/pyanaconda/storage/__init__.py
index d3b334c..6deff9f 100644
--- a/pyanaconda/storage/__init__.py
+++ b/pyanaconda/storage/__init__.py
@@ -3297,6 +3297,8 @@ class LVMFactory(DeviceFactory):
     new_container_attr = "newVG"
     new_device_attr = "newLV"
     container_list_attr = "vgs"
+    encrypt_members = True
+    encrypt_leaves = False
 
     @property
     def device_size(self):
-- 
1.7.7.6



More information about the anaconda-patches mailing list