summaryrefslogtreecommitdiffstats
path: root/partRequests.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-05-27 15:41:08 +0000
committerJeremy Katz <katzj@redhat.com>2004-05-27 15:41:08 +0000
commitbd592640b57853c9a0307fe1a3148f16bf7d1bfe (patch)
tree8c2a905601c5ff105f31c183a91b0ce44ea69dbd /partRequests.py
parent149a6b2d60d503a1a5adc50add6cdde481119603 (diff)
downloadanaconda-bd592640b57853c9a0307fe1a3148f16bf7d1bfe.tar.gz
anaconda-bd592640b57853c9a0307fe1a3148f16bf7d1bfe.tar.xz
anaconda-bd592640b57853c9a0307fe1a3148f16bf7d1bfe.zip
bump default pesize to 32 MB
Diffstat (limited to 'partRequests.py')
-rw-r--r--partRequests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partRequests.py b/partRequests.py
index 1fbdf67a3..3cd4b606e 100644
--- a/partRequests.py
+++ b/partRequests.py
@@ -676,7 +676,7 @@ class VolumeGroupRequestSpec(RequestSpec):
def __init__(self, fstype =None, format = None,
vgname = None, physvols = None,
- pesize = 4096, preexist = 0,
+ pesize = 32768, preexist = 0,
preexist_size = 0):
"""Create a new VolumeGroupRequestSpec object.