summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Don't traceback on invalid filesystem detection (#495156)David Cantrell2009-04-151-4/+9
* Use the PV name when logging error messages.Joel Granados Moreno2009-04-151-3/+3
* Don't set up the device to obtain minSize anymore.David Lehman2009-04-141-3/+0
* Improve estimate of md arrays' size.David Lehman2009-04-141-4/+33
* Determine minimum size for filesystems once, from constructor.David Lehman2009-04-141-39/+48
* Fix estimate of LUKS header size for newly encrypted devices. (#493575)David Lehman2009-04-141-4/+5
* Fix two syntax problems with generated mdadm.conf entries. (#495552)David Lehman2009-04-141-1/+1
* Default to AES-XTS cipher mode with 512 bit key for new LUKS devices.David Lehman2009-04-141-0/+6
* When going back from a failed shrink, reset the device action set.Chris Lumens2009-04-141-0/+1
* Make save to usb work.Joel Granados Moreno2009-04-141-3/+3
* Setup the disks before partitioning as the nodes are needed.Joel Granados Moreno2009-04-102-0/+8
* Rescan the devices when we are saving a traceback.Joel Granados Moreno2009-04-101-0/+2
* Close file descriptors when an error occurs.Joel Granados Moreno2009-04-101-0/+2
* When deallocating a partition also set its disk attribute to NoneHans de Goede2009-04-102-2/+6
* Check self.partedPartition not being None before using it (#495077)Hans de Goede2009-04-101-1/+1
* growPartitions: Change op_func (back to) add when an iteration succeedsHans de Goede2009-04-101-0/+1
* partedPartition can be None while growing partitions (#495076)Hans de Goede2009-04-101-3/+2
* Fix handling of priority option from swap fstab entries. (#494992)David Lehman2009-04-091-2/+5
* Some fs types cannot be passed to programs (#495061, #493075).Chris Lumens2009-04-091-6/+16
* When a new module is loaded, update the kernel_filesystems list.Chris Lumens2009-04-091-0/+8
* Pre-existing partitions names may change (#494833)Hans de Goede2009-04-082-7/+14
* Fix processing of --level and --device options of ks raid commands.Radek Vykydal2009-04-081-1/+1
* Update extended partition geometry when we change itHans de Goede2009-04-081-2/+5
* Make sure we have a clean lvm ignore list when we initialize.Joel Granados Moreno2009-04-072-0/+6
* We need to search by name without the "mapper" prefix.Joel Granados Moreno2009-04-071-1/+1
* Create a min_max constraint to avoid alignments issues.Joel Granados Moreno2009-04-071-1/+11
* Don't exit the installer from filesystem errors.David Lehman2009-04-071-24/+16
* Try not to raise exceptions from minSize calculators.David Lehman2009-04-071-5/+2
* Don't traceback when PVs are encrypted or are not partitions.David Lehman2009-04-071-1/+1
* Adjust device dependencies when backing out device encryption. (#493257)David Lehman2009-04-071-0/+8
* Load filesystem modules on demand (#490795, #494108).Chris Lumens2009-04-071-0/+37
* Raise an error when remofing an extended part with logical parts.Joel Granados Moreno2009-04-071-0/+5
* Esthetic changes to storage/partitioning.py.Joel Granados Moreno2009-04-071-19/+28
* For dmraid partititons device node name != nameHans de Goede2009-04-061-4/+7
* When a partition request gets unallocated, set the name back to req#Hans de Goede2009-04-061-1/+1
* Do not use getPartitionByPath() in allocatePartitions()Hans de Goede2009-04-062-8/+3
* Remove no longer used iscsi_get_node_record functionHans de Goede2009-04-061-11/+0
* Try to handle devices which live in a subdir of /dev properlyHans de Goede2009-04-062-12/+18
* Split DeviceTree.addUdevDevice into several smaller methods.David Lehman2009-04-061-460/+543
* Don't traceback from failure finding minimum fs size. (#494070)David Lehman2009-04-061-1/+3
* udev_settle after format teardown to avoid EBUSY on device teardown. (#492670)David Lehman2009-04-061-1/+8
* Add a parted.Device attribute to all existing StorageDevices.David Lehman2009-04-061-67/+65
* If no partitioning commands are given, apply the UI selections (#490880).Chris Lumens2009-04-031-2/+1
* Do not check size when adding LV to growing VG (bug #492264)Radek Vykydal2009-04-031-1/+4
* Don't let device names affect action order in general case.David Lehman2009-04-021-5/+5
* Round up when aligning to pesize for space used. (#493656)David Lehman2009-04-021-3/+8
* Improve handling for various nodev filesystems in fstab. (#493685, #493202)David Lehman2009-04-021-2/+3
* Make a top level StorageError that all others are based on.David Lehman2009-04-021-12/+36
* Remove unused PRePDevice class.David Lehman2009-04-021-37/+0
* Make the disk model an attribute of DiskDevice.David Lehman2009-04-021-0/+4