summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2010-02-11 14:58:34 -0600
committerDavid Lehman <dlehman@redhat.com>2010-02-12 10:47:40 -0600
commit1011391737b3641d71b3b0d326bbfa3dcd777370 (patch)
tree093184bc61920b715dea9811fb362063391573bc /storage
parentb2f29d15dde498d13d7d5e1467168695afa7b3f9 (diff)
downloadanaconda-1011391737b3641d71b3b0d326bbfa3dcd777370.tar.gz
anaconda-1011391737b3641d71b3b0d326bbfa3dcd777370.tar.xz
anaconda-1011391737b3641d71b3b0d326bbfa3dcd777370.zip
Raise default lvm extent size from 4MB to 32MB.
Diffstat (limited to 'storage')
-rw-r--r--storage/devices.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/devices.py b/storage/devices.py
index e357d0c13..1132df284 100644
--- a/storage/devices.py
+++ b/storage/devices.py
@@ -1706,7 +1706,7 @@ class LVMVolumeGroupDevice(DMDevice):
# TODO: validate peSize if given
if not self.peSize:
- self.peSize = 4.0 # MB
+ self.peSize = 32.0 # MB
#self.probe()