summaryrefslogtreecommitdiffstats
path: root/fsset.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 /fsset.py
parent149a6b2d60d503a1a5adc50add6cdde481119603 (diff)
downloadanaconda-bd592640b57853c9a0307fe1a3148f16bf7d1bfe.tar.gz
anaconda-bd592640b57853c9a0307fe1a3148f16bf7d1bfe.tar.xz
anaconda-bd592640b57853c9a0307fe1a3148f16bf7d1bfe.zip
bump default pesize to 32 MB
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsset.py b/fsset.py
index fb88bca2a..951f17fc4 100644
--- a/fsset.py
+++ b/fsset.py
@@ -1877,7 +1877,7 @@ ext2 = fileSystemTypeGet("ext2")
ext2.registerDeviceArgumentFunction(RAIDDevice, RAIDDevice.ext2Args)
class VolumeGroupDevice(Device):
- def __init__(self, name, physvols, pesize = 4096, existing = 0):
+ def __init__(self, name, physvols, pesize = 32768, existing = 0):
"""Creates a VolumeGroupDevice.
name is the name of the volume group