summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-05-25 15:30:02 +0000
committerChris Lumens <clumens@redhat.com>2006-05-25 15:30:02 +0000
commit1a19fa1061f97e6510760efe2abbfc3a99bd1278 (patch)
treede94cae7a09b718595f01453401d8bf8fa547c4b /iw
parentea824c1e0cc2d8521be053d49537b31c1caffc79 (diff)
downloadanaconda-1a19fa1061f97e6510760efe2abbfc3a99bd1278.tar.gz
anaconda-1a19fa1061f97e6510760efe2abbfc3a99bd1278.tar.xz
anaconda-1a19fa1061f97e6510760efe2abbfc3a99bd1278.zip
Don't allow logical volumes to be smaller than their volume group's PE size
(#186412)
Diffstat (limited to 'iw')
-rw-r--r--iw/lvm_dialog_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/lvm_dialog_gui.py b/iw/lvm_dialog_gui.py
index e2ddfffcb..365efd686 100644
--- a/iw/lvm_dialog_gui.py
+++ b/iw/lvm_dialog_gui.py
@@ -625,7 +625,7 @@ class VolumeGroupEditor:
# in tests below. We check for mount point name conflicts
# above within the current volume group, so it is not
# necessary to do now.
- err = request.sanityCheckRequest(self.partitions, skipMntPtExistCheck=1)
+ err = request.sanityCheckRequest(self.partitions, skipMntPtExistCheck=1, pesize=pesize)
if err is None:
skiplist = []
for lv in self.origvolreqs: