--- iw/lvm_dialog_gui.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/iw/lvm_dialog_gui.py b/iw/lvm_dialog_gui.py index 82d9dae..fe8dfc4 100644 --- a/iw/lvm_dialog_gui.py +++ b/iw/lvm_dialog_gui.py @@ -1173,6 +1173,7 @@ class VolumeGroupEditor: # encrypted. in this case we must check them both. if format.resizable and lv.format.resizable and \ lv.targetSize != format.targetSize and \ + lv.targetSize != lv.currentSize and \ usedev.format.exists: log.debug("resizing format on %s to %d" % (usedev.lvname, lv.targetSize)) actions.append(ActionResizeFormat(usedev, lv.targetSize)) -- 1.6.6.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list