From 1a19fa1061f97e6510760efe2abbfc3a99bd1278 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Thu, 25 May 2006 15:30:02 +0000 Subject: Don't allow logical volumes to be smaller than their volume group's PE size (#186412) --- iw/lvm_dialog_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iw') 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: -- cgit