diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-05-27 15:41:08 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-05-27 15:41:08 +0000 |
commit | bd592640b57853c9a0307fe1a3148f16bf7d1bfe (patch) | |
tree | 8c2a905601c5ff105f31c183a91b0ce44ea69dbd /fsset.py | |
parent | 149a6b2d60d503a1a5adc50add6cdde481119603 (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |