[PATCH 03/10] Fix ksdata for lvm created in custom spoke based on autopart.

David Lehman dlehman at redhat.com
Tue Jun 25 20:37:53 UTC 2013


---
 blivet/devicefactory.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blivet/devicefactory.py b/blivet/devicefactory.py
index 7888b88..10d154b 100644
--- a/blivet/devicefactory.py
+++ b/blivet/devicefactory.py
@@ -1107,6 +1107,7 @@ class LVMFactory(DeviceFactory):
             log.info("adjusting device size from %.2f to %.2f"
                             % (self.raw_device.size, size))
             self.raw_device.size = size
+            self.raw_device.req_grow = False
 
     def _get_total_space(self):
         """ Total disk space requirement for this device and its container. """
-- 
1.8.1.4



More information about the anaconda-patches mailing list