diff options
author | Joel Granados Moreno <jgranado@redhat.com> | 2009-09-29 13:30:12 +0200 |
---|---|---|
committer | Joel Granados Moreno <jgranado@redhat.com> | 2009-10-01 16:57:20 +0200 |
commit | df689b3baf6df18e4703f5525de866c690204f94 (patch) | |
tree | 245bdf16fcbb3cfe8e8656be49302567505f44a4 /gptsync | |
parent | b86c0f44698b08bce964b74b360ce848643d7905 (diff) | |
download | anaconda-df689b3baf6df18e4703f5525de866c690204f94.tar.gz anaconda-df689b3baf6df18e4703f5525de866c690204f94.tar.xz anaconda-df689b3baf6df18e4703f5525de866c690204f94.zip |
Add the create LV option.
* iw/datacombo.py (set_active_text): Make sure we return False when we
don't find 't'.
* iw/partition_gui.py (createCB): Activate the 'create lv' radio button
only when there is free space in a Volume Group. Create a Combo box
with a list of the Volume Group(s) that have free space. Pre-select the
Volume group that the user has selected in the tree view.
(editCB): Call the editLVMLogicalVolume with its new parameters.
(editLVMLogicalVolume): Change the parameters for this function.
(device, isNew = False) -> (lv = None, vg = None). In this way if lv is
none and vg is a Volume Group we are creating a new LV in the vg Volume
Group. If lv is not None, we are editing lv.
* ui/create-storage.glade: Put the 'create lv' radio button in a
Horizontal box so we can fit the Volume Group Combo Box.
Diffstat (limited to 'gptsync')
0 files changed, 0 insertions, 0 deletions