| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
We don't want to show biosraid, multipath, &c disks in the GUI.
|
|
|
|
|
|
|
| |
'tmp/storage.log' file. (a part of #524980)
Previously, the method call was logged into 'tmp/anaconda.log' which made the
file harder to do anything useful with.
|
|
|
|
|
|
|
| |
pylint does not like @foo.setter, so use the
foo = property(setter, getter)
Notation instead. Note that we already use this notation everywhere except
for these 2 places, so doing things this way is more consistent anyways.
|
|
This identifies that a device is part of a multipath, and builds an
mpath device for partitioning.
|