index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
storage
/
devicetree.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes of errors shown by pylint that didn't get into the beta build.
Martin Gracik
2009-03-31
1
-1
/
+0
*
Adjust the dmraid ignoring logic.
Joel Granados Moreno
2009-03-31
1
-53
/
+66
*
Having 2 raidsets in the same group of devs is possible.
Joel Granados Moreno
2009-03-30
1
-56
/
+57
*
Clean up the reinitialize LVM warning message (#491888).
Chris Lumens
2009-03-27
1
-10
/
+7
*
Revert "Don't do format-specific processing on devices targeted by clearpart....
Joel Granados Moreno
2009-03-27
1
-16
/
+1
*
Don't do format-specific processing on devices targeted by clearpart. (#492123)
David Lehman
2009-03-26
1
-1
/
+16
*
"vg" is not valide inside this if.
Joel Granados Moreno
2009-03-25
1
-4
/
+4
*
Fix typo. (#492042)
David Lehman
2009-03-24
1
-1
/
+1
*
Work around a bug in mdadm incremental assembly.
David Lehman
2009-03-24
1
-0
/
+4
*
fslabels -> labels.
Chris Lumens
2009-03-24
1
-1
/
+1
*
Move resolveDevice into the DeviceTree class.
Chris Lumens
2009-03-24
1
-2
/
+69
*
Add EFI, Apple Bootstrap, and PPC PReP Boot formats.
David Lehman
2009-03-23
1
-0
/
+12
*
Pop the busy cursor when we're done with the wait window (#491736).
Chris Lumens
2009-03-23
1
-1
/
+0
*
Reset mouse pointer if we find an unreadable disk.
David Cantrell
2009-03-20
1
-0
/
+1
*
Handle system crappyness.
Joel Granados Moreno
2009-03-19
1
-2
/
+122
*
Revert "Fix pruning of destroy actions for preexisting devices."
David Lehman
2009-03-19
1
-5
/
+0
*
Fix pruning of destroy actions for preexisting devices.
David Lehman
2009-03-19
1
-0
/
+5
*
Try to activate an existing md array after adding each member.
David Lehman
2009-03-19
1
-0
/
+5
*
Fix removing of devices with the same name from tree when adding create action.
Radek Vykydal
2009-03-18
1
-4
/
+6
*
Make PartitionDevice handle both normal and dmraid partitions
Hans de Goede
2009-03-18
1
-16
/
+15
*
Get iscsi going with the new storage code
Hans de Goede
2009-03-17
1
-3
/
+12
*
Changed the getDevicebyLabel() to getDeviceByLabel() in devicetree.py
Martin Gracik
2009-03-17
1
-1
/
+1
*
Do not create a LUKSDevice if we do not have a way to map the device.
David Lehman
2009-03-16
1
-1
/
+3
*
Fix bug in dependency list for partitions.
David Lehman
2009-03-16
1
-1
/
+2
*
Ignore loop and ram devices
Hans de Goede
2009-03-16
1
-0
/
+7
*
devicetree: fix slave addition of incomplete dm / md devices
Hans de Goede
2009-03-16
1
-12
/
+20
*
Catch LVMErrors too when tearing down devices
Hans de Goede
2009-03-16
1
-1
/
+1
*
devicetree.py has _ignoredDisks instead of ignoredDisks.
Joel Granados Moreno
2009-03-16
1
-1
/
+1
*
Add support for kickstart's '--initlabel' option to clearpart.
David Lehman
2009-03-14
1
-13
/
+49
*
Use the correct keyword for luks map names ('name', not 'mapName').
David Lehman
2009-03-13
1
-1
/
+1
*
Add a list that lvm should ignore.
Joel Granados Moreno
2009-03-13
1
-9
/
+15
*
Don't create a PartitionDevice for devices that do not exist (#489122).
Chris Lumens
2009-03-12
1
-0
/
+4
*
Honor the zerombr kickstart directive.
David Lehman
2009-03-12
1
-2
/
+10
*
Make sure the device has a diskType before attempting to check what it is.
Chris Lumens
2009-03-12
1
-1
/
+1
*
Be explicit about resetting Disks' partedDisk attribute. (#489678)
David Lehman
2009-03-11
1
-0
/
+5
*
Deactivate devices after we've finished scanning them.
David Lehman
2009-03-11
1
-0
/
+2
*
Handle the case of removing an unallocated partition from the tree.
David Lehman
2009-03-11
1
-1
/
+3
*
Try again to set up LVs when we've just added a new PV to the VG.
David Lehman
2009-03-11
1
-0
/
+5
*
Fix action pruning to handle more complex scenarios.
David Lehman
2009-03-10
1
-41
/
+172
*
Fix pruning between two destroy actions on the same device
Radek Vykydal
2009-03-10
1
-1
/
+4
*
Use the pyblock functions when possible.
Joel Granados Moreno
2009-03-10
1
-2
/
+0
*
Move the recursive teardown of all devices out of processActions.
David Lehman
2009-03-09
1
-1
/
+0
*
Only populate the device tree on demand.
David Lehman
2009-03-09
1
-3
/
+1
*
Prune actions by device based on path, not object-id.
David Lehman
2009-03-09
1
-11
/
+17
*
Rewrite action sort so it works correctly.
David Lehman
2009-03-09
1
-98
/
+133
*
Do a separate disk.commit for each partition add/remove.
David Lehman
2009-03-09
1
-1
/
+1
*
various dmraid fixes.
Joel Granados Moreno
2009-03-06
1
-3
/
+6
*
Implement the format disk question as a callback.
Joel Granados Moreno
2009-03-06
1
-47
/
+60
*
Add dmraid functionality to new storage code.
Joel Granados Moreno
2009-03-06
1
-14
/
+78
*
Handle non-fatal errors more gracefully in addUdevDevice.
David Lehman
2009-03-05
1
-3
/
+12
[next]