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
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
15
-57
/
+33
*
Adjust the dmraid ignoring logic.
Joel Granados Moreno
2009-03-31
1
-53
/
+66
*
Increase udev_settle timeout in udev_get_block_devices. (#492049)
David Lehman
2009-03-30
1
-1
/
+1
*
Fix check for fully defined md array when raidlevel is 0. (#491796)
David Lehman
2009-03-30
1
-1
/
+1
*
Make sure the pvs are set up before doing lvremove or vgremove.
David Lehman
2009-03-30
1
-1
/
+4
*
Don't write out md member devices to a config file for assemble.
David Lehman
2009-03-30
1
-21
/
+1
*
Fix the supported property of filesystems and prepboot format.
David Lehman
2009-03-30
2
-2
/
+10
*
Return early from doAutoPartition if partition allocation fails.
David Lehman
2009-03-30
1
-0
/
+2
*
Reset storage instance if autopart fails. (#492158)
David Lehman
2009-03-30
1
-0
/
+1
*
Assign weights to partition requests when doing manual or kickstart installs.
Chris Lumens
2009-03-30
1
-19
/
+18
*
Take the base request weight into account when sorting partitions.
Chris Lumens
2009-03-30
1
-0
/
+6
*
Add a weight property to the PartitionDevice class.
Chris Lumens
2009-03-30
1
-1
/
+14
*
Add a simple class for the auto partition requests.
Chris Lumens
2009-03-30
1
-0
/
+31
*
Move _scheduleLVs and growLVM calls to be inside try/except
David Cantrell
2009-03-30
1
-6
/
+6
*
Remove unused self._resize variable.
David Cantrell
2009-03-30
1
-2
/
+0
*
Having 2 raidsets in the same group of devs is possible.
Joel Granados Moreno
2009-03-30
1
-56
/
+57
*
Remove unused getVG{Free,Used}Space methods.
Chris Lumens
2009-03-27
1
-19
/
+0
*
Clean up the reinitialize LVM warning message (#491888).
Chris Lumens
2009-03-27
1
-10
/
+7
*
Keep VG size property non-negative
Radek Vykydal
2009-03-27
1
-1
/
+1
*
Grow LVs for kickstart requests too
Radek Vykydal
2009-03-27
1
-2
/
+3
*
Use self.name to report that we could not eject cd.
Joel Granados Moreno
2009-03-27
1
-1
/
+1
*
Revert "Don't do format-specific processing on devices targeted by clearpart....
Joel Granados Moreno
2009-03-27
2
-18
/
+1
*
Don't do format-specific processing on devices targeted by clearpart. (#492123)
David Lehman
2009-03-26
2
-1
/
+18
*
Rework CryptTab.parse (dlehman).
Chris Lumens
2009-03-25
1
-26
/
+25
*
Code fixes of errors shown by pylint (mgracik).
Chris Lumens
2009-03-25
7
-10
/
+13
*
Don't underflow on the busy cursor stack.
Chris Lumens
2009-03-25
1
-5
/
+2
*
"vg" is not valide inside this if.
Joel Granados Moreno
2009-03-25
1
-4
/
+4
*
Device is sometimes None.
Joel Granados Moreno
2009-03-25
1
-1
/
+1
*
Fix typo. (#492042)
David Lehman
2009-03-24
1
-1
/
+1
*
Get the UUID of each md array we create. (#491796)
David Lehman
2009-03-24
1
-3
/
+4
*
Call udev_settle after committing changes to a disk (#491529)
Hans de Goede
2009-03-24
1
-0
/
+3
*
Be a little bit smarter about allocating space to grow parts. (#491761)
David Lehman
2009-03-24
1
-0
/
+30
*
Check that partition is on the disk before trying to remove it. (#491997)
David Lehman
2009-03-24
1
-0
/
+3
*
Work around a bug in mdadm incremental assembly.
David Lehman
2009-03-24
2
-2
/
+13
*
Use the same units (MB) for extent size that we do for everything else.
David Lehman
2009-03-24
1
-1
/
+1
*
Put line breaks in between crypttab entries. (#491938)
David Lehman
2009-03-24
1
-4
/
+4
*
Register the NoDevFS class.
Chris Lumens
2009-03-24
1
-0
/
+2
*
fslabels -> labels.
Chris Lumens
2009-03-24
1
-1
/
+1
*
NFSDevice does not take exists= as a parameter.
Chris Lumens
2009-03-24
1
-2
/
+1
*
Override _setDevice and _getDevice in NFS.
Chris Lumens
2009-03-24
1
-0
/
+11
*
Move resolveDevice into the DeviceTree class.
Chris Lumens
2009-03-24
2
-84
/
+75
*
Move most of the parseFSTab logic into its own function.
Chris Lumens
2009-03-24
1
-65
/
+76
*
We don't even use partedUtils in this module.
Chris Lumens
2009-03-24
1
-1
/
+0
*
PReP formats can never be active. (#491865)
David Lehman
2009-03-24
1
-0
/
+4
*
Move protectedPartition setup into storageInitialize (#491781).
Chris Lumens
2009-03-24
1
-2
/
+29
*
Add a format for ISO9660 filesystems.
Chris Lumens
2009-03-24
1
-0
/
+17
*
Don't remove partitions twice.
Joel Granados Moreno
2009-03-24
1
-3
/
+0
*
Add EFI, Apple Bootstrap, and PPC PReP Boot formats.
David Lehman
2009-03-23
4
-12
/
+100
*
Remove all implicit calls to self.format.destroy from Device classes.
David Lehman
2009-03-23
1
-19
/
+0
*
Pop the busy cursor when we're done with the wait window (#491736).
Chris Lumens
2009-03-23
2
-1
/
+3
[next]