summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-28 20:04:01 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-28 20:04:01 +0000
commitb8bf4a92d4e0dcc0e11f3c014a5c76d506c28f31 (patch)
tree41c6e0ae80c4fcb743150ca10f4892f18aed11db /iw
parent6eccec4aace36083984ad7e70db5e11dc3738b3d (diff)
downloadanaconda-b8bf4a92d4e0dcc0e11f3c014a5c76d506c28f31.tar.gz
anaconda-b8bf4a92d4e0dcc0e11f3c014a5c76d506c28f31.tar.xz
anaconda-b8bf4a92d4e0dcc0e11f3c014a5c76d506c28f31.zip
let people do growable pvs again
Diffstat (limited to 'iw')
-rw-r--r--iw/partition_ui_helpers_gui.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/iw/partition_ui_helpers_gui.py b/iw/partition_ui_helpers_gui.py
index a6f1f8630..1a18d1c32 100644
--- a/iw/partition_ui_helpers_gui.py
+++ b/iw/partition_ui_helpers_gui.py
@@ -322,10 +322,10 @@ def createPreExistFSOptionSection(origrequest, maintable, row, mountCombo,
def doUIRAIDLVMChecks(request):
fstype = request.fstype
- if fstype and fstype.getName() == "physical volume (LVM)":
- if request.grow:
- return (_("Partitions of type '%s' must be of fixed size, and "
- "cannot be marked to fill to use available space.")) % (fstype.getName(),)
+## if fstype and fstype.getName() == "physical volume (LVM)":
+## if request.grow:
+## return (_("Partitions of type '%s' must be of fixed size, and "
+## "cannot be marked to fill to use available space.")) % (fstype.getName(),)
if fstype and fstype.getName() in ["physical volume (LVM)", "software RAID"]:
if request.drive is None or len(request.drive) > 1: