summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-04-13 11:23:20 -0500
committerDavid Lehman <dlehman@redhat.com>2009-04-13 12:11:17 -0500
commit7bb24ca546e67b5489e40be303d243abf1932be4 (patch)
tree2213260430776590e811b19a9bbabd017c4f7883
parente6ceaf3b26628249cf103d94efba611114da1ee3 (diff)
downloadanaconda-7bb24ca546e67b5489e40be303d243abf1932be4.tar.gz
anaconda-7bb24ca546e67b5489e40be303d243abf1932be4.tar.xz
anaconda-7bb24ca546e67b5489e40be303d243abf1932be4.zip
A volume group device has a "peSize" attribute (not "pesize").
-rw-r--r--iw/lvm_dialog_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/lvm_dialog_gui.py b/iw/lvm_dialog_gui.py
index 457361d9e..1415c83af 100644
--- a/iw/lvm_dialog_gui.py
+++ b/iw/lvm_dialog_gui.py
@@ -984,7 +984,7 @@ class VolumeGroupEditor:
self.vg._addPV(pv)
self.vg.name = volname
- self.vg.pesize = pesize
+ self.vg.peSize = pesize
if self.isNew:
actions = [ActionCreateDevice(self.vg)]