[PATCH 2/2] Add originalFormat handling to editLVMLogicalVolume. (#576529)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Adds 'originalFormat' to lv dict, missing from fcd6820064d.
---
 iw/partition_gui.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/iw/partition_gui.py b/iw/partition_gui.py
index 4f8a7ea..e50406d 100644
--- a/iw/partition_gui.py
+++ b/iw/partition_gui.py
@@ -1752,9 +1752,11 @@ class PartitionWindow(InstallWindow):
                     vg, isNew = False)
             tempvg = vgeditor.getTempVG()
             name = self.storage.createSuggestedLVName(tempvg)
+            format = getFormat(self.storage.defaultFSType)
             vgeditor.lvs[name] = {'name': name,
                               'size': vg.freeSpace,
-                              'format': getFormat(self.storage.defaultFSType),
+                              'format': format,
+                              'originalFormat': format,
                               'stripes': 1,
                               'logSize': 0,
                               'snapshotSpace': 0,
-- 
1.6.2.5

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux