summaryrefslogtreecommitdiffstats
path: root/iw/raid_dialog_gui.py
Commit message (Collapse)AuthorAgeFilesLines
* Support establishing a global passphrase when creating encrypted devices.David Lehman2008-08-191-2/+26
|
* Fix traceback in passphrase handling code for encrypted RAID requests. (#459121)David Lehman2008-08-141-2/+2
|
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-041-2/+3
| | | | * po/sk.po: Typo fix.
* Partitioning UI for handling of preexisting encrypted devices.David Lehman2008-03-281-9/+14
| | | | | | | | | | | | | Basic rules are the same for partitions, LVs, RAID devices: - Existing LUKS headers can only be removed if the device is being formatted. - You can create a new filesystem on the device and retain the preexisting LUKS header. - You can add a LUKS header to a non-encrypted preexisting device only if creating a new filesystem on the device. - We prompt for passphrase only for non-preexisting LUKS headers, meaning those that existed when we read the disk layout initially. We do not support adding or changing passphrases for preexisting encrypted devices.
* Add efi to the ignoreable filesystem list.Peter Jones2008-03-141-1/+1
|
* Default to RAID1 instead of RAID0 (#435579)Jeremy Katz2008-03-021-0/+2
|
* When editing the raid partitions show raid memebers. (#352721)Joel Andres Granados2008-01-311-1/+12
|
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-2/+2
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-171-8/+15
|
* More mnemonicsJeremy Katz2007-12-121-1/+1
|
* Give access to partitions when determining min/max size to resize; also keepJeremy Katz2007-11-291-1/+1
| | | | track of the request being resizable rather than just the filesystem
* Implement resizing UI for graphical mode.Jeremy Katz2007-11-291-16/+6
| | | | This simplifies the edit partition dialog and adds resizing support
* Initial support for block devices encrypted using LUKS/dm-crypt.David Lehman2007-11-161-0/+44
| | | | | | The class LUKSDevice, in cryptodev.py, handles the details of creation and management of the encrypted devices. RequestSpec and Device classes contain an optional LUKSDevice instance describing the device's encryption setup. There is no support for pre-existing encrypted devices and kickstart support is not present at this point.
* Remove disabled badblocks checking code.Chris Lumens2007-08-031-3/+2
|
* Default to no drives selected (#195636).Chris Lumens2007-03-161-6/+2
|
* Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>,Chris Lumens2007-02-271-14/+14
| | | | #204564).
* Remove that.Chris Lumens2006-07-211-3/+0
|
* Show preexisting label if any exists to the UI and the mount point comboChris Lumens2006-07-211-6/+20
| | | | (#149375)
* Allow existing partitions containing ISO images to be mounted (#105722).Chris Lumens2006-05-231-0/+6
| | | | | This still needs to be tested, once we get through with all the image-making problems.
* fix warnings about gtk.TRUE and gtk.FALSE, partly based on a patchPeter Jones2005-03-121-2/+2
| | | | from Colin Walters.
* move availRaidLevels from fsset.py to raid.py, so it can be evaluated rightPeter Jones2005-03-091-0/+1
| | | | in all imports
* put the apple bootloader stuff in the kickstart list, and remove it fromPeter Jones2005-02-231-1/+1
| | | | the raid and lvm possibilities early on
* 004-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-271-0/+1
| | | | | | * iw/partition_dialog_gui.py (PartitionEditor.run): * iw/raid_dialog_gui.py (RaidEditor.run): Update SpinButtons before getting their value (#133456)
* fix some more combo changes that I didn't catch (#130722)Jeremy Katz2004-08-231-2/+2
|
* fixups for the optionmenu -> combo changes (#129951)Jeremy Katz2004-08-151-2/+2
|
* convert from GtkCombo to GtkComboBoxEntryJeremy Katz2004-08-111-3/+3
| | | | | although it somehow seems like crackrock that the only way to get the current entered text is by doing cb.get_children()[0].get_text()....
* goodbye to a lot more GtkOptionMenusJeremy Katz2004-08-111-9/+9
|
* more GtkOptionMenu nukingJeremy Katz2004-08-111-44/+31
|
* merge from taroonJeremy Katz2003-09-201-1/+1
| | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow
* fix cloning detection of non-RAID members on source driveMike Fulbright2002-07-251-7/+10
|
* need to tell it this is a custom dialogMike Fulbright2002-07-251-1/+1
|
* fixes for bug 68470Mike Fulbright2002-07-231-1/+1
|
* new iter_next APIMatt Wilson2002-07-181-3/+2
|
* fix typo (#69123)Bill Nottingham2002-07-181-3/+3
|
* typo from bug 69058Mike Fulbright2002-07-171-1/+1
|
* (carefully) add device/whatever we're editting to title barMike Fulbright2002-07-151-2/+5
|
* Changes as per Milan Documentation String ReviewMike Fulbright2002-07-121-1/+1
|
* add mnemonicMike Fulbright2002-07-021-13/+19
|
* make title sensitive to if object is new or oldMike Fulbright2002-06-281-1/+6
|
* cloned requests still have their own idMike Fulbright2002-06-281-0/+4
|
* fix for if target drive had no existing partitionsMike Fulbright2002-06-281-0/+3
|
* added the correct icon to dialogsMike Fulbright2002-06-271-14/+18
|
* cloning has arrivedMike Fulbright2002-06-271-18/+73
|
* Start of RAID clone toolMike Fulbright2002-06-271-0/+244
|
* exclude nonsensical options for reformating a preexisting LVMike Fulbright2002-06-251-5/+2
|
* dont show bad blocks option for raidMike Fulbright2002-06-251-1/+1
|
* support for formatting/migrating preexisting RAID in GUIMike Fulbright2002-06-251-14/+58
|
* preexisting raid works nowJeremy Katz2002-06-121-50/+78
|
* pychecker is my friendJeremy Katz2002-06-121-1/+1
|
* some tweaks to error messagesMike Fulbright2002-06-121-2/+3
|