[PATCH 1/6] Don't pass dracut args for lvm thin pools.

David Lehman dlehman at redhat.com
Tue Jul 16 17:11:26 UTC 2013


---
 blivet/devices.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/blivet/devices.py b/blivet/devices.py
index e699e54..105d9d9 100644
--- a/blivet/devices.py
+++ b/blivet/devices.py
@@ -2843,6 +2843,9 @@ class LVMThinPoolDevice(LVMLogicalVolumeDevice):
                            metadatasize=self.metaDataSize,
                            chunksize=self.chunkSize)
 
+    def dracutSetupArgs(self):
+        return set()
+
     def populateKSData(self, data):
         super(LVMThinPoolDevice, self).populateKSData(data)
         data.thin_pool = True
-- 
1.8.1.4



More information about the anaconda-patches mailing list