[PATCH 1/8] Set dummy mountpoint in ksdata for lvm thin pools.

David Lehman dlehman at redhat.com
Tue Sep 16 16:41:04 UTC 2014


Resolves: rhbz#1100244
---
 blivet/devices.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blivet/devices.py b/blivet/devices.py
index 54bbeed..53f8b4a 100644
--- a/blivet/devices.py
+++ b/blivet/devices.py
@@ -3437,6 +3437,7 @@ class LVMThinPoolDevice(LVMLogicalVolumeDevice):
 
     def populateKSData(self, data):
         super(LVMThinPoolDevice, self).populateKSData(data)
+        data.mountpoint = "none"
         data.thin_pool = True
         data.metadata_size = self.metaDataSize
         data.chunk_size = self.chunkSize
-- 
1.9.3



More information about the anaconda-patches mailing list